Releases: beer-psi/saekawa
Releases · beer-psi/saekawa
0.4.5
0.4.4
0.4.2
0.4.1
0.4.0
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
0.3.3
0.3.2
0.3.1
0.3.0
- 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