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
### Added
Generated
+1 -1
View File
@@ -474,7 +474,7 @@ dependencies = [
[[package]]
name = "notalterra"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"anyhow",
"chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "notalterra"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["NotAlterra"]
license = "MIT"
+2 -2
View File
@@ -45,7 +45,7 @@ Download the pre-compiled executable for your platform from the [releases page](
### Linux
```bash
tar -xzf notalterra-v0.1.2-linux-amd64.tar.gz
tar -xzf notalterra-v0.1.3-linux-amd64.tar.gz
chmod +x notalterra
./notalterra
```
@@ -55,7 +55,7 @@ chmod +x notalterra
Extract the `.zip` archive and double-click `notalterra.exe`, or run from a terminal:
```powershell
Expand-Archive notalterra-v0.1.2-windows-x64.zip -DestinationPath .
Expand-Archive notalterra-v0.1.3-windows-x64.zip -DestinationPath .
.\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.
Cross-platform terminal application. No admin, no network.
@@ -8,10 +8,8 @@ extract, and run.
### What's New:
Replaced process detection with startup warning — fixes Windows Defender
false-positive (Trojan:Win32/Wacatac.C!ml)
All save/ini operations now show file counts in confirmation dialogs
• .ini delete requires actual backup files, not just empty directories
• 🐋 Animated leviathan patrols the status bar across all screens
Playtime extraction from save metadata (Xh Ym)
• Multiplayer / Single Player labels throughout
Release archives moved to builds/ folder
_Builds: Linux (amd64) • Windows x64_