diff --git a/README.md b/README.md index cdfdd15..8be9b48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-
+
@@ -143,26 +143,38 @@ flowchart TD
- Enables notifications over Telegram when an IP is blocked.
## 🔄 Changelog
-### 2.2.5
-- fix certificate managment
-
-### 2.2.4
-- Manage Self-Signed Certificate
-### 2.2.3
-- Added IPV6Support (thanks floridan95)
-
-### 2.2.2
-- Fixed telegram notification issue.
+### v2.2.6 (March 4, 2025)
+- **Performance:** Optimized Mikrotik address list saving to run every 5 minutes instead of on every alert
+- **Stability:** Reduced router CPU load, particularly beneficial for high-traffic networks or routers with limited resources
+- **System:** Added interval-based save mechanism with configurable timing (default: 300 seconds)
-### 2.2.1
-- Fixed bug causing `mikrocata.py` script crash during Suricata logrotate.
+### v2.2.5 (January, 2025)
+- **Security:** Fixed SSL certificate management issues
+- **Reliability:** Improved handling of certificate validation
-### 2.2
-- Added compatibility with Debian 12.
+### v2.2.4 (December 2025)
+- **Security:** Added support for self-signed certificates
+- **Configuration:** Added new option `ALLOW_SELF_SIGNED_CERTS` for trusted environments
-### 2.1
-- Improved stability of the `read_json` function (thanks to bekhzad-khamidullaev).
+### v2.2.3 (July 2024)
+- **Feature:** Added IPv6 support (thanks to contributor: floridan95)
+- **Configuration:** Added `ENABLE_IPV6` option to enable/disable IPv6 blocking
+
+### v2.2.2
+- **Fix:** Resolved issue with Telegram notifications not being delivered properly
+
+### v2.2.1
+- **Bugfix:** Fixed script crash during Suricata logrotate operations
+- **Stability:** Improved file handling for log rotation events
+
+### v2.2
+- **Compatibility:** Added support for Debian 12
+- **System:** Updated installation scripts for newer package versions
+
+### v2.1
+- **Reliability:** Improved stability of the `read_json` function (thanks to contributor: bekhzad-khamidullaev)
+- **Performance:** Better handling of malformed JSON data
## 🔧 Troubleshooting