Skip to content

Soar v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Oct 04:41
· 61 commits to main since this release
v0.3.0
0531083

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 ❤️