mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-16 08:36:37 +02:00
v0.1.3
This commit is contained in:
@@ -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
@@ -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
@@ -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"
|
||||||
|
|||||||
@@ -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
@@ -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_
|
||||||
|
|||||||
Reference in New Issue
Block a user