nexus-fca 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1 +1,16 @@
1
1
  #
2
+ # Changelog
3
+ #
4
+ ## [2.0.1] - 2025-07-28
5
+ ### Added
6
+ - 🚀 **Nexus Login System**: Advanced, safe, and automatic Facebook login system added under `/nexloginsystem`.
7
+ - 🔐 **Appstate auto-generation**: Login with username/password/2FA, auto-save appstate, and seamless bot start.
8
+ - 🛡️ **Maximum safety**: Human-like device simulation, TOTP/2FA support, and advanced error handling.
9
+ - 📦 **Auto-backup & validation**: Appstate backup, validation, and lifecycle management.
10
+ - 📚 **Full documentation**: Usage, API, and safety docs in `/nexloginsystem/README.md`.
11
+
12
+ ### Changed
13
+ - Updated main `README.md` with Nexus Login System quick start and features.
14
+
15
+ ### Removed
16
+ - Old test files and legacy appstate generator scripts (now replaced by Nexus Login System).