Skip to content

Releases: ReturnFI/Blitz

2.2.2

17 Sep 21:24

Choose a tag to compare

🚀 [2.2.2] – Subscription Page Refactor

Released: 2025-09-18

🎨 UI

  • Refactored subscription page templates for improved structure and maintainability

2.2.1

15 Sep 19:34

Choose a tag to compare

🚀 [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

13 Sep 16:21

Choose a tag to compare

🚀 [2.2.0] – Bulk User Deletion & Performance Boost

Released: 2025-09-13

⚡ Performance

  • Core: Re-engineered user deletion with MongoDB delete_many for efficient batch operations
  • Resolved freeze issues in web panel & database during multi-user removals

🌐 API

  • ✨ Added POST /api/v1/users/bulk-delete for batch deletions
  • 🐛 Fixed single-user DELETE endpoint 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

13 Sep 14:51

Choose a tag to compare

🐛 [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

13 Sep 12:15

Choose a tag to compare

🎨 [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

12 Sep 18:31

Choose a tag to compare

[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.14.15.0

2.1.1

12 Sep 09:49

Choose a tag to compare

[2.1.1] – Server Info Refactor & Cleanup

Released: 2025-09-11

🧹 Fixes

  • 🛠️ Webpanel(API): Removed duplicate traffic_status check

🗄️ Refactor

  • 🔄 Core: server_info.py now fetches traffic stats from MongoDB instead of deprecated users.json

2.1.0

11 Sep 20:04
48c0263

Choose a tag to compare

🚀 [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

10 Sep 19:35
af50b41

Choose a tag to compare

🚀 [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.json file is no longer used

1.18.1

30 Aug 20:29
8c019c5

Choose a tag to compare

🛡️ [1.18.1] – Security Patch & Hysteria Settings Tab

Released: 2025-08-30

🔒 Security

  • 🛡️ Open Redirect Fix:
    Removed next_url parameter 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.json during upgrades
  • 📱 Improved responsive design across web panel
  • 🧩 Relaxed conflict check in user viewmodel
  • 🧹 Removed /dev/null redirects for cleaner logging

📦 Chore & Dependencies

  • ⬆️ Updated dependencies:

    • typing-extensions → 4.15.0
    • starlette → 0.47.3
    • requests → 2.32.5
  • 🧹 Removed deprecated user.sh script (legacy auth)