Releases: moi952/decky-apps-manager
Releases · moi952/decky-apps-manager
Release list
v0.4.0
✨ Features
- add Steam shortcuts for installed apps, fix Gear Lever detection (moi952)
- Add/remove an installed Flatpak or AppImage as a native Steam shortcut
right from its detail page, with the correct icon/artwork and a
restart-Steam prompt afterward - Live shortcuts.vdf detection so the button never offers to re-add a
shortcut that's already there, including one added manually or by the
system's own Flatpak integration - Rename the app detail page's "Remove" button to "Uninstall" (all 15
languages) so it's no longer confused with the new shortcut button - Fix Gear Lever install/uninstall state going stale: list_apps() now
re-verifies it live even on its cached fast path, instead of trusting
a snapshot that can survive a Steam/plugin restart untouched - Work around flatpak install --system hanging forever past a
successful install (flatpak-system-helper holding the subprocess's
stdout/stderr open) by not capturing output for that call - Gear Lever install notice: match other cards' sizing, horizontal
button navigation, a non-overflowing progress bar, and buttons that
share the row's full width proportionally to their own label length
- Add/remove an installed Flatpak or AppImage as a native Steam shortcut
v0.3.0
✨ Features
- adopt decky-plugin-toolkit, fix update-check reliability, add 13 languages (moi952)
- migrate self-update/What's New/other-plugins/GitHub-Support to decky-plugin-toolkit
- vendor decky-plugin-toolkit at build time (package.sh + CI), not committed
- fix update checks hanging forever on a stalled network request
- flag apps that couldn't actually be checked instead of showing them as up to date
- persist last-checked time and auto-update history across plugin restarts
- show each app's version before/after in the auto-update history
- fix a status message that could claim "up to date" during a paused AppImage check
- add German, Spanish, Italian, Japanese, Korean, Dutch, Polish, Portuguese (BR/PT), Russian, Turkish, Ukrainian, Chinese (Simplified)
Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
v0.2.0
✨ Features
- auto-update, AppImage version picker, and Settings reorganization (moi952)
- Add auto-update with a configurable interval, optional toast, and
a history log; per-app "skip auto-update" flag independent from
full exclusion - Let users pick a specific AppImage version to install, not just
the latest release - Reorganize Settings into "GitHub" (self-update, feature-request and
bug-report QR codes) and "Support" (Ko-fi QR code) sections - Add a "My other plugins" list in Settings, fed by a shared
plugins.json manifest — install directly via Decky's installer or
open the repo on GitHub — plus a home-screen banner when a new one
is published - Rework WhatsNewCard/Banner: link to the real feature-request QR
code instead of duplicating it, add a v0.2.0 entry, and a closing
note pointing to the Support section - Fix: install state surviving a QAM close/reopen during a Gearlever
install; GitHub rate-limit detection in --json mode; a false
"up to date" result right after boot before the network is ready;
app rows not reflecting their new state right after a toggle - Bump @moi952/decky-ui-kit to ^0.5.0 (QrCodeButton, CollapsibleSection
group-header variant, StatusCard info variant, MediaRow mediaAlign,
useRemoteJson) and drop the local component forks it replaces
- Add auto-update with a configurable interval, optional toast, and
📦 Other
- Add Ko-fi username to FUNDING.yml (moi952)
Added Ko-fi username for funding support.
v0.1.0
✨ Features
- initial Apps Manager plugin implementation (moi952)
Decky Loader plugin to check and apply updates for Flatpak apps and
Gearlever-managed AppImages from the Quick Access Menu, plus catalogs
to discover and install new ones (AppImageHub feed, Flathub search).