Skip to content

Releases: ktwrd/beans-rs

July 10th 2024

July 10th 2024 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jul 12:48
bf15a4b
  • 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

20240710-1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jul 13:02
faecdcb
Update mod.rs

July 1st 2024

July 1st 2024 Pre-release
Pre-release

Choose a tag to compare

@ktwrd ktwrd released this 01 Jul 05:13
  • 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

Choose a tag to compare

@ktwrd ktwrd released this 23 Jun 01:48
e7611d4

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

Choose a tag to compare

@github-actions github-actions released this 15 Jun 08:57
0cebd7a

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

Choose a tag to compare

@ktwrd ktwrd released this 12 Jun 03:12
dc04de8

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

Choose a tag to compare

@ktwrd ktwrd released this 11 Jun 07:43
4a83444

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

Choose a tag to compare

@github-actions github-actions released this 11 Jun 05:49
d018c61
  • Fixed "Update Available" message being show when it shouldn't be shown.

v1.4.0 - QoL and Stability Improvements

Choose a tag to compare

@github-actions github-actions released this 11 Jun 03:25
6b95b81

v1.4.0 intends to add many quality of life features for players, server owners, and other sourcemods that use the same versioning system.

Changes since v1.3.0

  • Fix spelling mistake in wizard message.
  • Only install Installing Visual C++ Redistributable when it cant be detected in the registry.
  • Add Sentry integration
  • Rewrite a lot of code to have better error handling.
  • Show "Installing Visual C++ Redistributable" message before showing the UAC dialog so users don't get jumpscared.
  • Prompt user for sourcemods directory when not found (and --location isn't provided), and it can't be found via the registry/file path.
  • Implement a system to easily swap what sources are used for downloading/updating games and what to call the mod. PR #1
  • Add launch flags
  • Add wizard option d to enable debug mode (hidden)
  • Show message box when panic! is used.
  • Add install, verify and update subcommands.
  • Added a --no-pause parameter so you don't need to be there for the process to exit.
  • Fixed stability related to the update subcommand.
  • Fixed wizard interrupting subcommands.
  • Fixed directory parsing on Windows.
  • Fixed message boxes on Windows not properly doing new lines.
  • Add contribution notes.
  • Don't return error when RunnerContext::gameinfo_perms() returns error.
  • Show a message in the CLI Wizard when a new update is available for the game.
  • Disable Sentry on Debug Builds. PR #3
  • Removed unnecessary files. PR #4
  • Use /var/tmp on Linux for storing temporary files instead of /tmp due to some distros using /tmp as a ramdisk.
  • Show notification when a new version of beans-rs is available.

20240610-1

20240610-1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jun 12:08
a24c8d8

Build for #7