mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-16 08:36:37 +02:00
v0.1.1 — Leviathan Update
This commit is contained in:
@@ -4,6 +4,22 @@ All notable changes to NotAlterra are documented in this file.
|
||||
|
||||
---
|
||||
|
||||
## [v0.1.1] — 2026-05-31
|
||||
|
||||
### Changed
|
||||
- Dashboard stats now filter by `savegame_*` prefix, matching the file picker
|
||||
- Save/Backup labels pluralize based on count
|
||||
|
||||
### Added
|
||||
- 🐋 animated leviathan patrols the status bar
|
||||
- Non-blocking event poll across all screens — animates everywhere
|
||||
- Whale rendered on popups, dialogs, and file pickers
|
||||
- "Back" option in .ini management submenu
|
||||
|
||||
### Fixed
|
||||
- Game-running guard shows informative OK dialog instead of silent exit
|
||||
- OK dialog width padding prevents text clipping on long lines
|
||||
|
||||
## [v0.1.0] — 2026-05-31
|
||||
|
||||
### Added
|
||||
|
||||
Generated
+1
-1
@@ -474,7 +474,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "notalterra"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "notalterra"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
authors = ["NotAlterra"]
|
||||
license = "MIT"
|
||||
|
||||
+6
-10
@@ -1,4 +1,4 @@
|
||||
### v0.1.0 — First public release
|
||||
### v0.1.1 — Leviathan Update
|
||||
|
||||
NotAlterra is an unofficial Subnautica 2 save-file manager.
|
||||
Cross-platform terminal application. No admin, no network.
|
||||
@@ -6,15 +6,11 @@ Cross-platform terminal application. No admin, no network.
|
||||
Pre-compiled binaries — no installation, no dependencies. Just download,
|
||||
extract, and run.
|
||||
|
||||
### Features:
|
||||
### What's New:
|
||||
|
||||
• Recover .sav from .bak with rollback and slot-aware targeting
|
||||
• Full backup / restore (savegame_* files only) with pre-restore snapshots
|
||||
• UE5 Config (.ini) management — backup, restore, guarded delete
|
||||
• GVAS save inspector with full metadata dump
|
||||
• Online / Local detection with mode-change and name-change warnings
|
||||
• Auto-locates save folders (Windows, Proton/Steam Deck)
|
||||
• Game-running guard, transaction log, and backup safety checks
|
||||
• Keyboard-driven TUI with popups, pickers, and resize support
|
||||
• 🐋 Animated leviathan patrols the status bar across all screens
|
||||
• Dashboard stats now match file picker filtering
|
||||
• "Back" option added to .ini management submenu
|
||||
• Game-running guard shows informative dialog instead of silent exit
|
||||
|
||||
_Builds: Linux (amd64) • Windows x64 console_
|
||||
|
||||
Reference in New Issue
Block a user