Shelly Changelog
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
v1.4.11
What’s Changed
- Updating how provider works in ui by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/106
- Refactor ALPM question handling and add supporting structs by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/107
- Updating how progress tracks to be better and include %s by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/108
- Toast messages will handle errors better and not dump a stack trace i… by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/109
- Bump version to 1.4.11 and add AUR package installation check by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/110
Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.4.10…v1.4.11
v1.4.10
Fixed race condition with UI response assuming default answer before user could response @ZoeyErinBauer Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.4.9…v1.4.10
v1.4.9
What’s Changed
- Update
AlpmQuestionSelectProviderand bump version to 1.4.8 by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/91 - Provider fix by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/92
Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.4.8…v1.4.9
v1.4.8
What’s Changed
- Updated Update Window with prompts by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/84
- Header refactor by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/86
- Fixing KDE Color issues when switch DE’s by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/87
- Flatpak upgrade by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/88
- Flatpak upgrade in UI by @caroberrie in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/89
- Meta search by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/90
Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.4.7…v1.4.8
v1.4.7
What’s Changed
- Improve PKGBUILD by @vetu104 in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/81
- Menu refactor and minor ui update by @ZoeyErinBauer in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/83
New Contributors
- @vetu104 made their first contribution in https://github.com/ZoeyErinBauer/Shelly-ALPM/pull/81
Full Changelog: https://github.com/ZoeyErinBauer/Shelly-ALPM/compare/v1.4.6…v1.4.7