Shelly Changelog
v1.5.6
What’s Changed
- Add CachyOS-specific RSS feed support and improve feed handling by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/175
- Updating updater to close tray before updating by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/176
- Code Cleanup by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/177
- Add cascade and config removal options to
RemoveCommandby @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/178 - Adding documentation on localization support to CONTRIBUTING.md by @VinnyQF in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/179
- Updating AUR updated isChecked state to true by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/180
- Adding new fields to the data grid in PackageManagement.axaml by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/182
- Add cascade removal and config options to package management by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/183
- Refactor
RemovePackagesAsyncto improve argument construction reada… by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/184 - Launch flags for tray by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/185
- 165 bug shelly gui will not allow regular system updates for users with admin access but no password by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/186
- Adding archnews to cli by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/187
- Add
ArchNewsexecution toUpgradeCommandand update rd.xml by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/188
Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.5.5...v1.5.6
v1.5.5
- Restoring pacman version block. Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.5.4...v1.5.5
v1.5.4
What’s Changed
- Moving hardcoded UI strings to Resources.resx for localization support by @VinnyQF in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/155
- Fixing Password timeout issues by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/157
- Adding github to settings by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/162
- Updating tray and dbus handler to add new options + customization by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/164
- 156 enhancement update shelly to cache pkgbuild info from aur by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/166
- Adding Brazilian Portuguese Localization by @VinnyQF in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/167
- Fix incorrect ViewModel binding for
PackageManagementViewModelin `… by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/169 - 163 home page enhancment by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/170
- UI Question Interaction bug fixes, and additional question type implementations by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/171
New Contributors
- @VinnyQF made their first contribution in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/155
Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.5.3...v1.5.4
v1.5.3
What’s Changed
- Code cleanup documentation by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/145
- “Add AUR and Flatpak upgrade support to
UpgradeCommand, expandUpgradeSettingsoptions, and remove redundant symlink logic inlocal-install.sh” by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/149 - Restructured project for management changes in ui by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/150
- Add feature to display detailed package metadata by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/153
Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.5.2...v1.5.3
v1.5.2
Crash Fix from 1.5.1 Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.5.1...v1.5.2
v1.5.1
What’s Changed
- Fixing a few ui issues, scroll bars issues, and description of y/n qu… by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/137
- Adding pkgbuild to display in ui. by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/138
- Removing package manager reference from UI by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/140
- downgrade by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/143
- Mutex workarouond and tray notification by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/144
Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.5.0...v1.5.1
v1.5.0
What’s Changed
- “Handle tray service shutdown on explicit app exit and improve window close behavior to hide to tray” by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/127
- Add UI and CLI mode handling for ALPM questions by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/130
- Creating desktop entries for local install by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/132
- Fixing small issue with lcoal install not creating desktop entires by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/133
- Refactor question handling and improve response consistency by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/134
- “Add single-instance enforcement with inter-process communication and… by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/136
Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.4.15...v1.5.0
v1.4.15
-Bug fix for replaces in gui (this should fix it)
Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.4.14...v1.4.15
v1.4.14
What’s Changed
- Fixing flatpak AppstreamParser by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/120
- Improve progress rendering and output handling across commands by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/121
- Adding Shelly Sync to CLI, updating to use a Resolver so flatpak and a… by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/123
- Adding additional metadata to syncfile. by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/124
- Add system tray support and background update checks by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/125
- Added Dashboard to home page with the ability to export sync file in gui by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/126
Known Issue:
- In the UI updates with replace can create an off by one error for rendering questions. If this occurrs please run:
sudo shelly upgradeCurrently this is known to occur in cachyOS with the znver4 repo.
Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.4.12...v1.4.14
v1.4.12
What’s Changed
- Flatpak appstream update by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/115
- Fixing Issues in meta search. Flatpak added version #’s to populate c… by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/116
- Adding Updates notes to pop when checking for updates if there is an … by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/117
- Updating how repos display in ui to more simple by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/118
- 111 make install local package option available for general use by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/119
Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.4.11...v1.4.12
