Skip to content

Releases: ktwrd/beans-rs

v1.5.2

14 Jul 06:38
ca8a015
Compare
Choose a tag to compare

Changes since v1.5.1

  • Merged #24
    • Fixed get_free_space failing when the provided location is on a mount point that has a length less than 2.
  • Merged #27
    • A custom temporary directory can now be defined with the environment variable ADASTRAL_TMPDIR (must already exist for this to work).

v1.5.1

11 Jul 00:44
71998f2
Compare
Choose a tag to compare

Minor fixes for the Steam Deck, and some small additions.

Changes since v1.4.5

  • Merged #16
    • beans-rs will now ask you for confirmation when using the install subcommand (or via the wizard) if an existing installation is deteced.
    • To ignore the prompt, use the --confirm argument (after the install subcommand) to forcefully overwrite the existing install.
  • Removed requirement for libssl and glibc on Linux (will be reverted when #19 is merged)
  • GitHub Actions now builds with musl for Linux.
  • Implement logic for clean workflow.
  • Merged #21
    • When steamos is detected, ~/.tmp/ will be used instead of /var/tmp due to storage restrictions.

July 10th 2024

10 Jul 12:48
bf15a4b
Compare
Choose a tag to compare
July 10th 2024 Pre-release
Pre-release
  • Merged #21
    • When steamos is detected, ~/.tmp/ will be used instead of /var/tmp due to storage restrictions.
  • Bumped version to v1.5.1

20240710-1

10 Jul 13:02
faecdcb
Compare
Choose a tag to compare
20240710-1 Pre-release
Pre-release
Update mod.rs

July 1st 2024

01 Jul 05:13
Compare
Choose a tag to compare
July 1st 2024 Pre-release
Pre-release
  • Merged #16
    • beans-rs will now ask you for confirmation when using the install subcommand (or via the wizard) if an existing installation is deteced.
    • To ignore the prompt, use the --confirm argument (after the install subcommand) to forcefully overwrite the existing install.
  • Removed requirement for libssl and glibc on Linux.
  • GitHub Actions now builds with musl for Linux.
  • Implement logic for clean workflow.
  • Bumped version to v1.5.0

v1.4.5

23 Jun 01:48
e7611d4
Compare
Choose a tag to compare

Minor bug fixes

Changes since v1.4.4

  • Remove gameinfo.txt restoring feature (after verify or update)
  • gameinfo.txt will only be backed up, to the gameinfo_backups directory in the folder for your source mod.
  • Added note in README.md about OpenSSL v3 being a runtime and development dependency (at the very least for Linux)

screenshot

Note

The following operating systems are supported for troubleshooting and support;

  • Debian Bookworm/Trixie/Sid
  • Ubuntu 22.04, 24.04
  • Windows 21H2 and later

v1.4.4

15 Jun 08:57
0cebd7a
Compare
Choose a tag to compare

Changes since v1.4.3

  • Revert PR #4
  • Create sub-directory in temp directory (like /var/tmp/beans-rs)
  • Make sure that console window properly shows on windows
  • Fix compile issues on current nightly version (2024-06-13 breaks things, fixed by locking version to nightly-2024-05-24)

v1.4.3

12 Jun 03:12
dc04de8
Compare
Choose a tag to compare

Just some minor changes.

Changes since v1.4.2

  • Capture trace logging as a breadcrumb so it gets captured by Sentry.
  • Show error reason in all errors that have an error inside of it.
  • Change the GitHub Release URL since the repo was transferred from AdastralGroup to ktwrd

v1.4.2 - Hotfix

11 Jun 07:43
4a83444
Compare
Choose a tag to compare

Just some bug fixes that weren't caught in testing.

Changes since v1.4.1

  • Fixed gameinfo.txt not being restored on update.
  • Backup & Restore gameinfo.txt when verifying game files.

v1.4.1

11 Jun 05:49
d018c61
Compare
Choose a tag to compare
  • Fixed "Update Available" message being show when it shouldn't be shown.