Skip to content

Releases: beer-psi/saekawa

0.4.5

27 Jul 18:10
Compare
Choose a tag to compare
  • Rename references of beerpiss to beer-psi so auto-update works again
  • Remove dependency on Visual C++ Redistributable 2022

0.4.4

04 Jul 16:11
Compare
Choose a tag to compare
  • Fix import polling (for real, this time.)
  • Fix auto update crashing the game depending on the mood of the compiler when compiling a previous release

0.4.2

28 Jun 06:40
Compare
Choose a tag to compare

Fix a problem where the import may be polled faster than Tachi has started working on it.

0.4.1

26 Jun 17:56
Compare
Choose a tag to compare

Bugfix

  • Actually respect the auto-update flag

0.4.0

26 Jun 17:41
Compare
Choose a tag to compare

Massive overhaul of the hook.

New features

  • Automatic retry: If your network/Tachi is having issues, Saekawa will retry up to 3 times, each time exponentially longer than the last. If that also fails, the import is saved as a batch manual JSON for later import.
  • Automatic encryption configuration: Saekawa detects if the game is running with network encryption enabled and act accordingly. No need to fetch the keys.
  • Automatic update: Can be disabled in configuration.
  • Per-access-code API key: Saekawa can now submit scores to different Tachi profiles based on the access code. There is also an option to fall back to a default API key.

Removed features

  • PB import.

Breaking changes

  • All these changes required a new configuration format, however it should be migrated automatically.

0.3.4

08 Apr 07:24
Compare
Choose a tag to compare

Kamaitachi URL has been updated. This only affects the default config file generated when none exists.

Existing users must edit their saekawa.toml config file:

[tachi]
base_url = "https://kamai.tachi.ac"

0.3.3

23 Mar 10:07
Compare
Choose a tag to compare

Maintenance release; mostly under the hood changes

0.3.2

16 Dec 14:30
Compare
Choose a tag to compare

CHUNITHM SUN+ support

0.3.1

26 Nov 09:24
e4eeb35
Compare
Choose a tag to compare

All logs are now properly outputted to the segatools console.

0.3.0

18 Nov 16:21
Compare
Choose a tag to compare

⚠️WARNING: This version has a hard dependency on segatools. Use v0.2.1 if, somehow, you're running the game and hook without segatools.

  • Add PB import. Please import from your network first, and only use this feature as a last resort, as it provides lower-quality data and only one pre-joined score per chart. To enable, add a key under the [general] section in the config:
[general]
export_pbs = false