From d4a03b0f0009e8e86d1b2c58eb794dcfec9c8d8f Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 00:33:45 +0200 Subject: [PATCH] =?UTF-8?q?v0.1.2=20=E2=80=94=20false-positive=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- _release.md | 9 +++++---- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5513960..699c864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 86753f2..f8ac7fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ dependencies = [ [[package]] name = "notalterra" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 6784d20..eca677a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notalterra" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["NotAlterra"] license = "MIT" diff --git a/_release.md b/_release.md index 1b9cf65..0a9e9cd 100644 --- a/_release.md +++ b/_release.md @@ -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_