v0.1.2 — false-positive fix

This commit is contained in:
2026-06-01 00:33:45 +02:00
parent d8a636cb09
commit d4a03b0f00
4 changed files with 13 additions and 6 deletions
+6
View File
@@ -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
View File
@@ -474,7 +474,7 @@ dependencies = [
[[package]]
name = "notalterra"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"anyhow",
"chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "notalterra"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["NotAlterra"]
license = "MIT"
+5 -4
View File
@@ -1,4 +1,4 @@
### v0.1.1Leviathan Update
### v0.1.2False-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_