Shelly Changelog
v2.2.2
Shelly Search is Back
You can enable it in advanced options.
What’s Changed
- Add
PackageSearchutility for null-safe filtering and refactor pack… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/652 - Monospace pkgbuild label by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/657
- Moving flatpak ui components around by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/653
- fixing out of date package data by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/656
- Restore shelly search by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/658
Full Changelog: https://github.com/Seafoam-Labs/Shelly-ALPM/compare/v2.2.1...v2.2.2
v2.2.1
What’s Changed
- Preserve environment variables in
AppRunner, fix%Uargument hand… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/648 - Handle AUR upgrade failures gracefully in
UpgradeCommandwith error… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/649 - fixing race condition in package management reload by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/650
- Fix automatic return if no standard packages are available to update.
Full Changelog: https://github.com/Seafoam-Labs/Shelly-ALPM/compare/v2.2.0...v2.2.1
v2.2.0 UI Simplification
What’s Changed
- Major UI overhaul to simplify usage primarily developed by @caroberrie and assisted by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/646
- pushing install name change. by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/618
- Handle installation failures gracefully and show appropriate toast me… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/623
- Display available update count dynamically in the HomeWindow UI. by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/624
- Resolve AUR split packages by retrieving
pkgbaseinstead of `pkgnam… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/637 - Handle divergent Git history in AUR packages by attempting a fresh cl… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/639
- Chown xdg paths by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/643
Full Changelog: https://github.com/Seafoam-Labs/Shelly-ALPM/compare/v2.1.5...v2.2.0
v2.1.5
What’s Changed
- Adding args by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/605
- Fixing nav-button styling by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/610
- Adding hotkey for flatpaks 608 by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/611
- Handle exceptions in
ConfigManagerand enhanceXdgPathsuser home… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/614
Full Changelog: https://github.com/Seafoam-Labs/Shelly-ALPM/compare/v2.1.4...v2.1.5
v2.1.4
What’s Changed
- Updating how how we display dialog for shelly by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/599
- fixing appimages icons by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/600
- Fixing appimage extraction by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/601
- Resolve AUR split packages by ensuring
pkgnameis translated to `pk… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/602 - Removing unnecessary Dbus message by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/603
Full Changelog: https://github.com/Seafoam-Labs/Shelly-ALPM/compare/v2.1.3...v2.1.4
v2.1.3
What’s Changed
- Fix tray for QS by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/591
- adding fluxer link by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/592
- Gtk theming fix by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/593
- Modify
SpawnTerminalWithCommandAsyncto removesudofrom `shelly … by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/596
Full Changelog: https://github.com/Seafoam-Labs/Shelly-ALPM/compare/v2.1.2...v2.1.3
v2.1.2
Bug Fixes
- Modify
SetupWindowbehavior to usecontentAreainstead of `mainOv… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/583 - Setup window fix by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/584
- fixing symbolic tray by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/585
What’s Changed
- Initialize setup window for shelly on first install. by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/538
- Updated bindings for remove and manage by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/540
- Flatpak install from bundle by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/541
- Improving memory usage of session logger by @VinnyQF in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/545
- Chel intro page. by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/546
- Add animated and configurable progress bar support across CLI commands by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/547
- Switch AUR RPC requests to POST with enhanced error handling and cust… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/548
- Symbolic icon by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/549
- 473 feature request section for managing pacsave and pacnew files by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/552
- Pacfile ui + settings page visual update by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/555
- Adding a enter to close after upgrade runs from notifcation service by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/556
- Addiong Keybinds for and fixing overlay hitting on behind pages by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/557
- Fixing flatpak upgrade command is shelly upgrade all by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/551
- Adding an alias command for –version and -v by @VinnyQF in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/558
- App image icons by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/560
- 543 feature request consider using xdg paths by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/561
- Fixing bug with appimage path handling by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/563
- AUR install overlay help text by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/564
- Updating package references by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/566
- 550 feature request preview to browse package file contents and add build dates by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/572 This feature has been deactivated till we can swap to protobuff instead of json as our pipe transfer
- Adding option within the package search to exit the process. by @VinnyQF in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/570
- Files expander management by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/575
- Bump version to 2.1.1 across projects and PKGBUILD files by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/580
- Typo fix by @onebitboy in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/581
New Contributors
- @onebitboy made their first contribution in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/581
Full Changelog: https://github.com/Seafoam-Labs/Shelly-ALPM/compare/v2.1.0...v2.1.1
Full Changelog: https://github.com/Seafoam-Labs/Shelly-ALPM/compare/v2.1.1...v2.1.2
v2.1.1
What’s Changed
- Initialize setup window for shelly on first install. by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/538
- Updated bindings for remove and manage by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/540
- Flatpak install from bundle by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/541
- Improving memory usage of session logger by @VinnyQF in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/545
- Chel intro page. by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/546
- Add animated and configurable progress bar support across CLI commands by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/547
- Switch AUR RPC requests to POST with enhanced error handling and cust… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/548
- Symbolic icon by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/549
- 473 feature request section for managing pacsave and pacnew files by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/552
- Pacfile ui + settings page visual update by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/555
- Adding a enter to close after upgrade runs from notifcation service by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/556
- Addiong Keybinds for and fixing overlay hitting on behind pages by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/557
- Fixing flatpak upgrade command is shelly upgrade all by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/551
- Adding an alias command for –version and -v by @VinnyQF in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/558
- App image icons by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/560
- 543 feature request consider using xdg paths by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/561
- Fixing bug with appimage path handling by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/563
- AUR install overlay help text by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/564
- Updating package references by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/566
- 550 feature request preview to browse package file contents and add build dates by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/572 This feature has been deactivated till we can swap to protobuff instead of json as our pipe transfer
- Adding option within the package search to exit the process. by @VinnyQF in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/570
- Files expander management by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/575
- Bump version to 2.1.1 across projects and PKGBUILD files by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/580
- Typo fix by @onebitboy in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/581
New Contributors
- @onebitboy made their first contribution in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/581
Full Changelog: https://github.com/Seafoam-Labs/Shelly-ALPM/compare/v2.1.0...v2.1.1
v2.1.0
What’s Changed
- Update PackageInstall and PackageManagement Optional Depends detection on Install and Manage Sections by @Guicapau-PT in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/462
- Add unit tests for
PkgbuildParserto validate variable substitution… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/477 - Updating flatpak install GUI by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/480
- Refactor logging service by @VinnyQF in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/476
- Pkgbuild variable replacement by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/485
- Tweaking home page for a better layout / overlapping items with scrol… by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/486
- Updated appimages cli by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/488
- Adding new type to appstream parser by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/492
- Disable proxy usage in
AlpmManagerHTTP client configuration. by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/495 - Add
--no-confirmflag support for install, update, downgrade, and r… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/498 - Refactor
AlpmManagerto streamline architecture registration, impro… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/501 - Adding new appimage ui by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/504
- Add restart management for system services and reboot detection after… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/505
- Syncing gui to tray notifications for update pages by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/512
- Download optimization by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/514
- Add VCS source parsing and update tracking for AUR packages by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/515
- New arch news added to pop up on start by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/516
- Extend
AlpmPackageUpdateDtoand update package details UI to includ… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/518 - Flatpak show perm changes by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/519
- Redoing binding on install by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/520
- Corrupted pkg removal by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/522
- Appimage meta by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/525
- Pushing fix for sync-meta button by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/526
- Fix
RestartManagerto return empty list temporarily for services needing restart by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/527 - Fixing issue with appimage sync by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/528
- Adding Recent Activity Logging Replay/View by @VinnyQF in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/530
- Enhance
AlpmManagerto support repository-specific package selectio… by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/531 - Bump version to 2.1.0 across projects and update PKGBUILD files by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/532
Full Changelog: https://github.com/Seafoam-Labs/Shelly-ALPM/compare/v2.0.10...v2.1.0
v2.0.10
Hotfix
What’s Changed
- Fixing null ref exceptions for repos that have missing descriptions by @caroberrie in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/474
- Enhance architecture handling in
AlpmManagerby adding support for … by @ZoeyErinBauer in https://github.com/Seafoam-Labs/Shelly-ALPM/pull/475
Full Changelog: https://github.com/Seafoam-Labs/Shelly-ALPM/compare/v2.0.9...v2.0.10
