This commit is contained in:
2026-06-01 02:52:44 +02:00
parent 319793b26a
commit 62af43608e
5 changed files with 17 additions and 10 deletions
+9
View File
@@ -4,6 +4,15 @@ All notable changes to NotAlterra are documented in this file.
--- ---
## [v0.1.3] — 2026-06-01
### Changed
- "Multiplayer" / "Single Player" used consistently throughout picker and inspector
- Release archives moved to `builds/` directory
### Fixed
- Playtime extraction on production saves (fallback byte-scan for DoubleProperty)
## [v0.1.2] — 2026-06-01 ## [v0.1.2] — 2026-06-01
### Added ### Added
Generated
+1 -1
View File
@@ -474,7 +474,7 @@ dependencies = [
[[package]] [[package]]
name = "notalterra" name = "notalterra"
version = "0.1.2" version = "0.1.3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "notalterra" name = "notalterra"
version = "0.1.2" version = "0.1.3"
edition = "2021" edition = "2021"
authors = ["NotAlterra"] authors = ["NotAlterra"]
license = "MIT" license = "MIT"
+2 -2
View File
@@ -45,7 +45,7 @@ Download the pre-compiled executable for your platform from the [releases page](
### Linux ### Linux
```bash ```bash
tar -xzf notalterra-v0.1.2-linux-amd64.tar.gz tar -xzf notalterra-v0.1.3-linux-amd64.tar.gz
chmod +x notalterra chmod +x notalterra
./notalterra ./notalterra
``` ```
@@ -55,7 +55,7 @@ chmod +x notalterra
Extract the `.zip` archive and double-click `notalterra.exe`, or run from a terminal: Extract the `.zip` archive and double-click `notalterra.exe`, or run from a terminal:
```powershell ```powershell
Expand-Archive notalterra-v0.1.2-windows-x64.zip -DestinationPath . Expand-Archive notalterra-v0.1.3-windows-x64.zip -DestinationPath .
.\notalterra.exe .\notalterra.exe
``` ```
+4 -6
View File
@@ -1,4 +1,4 @@
### v0.1.2 — False-Positive Fix ### v0.1.3
NotAlterra is an unofficial Subnautica 2 save-file manager. NotAlterra is an unofficial Subnautica 2 save-file manager.
Cross-platform terminal application. No admin, no network. Cross-platform terminal application. No admin, no network.
@@ -8,10 +8,8 @@ extract, and run.
### What's New: ### What's New:
Replaced process detection with startup warning — fixes Windows Defender Playtime extraction from save metadata (Xh Ym)
false-positive (Trojan:Win32/Wacatac.C!ml) • Multiplayer / Single Player labels throughout
All save/ini operations now show file counts in confirmation dialogs Release archives moved to builds/ folder
• .ini delete requires actual backup files, not just empty directories
• 🐋 Animated leviathan patrols the status bar across all screens
_Builds: Linux (amd64) • Windows x64_ _Builds: Linux (amd64) • Windows x64_