mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-16 08:36:37 +02:00
v0.1.2 — false-positive fix
This commit is contained in:
@@ -4,6 +4,12 @@ All notable changes to NotAlterra are documented in this file.
|
||||
|
||||
---
|
||||
|
||||
## [v0.1.2] — 2026-06-01
|
||||
|
||||
### Changed
|
||||
- Replaced process detection (`tasklist`/`pgrep`) with startup warning modal
|
||||
to avoid Windows Defender false-positive (Trojan:Win32/Wacatac.C!ml)
|
||||
|
||||
## [v0.1.1] — 2026-05-31
|
||||
|
||||
### Changed
|
||||
|
||||
Generated
+1
-1
@@ -474,7 +474,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "notalterra"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "notalterra"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
authors = ["NotAlterra"]
|
||||
license = "MIT"
|
||||
|
||||
+5
-4
@@ -1,4 +1,4 @@
|
||||
### v0.1.1 — Leviathan Update
|
||||
### v0.1.2 — False-Positive Fix
|
||||
|
||||
NotAlterra is an unofficial Subnautica 2 save-file manager.
|
||||
Cross-platform terminal application. No admin, no network.
|
||||
@@ -8,9 +8,10 @@ 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
|
||||
• 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_
|
||||
|
||||
Reference in New Issue
Block a user