Skip to content

Tags: jegly/ATK

Tags

v1.3.0

Toggle v1.3.0's commit message
Add system tray, APK Installer, fix package visibility, new themes/fo…

…nts; bump to v1.3.0

- System tray (Linux): pure Go D-Bus StatusNotifierItem, no cgo/libappindicator.
  Close now offers Minimize to Tray vs Quit instead of always quitting.
- New APK Installer module: batch-install from a folder or hand-picked files,
  live per-file progress, select all/none.
- Fix Packages/App Inspector silently hiding packages disabled/uninstalled by
  Canta/Shizuku (pm list packages needs -u to see them). Added a state filter
  and per-row Restore/Enable/Disable/Uninstall actions.
- 6 new theme palettes (Nord, Tokyo Night, Solarized Dark/Light, Rosé Pine,
  Everforest - 26 total), custom text colour, 8 bundled display fonts,
  adjustable font size.
- Horizontal sidebar now shrinks label text progressively instead of
  scrolling when the window narrows; fixed a touchpad stuck-scrollbar-drag bug.
- Updated README and fixed stale Go 1.23 -> 1.25 build instructions.

v1.2.0

Toggle v1.2.0's commit message
Fix path injection in local file handler (CodeQL go/path-injection)

ServeFile's built-in ".." rejection only covers r.URL.Path, not a path handed
to it explicitly from a query param — validate p resolves to a real, regular
file before serving.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v1.0.14

Toggle v1.0.14's commit message
fix: downgrade vite to v5 - v8 breaks production build

v1.0.13

Toggle v1.0.13's commit message
fix: add separate desktop files for deb and AppImage

v1.0.12

Toggle v1.0.12's commit message
fix: use correct desktop files for deb and AppImage separately

v1.0.11

Toggle v1.0.11's commit message
fix: use correct Exec path in desktop file - was Exec=ATK should be E…

…xec=/opt/atk/ATK

v1.0.10

Toggle v1.0.10's commit message
fix: correct Exec path and Categories in desktop file

v1.0.9

Toggle v1.0.9's commit message
fix: use committed appicon in CI instead of generating placeholder

v1.0.8

Toggle v1.0.8's commit message
fix: replace broken appicon with proper 256x256 PNG