Releases: pkgforge/soar
Releases · pkgforge/soar
Soar v0.3.0
0.3.0 - 2024-10-26
⛰️ Features
- (appimage) Allow providing portable home/config dir for appimage - (446958e)
- (appimage) Implement appimage integration - (3d7fbe1)
- (collection) Allow dynamic collection names - (d37bad0)
- (color) Implement colorful logging - (61d9ceb)
- (health) Include fuse check - (ee9d3b7)
- (health) Add health check command - (293960f)
- (image) Add halfblock image support - (a1e2dc3)
- (image) Add sixel support - (88433d3)
- (image) Kitty graphics protocol image support for query - (fb1da68)
- (pkg) Fetch remote image/desktop file if pkg is not appimage - (2e5b15e)
🐛 Bug Fixes
- (appimage) Sanity checks for kernel features & user namespace - (b8dd511)
- (appimage) Prevent creating portable dirs by default - (cc66cd3)
- (appimage) Set default portable path if arg is not provided - (5a34205)
- (appimage) Use path check for ownership - (7181629)
- (appimage) Handle symlinks and use proper icon path - (aee9282)
- (fetch) Fetch default icons only when fetcher is called - (fdefcd5)
- (image) Fetch default fallback image - (bc92204)
- (registry) Update outdated local registry - (6a967df)
- (userns-check) Check clone_newuser support - (2e1cf13)
- (wrap) Fix text wrapping - (e7b6d71)
🚜 Refactor
- (collection) Rename root_path to collection - (a480c85)
- (color) Update colors in query - (adc257b)
- (package) Reduce hard-coded collections - (041e824)
⚙️ Miscellaneous Tasks
- (readme) Update Readme - (8f43a68)
- (workflow) Run nightly on every commit - (42ddf90)
- (workflow) Add nightly workflow - (f697a5f)
New Contributors ❤️
- @dependabot[bot] made their first contribution in #1
Soar v0.2.0
0.2.0 - 2024-10-11
⛰️ Features
- (download) Introduce ability to download arbitrary files - (7f7339a)
- (run) Run remote binary without metadata - (695e0da)
🐛 Bug Fixes
- (inspect) Show error if log can't be fetched, and warn if log too large - (82785fb)
- (run) Fix run command - (c2409fe)
🚜 Refactor
- (output) Update command outputs - (0967773)
Soar v0.1.0
[0.1.0] - 2024-10-10
⛰️ Features
- (cli) Implement CLI commands structure - (11f6214)
- (config) Implement config loading - (abbaaf6)
- (info) Implement display installed package info - (a79e9dd)
- (inspect) Add command to inspect CI logs - (50d6b60)
- (install) Track and implement installed packages list - (51e2f96)
- (install) Implement package install - (aaf1c89)
- (list) List available packages - (17a50b7)
- (query) Query detailed package info - (0f6facd)
- (remove) Implement packages removal - (e676064)
- (run) Run packages without installing them - (16e820a)
- (search) Implement package search feature - (313c2a5)
- (symlink) Implement ownership check for binary symlinks - (6575072)
- (update) Implement update package - (c58269b)
- (use) Add ability to switch package variants - (de2264d)
🐛 Bug Fixes
- (install) Use case-sensitive package name - (1abd650)
- (parse) Fix remote registry parser - (b8175c5)
- (update) Resolve update deadlock - (e8c56bc)
🚜 Refactor
- (command) Update commands and cleanup on sync - (555737c)
- (package) Use binary checksum in install path - (4a6e3c4)
- (project) Re-organize whole codebase - (2705168)
- (project) Update data types and improve readability - (ac4a93a)
- (project) Reduce complexity - (cfc5962)