Releases: ReturnFI/Blitz
Releases · ReturnFI/Blitz
2.2.2
🚀 [2.2.2] – Subscription Page Refactor
Released: 2025-09-18
🎨 UI
- Refactored subscription page templates for improved structure and maintainability
2.2.1
🚀 [2.2.1] – IP Limit Migration & UI Enhancements
Released: 2025-09-15
🗄️ Core & Scripts
- Migrated IP limit state from legacy JSON file → MongoDB for consistency with new database system
- Improved reliability & scalability for IP limit management
🎨 User Interface
- Added emoji icons to command buttons for clearer visibility and better UX
2.2.0
🚀 [2.2.0] – Bulk User Deletion & Performance Boost
Released: 2025-09-13
⚡ Performance
- Core: Re-engineered user deletion with MongoDB
delete_manyfor efficient batch operations - Resolved freeze issues in web panel & database during multi-user removals
🌐 API
- ✨ Added
POST /api/v1/users/bulk-deletefor batch deletions - 🐛 Fixed single-user
DELETEendpoint to align with new bulk logic
🖥️ Frontend
- Optimized Users page to call bulk API when multiple users are selected
- Significantly improved UI responsiveness under heavy load
2.1.4
🐛 [2.1.4] – API Response Model Fix
Released: 2025-09-13
🐛 Fixes
- Aligned user detail API endpoint with the expected response model for more consistent output
2.1.3
🎨 [2.1.3] – UI Logo Update & Upgrade Reliability Fix
Released: 2025-09-13
✨ Features
- 🎨 Improved sidebar logo visibility for better UI clarity
- 🖼️ Updated mockup and logo assets
🐛 Fixes
- ⚡ Improved service restart reliability in upgrade process
2.1.2
⚡ [2.1.2] – AVX Check & Install Improvements
Released: 2025-09-12
✨ Features
- 🛠️ Upgrade Script: Added AVX instruction set check
- ℹ️ Install Script: Show nodb version notice if AVX not supported
📦 Dependencies
- ⬆️ pymongo upgraded from
4.14.1→4.15.0
2.1.1
⚡ [2.1.1] – Server Info Refactor & Cleanup
Released: 2025-09-11
🧹 Fixes
- 🛠️ Webpanel(API): Removed duplicate
traffic_statuscheck
🗄️ Refactor
- 🔄 Core:
server_info.pynow fetches traffic stats from MongoDB instead of deprecatedusers.json
2.1.0
🚀 [2.1.0] – Streamlined Installation & CI Improvements
Released: 2025-09-11
⚙️ CI/CD
- 🛠️ Added build step to release workflow
- 🧹 Removed unnecessary auth binary compilation from core install script
📦 Installation & Upgrade
- 🔄 Refactored install script to use release artifacts instead of
git clone - ⬆️ Refactored upgrade script to pull release artifacts for faster, more reliable updates
2.0.0
🚀 [2.0.0] – Major Release: MongoDB Migration
Released: 2025-09-10
💾 Core Update
- 📦 User management migrated from
users.json→ MongoDB - ⚡ Improved scalability, performance, and reliability for large deployments
⚠️ Breaking Change
- Previous JSON-based
users.jsonfile is no longer used
1.18.1
🛡️ [1.18.1] – Security Patch & Hysteria Settings Tab
Released: 2025-08-30
🔒 Security
-
🛡️ Open Redirect Fix:
Removednext_urlparameter from login flow to prevent open redirect vulnerability.Special thanks to @HEXER365 for responsible disclosure 🙏
✨ Features
- ⚙️ New Hysteria Settings tab in Web Panel (with geo update support)
- 🎨 Redesigned Login Page for better UI/UX
🛠️ Fixes
- 📦 Backup
extra.jsonduring upgrades - 📱 Improved responsive design across web panel
- 🧩 Relaxed conflict check in user viewmodel
- 🧹 Removed
/dev/nullredirects for cleaner logging
📦 Chore & Dependencies
-
⬆️ Updated dependencies:
typing-extensions→ 4.15.0starlette→ 0.47.3requests→ 2.32.5
-
🧹 Removed deprecated
user.shscript (legacy auth)