chore(release): prepare 9.3.1

This commit is contained in:
Houmgaor
2026-03-23 10:13:00 +01:00
parent 0ea399f135
commit 3803fd431b
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [9.3.1] - 2026-03-23
### Added
- `DisableSaveIntegrityCheck` config flag: when `true`, the SHA-256 savedata integrity check is skipped on load. Intended for cross-server save transfers where the stored hash in the database does not match the imported save blob. Defaults to `false`. Affected characters can alternatively be unblocked per-character with `UPDATE characters SET savedata_hash = NULL WHERE id = <id>`.

View File

@@ -106,7 +106,7 @@ func main() {
}
}
logger.Info(fmt.Sprintf("Starting Erupe (9.3.0-%s)", Commit()))
logger.Info(fmt.Sprintf("Starting Erupe (9.3.1-%s)", Commit()))
logger.Info(fmt.Sprintf("Client Mode: %s (%d)", config.ClientMode, config.RealClientMode))
if config.Database.Password == "" {