Skip to content

Releases: pkgforge/soar

Soar v0.5.13

10 Mar 16:34
4f1a6ec
Compare
Choose a tag to compare

⛰️ Features

  • (health) Check if bin is in PATH - (2c06017)
  • (install) Add partial support for excluding files on install - (f496bf5)
  • (package) Track excluded package installation files - (a7ca6c0)
  • (package) Handle multiple desktop/icon integration - (c5b6e4a)
  • (package) Handle replaced pkg_id - (61a47fb)

nightly-2c06017

10 Mar 16:09
2c06017
Compare
Choose a tag to compare
nightly-2c06017 Pre-release
Pre-release
feat(health): check if bin is in PATH

Soar v0.5.12

02 Mar 07:06
51eef03
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (args) Make top level flags global - (2b6d14b)
  • (self_update) Fix channel switch - (aff38ec)

Soar v0.5.11

01 Mar 17:07
531f510
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (self_update) Use semver version comparison - (96af984)

Soar v0.5.10

01 Mar 12:41
9d739e3
Compare
Choose a tag to compare

⛰️ Features

  • (health) Add basic health functionality - (b5ba25b)

🐛 Bug Fixes

  • (config) Handle bin and repositories path - (e7537de)
  • (metadata) Prevent crash on metadata fetch failure - (42cf13f)

Contributors

Soar v0.5.9

26 Feb 11:37
5727e1a
Compare
Choose a tag to compare

0.5.9 - 2025-02-26

🐛 Bug Fixes

  • (deps) Update soar-dl to resolve append bug - (65d56ce)
  • (exe) Fix self executable path - (2918a57)
  • (run) Make soar flags passable after package name - (c35e7d0)

⚙️ Miscellaneous Tasks

  • (script) Improve install script (#24) - (d83eb6e)

Soar v0.5.8

25 Feb 14:28
303891f
Compare
Choose a tag to compare

0.5.8 - 2025-02-25

🐛 Bug Fixes

  • (integration) Create parent dir if doesn't exist - (c450fae)
  • (yes) Handle auto-select first package in download - (89aaa73)

🚜 Refactor

  • (cleanup) Improve cleanup - (83b2813)
  • (error) Improve I/O error messages - (ca7b971)

⚡ Performance

  • (run) Improve run performance for cached binary - (b4178b3)

Soar v0.5.7

17 Feb 04:10
v0.5.7
44aa99e
Compare
Choose a tag to compare

0.5.7 - 2025-02-17

⛰️ Features

  • (download) Try downloading package if url is invalid - (6bd2a34)

🐛 Bug Fixes

  • (config) Print default config if config file doesn't exist - (3ba2a63)
  • (metadata) Fix metadata sync interval handling - (c2de6a7)
  • (query) Handle full package query - (bb944c0)

Soar v0.5.6

15 Feb 14:13
v0.5.6
be40210
Compare
Choose a tag to compare

0.5.6 - 2025-02-15

⛰️ Features

  • (signature) Add minisign signature verification - (afe39a6)
  • (sync) Add option to set sync interval for each repository - (06c7b64)
  • (wrappe) Add wrappe desktop integration support - (a8d362f)

🐛 Bug Fixes

  • (env) Use info instead of warn for env command output note - (0cb5874)
  • (run) Use ghcr_blob to pull the binary - (322cc01)
  • (size) Calculate directory size for installed packages info - (0698f0f)

Soar v0.5.5

11 Feb 16:11
v0.5.5
921868c
Compare
Choose a tag to compare

0.5.5 - 2025-02-11

⛰️ Features

  • (config) Add subcommand to print or edit config - (e2e6687)
  • (config) Add ability to use custom config path and set custom root for default config - (04d2e9b)

🐛 Bug Fixes

  • (install) Improve force install - (17fcb2e)
  • (metadata) Handle etag updates correctly - (d5787a7)

⚡ Performance

  • (list) Optimise package search and list - (81576e8)