From 62af43608ebc303199a6d8f6c2fb98e5212234df Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 02:52:44 +0200 Subject: [PATCH] v0.1.3 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- _release.md | 10 ++++------ 5 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa453c9..8ee558a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index f8ac7fa..5f1fcf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ dependencies = [ [[package]] name = "notalterra" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index eca677a..99f6081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notalterra" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["NotAlterra"] license = "MIT" diff --git a/README.md b/README.md index b9d8e29..0c810e3 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/_release.md b/_release.md index 0a9e9cd..6b68a2b 100644 --- a/_release.md +++ b/_release.md @@ -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_