Skip to content

Releases: pkgforge/soar

nightly-9a20792

17 Nov 12:08
9a20792
Compare
Choose a tag to compare
nightly-9a20792 Pre-release
Pre-release

This is an automated nightly build of Soar.

Soar v0.4.7

13 Nov 15:28
v0.4.7
d006985
Compare
Choose a tag to compare

0.4.7 - 2024-11-13

🐛 Bug Fixes

  • (download) Fix github regex pattern and make filter case-insensitive - (546cb62)
  • (flatimage) Fix flatimage portable config symlink path - (37075ec)
  • Read config, allow stdin anywhere, ignore invalid package - (0a8d1bd)

Soar v0.4.6

12 Nov 16:42
v0.4.6
181332a
Compare
Choose a tag to compare

0.4.6 - 2024-11-12

🐛 Bug Fixes

  • (args) Fix clap responses - (af655eb)

Soar v0.4.5

12 Nov 15:25
v0.4.5
288823f
Compare
Choose a tag to compare

0.4.5 - 2024-11-12

⛰️ Features

  • (cli) Allow stdin input as args - (5e1fcaf)
  • (download) Add ergonomic flags for github asset matching - (e47083d)
  • (download) Allow regex filter for github asset - (85736a6)
  • (download) Allow specifying tagname for github downloads - (fcf5ba4)
  • (download) Add support for downloading github release - (9ca101d)

📚 Documentation

  • (readme) Add autoplay videos - (80cfceb)

⚙️ Miscellaneous Tasks

  • (workflow) Update release workflow - (e0b9a58)

Soar v0.4.4

09 Nov 10:20
v0.4.4
6ad532d
Compare
Choose a tag to compare

0.4.4 - 2024-11-09

⛰️ Features

  • (env) Add environment variables support - (426c380)
  • (log) Add tracing, verbosity, json output - (424b0e3)

🐛 Bug Fixes

  • (log) Write info to stdout - (295d6f7)

🚜 Refactor

  • (install) Use filename as binary name for local install - (ff004ae)

Soar v0.4.3

08 Nov 16:37
v0.4.3
b8c2d7b
Compare
Choose a tag to compare

0.4.3 - 2024-11-08

🐛 Bug Fixes

  • (install) Fix package case handling & replacement - (5af3cfc)
  • (install) Add constraints to local installs binary name - (bfe004f)

🚜 Refactor

  • (search) Add description search and limit - (4bbe1f3)

Soar v0.4.2

05 Nov 15:39
v0.4.2
4bd9739
Compare
Choose a tag to compare

0.4.2 - 2024-11-05

⛰️ Features

  • (install) Implement local package install - (457f117)

🐛 Bug Fixes

  • (flatimage) Handle flatimage portable config and non-existent desktop - (33448e2)

🚜 Refactor

  • (config) Move default soar dir, use without config file - (ca7437b)

⚙️ Miscellaneous Tasks

  • (icon) Add logo - (70c9fd1)
  • (workflow|cargo) Auto-assign issues/PRs, update repo url - (e17258e)

Soar v0.4.1

04 Nov 09:23
v0.4.1
8004f8f
Compare
Choose a tag to compare

0.4.1 - 2024-11-04

🐛 Bug Fixes

  • (sigpipe) Terminate if pipe is broken - (bc50076)

⚙️ Miscellaneous Tasks

  • (cargo) Update package name - (381dd66)

Soar v0.4.0

04 Nov 09:18
v0.4.0
e51d9c9
Compare
Choose a tag to compare

0.4.0 - 2024-11-04

⛰️ Features

  • (download) Add progressbar & output file path support - (f7dcea8)
  • (download) Fallback to download package if invalid URL - (eccbb87)
  • (flatimage) Integrate flatimage using remote files - (e94d480)
  • (inspect) Add inspect command to view build script - (bcef36c)
  • (progress) Re-implement installation progress bar - (89ed804)
  • (yes) Skip prompts and select first value - (286743e)

🐛 Bug Fixes

  • (download) Don't hold downloads in memory - (baf33d9)
  • (health) Check fusermount3 and use fusermount as fallback - (3cef007)
  • (image) Fix image rendering - (b190bd0)
  • (package) Fix multi-repo install handling - (8654fbb)
  • (remove) Improve package removal - (3f0307a)
  • (update) Fix update progressbar - (948a42e)

🚜 Refactor

  • (health) Separate user namespaces and fuse issues - (4b7fd4f)
  • (image) Reduce image handling complexity - (39e9c1b)
  • (list) Sort list output - (2c8d894)
  • (project) Minor refactor - (0b0bd06)

📚 Documentation

  • (README) Fix installation instructions - (b2fc746)
  • (readme) Update README - (2fb53cc)

⚙️ Miscellaneous Tasks

  • (script) Update install script - (a18cba3)
  • (script) Add install script - (7bea339)
  • (workflow) Remove existing nightly before publishing new - (e1171af)

Soar v0.3.1

26 Oct 14:31
v0.3.1
7e8bb26
Compare
Choose a tag to compare

0.3.1 - 2024-10-26

🐛 Bug Fixes

  • (config) Fix default config url - (1862a7e)