From 39a92ede216678ed07e4a464484edb69198fe9c9 Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 10 Aug 2026 16:03:10 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddc9afd..15eaaa5 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,17 @@ Once a milestone is hit (e.g. a new feature fully implemented), I'll publish a r ## Approaching 1.0.0! -Amethyst is finally approaching 1.0.0! Very very soon I will feature-freeze the project and begin just fixing bugs and cleaning up code! This may take a bit because the codebase is very cluttered, and because all features are there in a basic state, it would be better to fix and clean up what I have, so I have a workable codebase for implementing new features, and because new features aren't going to be added anyway, I might as well fully release the project! +I have feature-freezed the project! Any further release is just cleaning up the codebase and getting some snazzy new default webpage or something idk yet xdd. ## Currently working features: -* New configuration is ~95% done, most features work. +* New configuration! * Fixed **A LOT** of unreported bugs from the old code. * More resilliency against errors. * Improved security. * Proxy almost working! +* Multithreading! +* Python Execution Script! ## Project status: From ba9c2dff67158099945ff58a6b1e96aaf06b7f72 Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 10 Aug 2026 16:03:33 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 957351c..2c3f81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ * Fixed bugs pertaining to proxy -* Attempted fix at hanging socket by introducing a default 25 second timeout. +* Attempted fix at hanging socket by introducing a default 2 second timeout. ## Configuration changes