Skip to content

Releases: 0xJacky/nginx-ui

v2.1.12

04 Jul 10:08
d6ecf1d
Compare
Choose a tag to compare
  • Published to Homebrew Tap
  • Ready to be published to winget

v2.1.10

04 Jul 00:17
1cb44ab
Compare
Choose a tag to compare

🚀 New Features

Authentication Enhancements

  • Default User Initialization: Added automatic default user initialization feature

Configuration Improvements

  • Nginx Sbin Path: Added SbinPath option in settings for better Nginx binary path configuration

🔧 Improvements

Performance Optimizations

  • Reduced Recursion Depth: Optimized file scanning to reduce recursion depth and prevent stack overflow issues (#1178)
  • File Scanning Enhancement: Improved file scanning with recursion protection and absolute path resolution (#1178)
  • Nginx Prefix Caching: Added caching for nginx prefix during log file scanning for better performance

UI/UX Enhancements

  • Memory and Storage Charts: Updated grid layout for memory and storage charts (#1201)

🐛 Bug Fixes

Critical Fixes

  • Nginx Panic Prevention: Fixed panic when sbin path is empty (#1178)
  • Filename Extraction: Fixed filename extraction by using filepath.Base instead of path.Base (#1196)

Translation Updates

  • Sbin Capitalization: Updated "sbin" to "Sbin" in multiple language files for consistency
  • Translation Updates: Updated various translations across the application

🔄 Refactoring

Event System

  • WebSocket Event Bus: Refactored to use WebSocket event bus instead of Server-Sent Events (SSE) (#1197)

v2.1.9

26 Jun 09:40
fa0d785
Compare
Choose a tag to compare

Bug Fixes

  1. Certificate revocation no longer hangs – addressed a bug that stalled the revocation workflow (#1179).
  2. Dashboard → Environments list now loads correctly – fixed a loading failure that could freeze the /#/dashboard/server page (#1180).
  3. Log-path handling hardened – refined path-resolution logic to skip circular symbolic links (#1178).

v2.1.8

25 Jun 09:27
e4dd130
Compare
Choose a tag to compare

Bug fixes

Fix some known issues

v2.1.7

24 Jun 14:35
42170f5
Compare
Choose a tag to compare

🐛 Bug Fixes

i18n

  • Fixed a regression that left several labels in Chinese (notably on the Certificates page) when the UI language was set to English. Text now follows the selected locale after page refresh or direct navigation. #1165

Log management

  • Site log paths can again be given as valid relative directories inside the allow-list; the validator no longer rejects them erroneously. #1158
  • Deleting a site’s access/error log configuration immediately removes the entry from the list instead of leaving undeletable remnants. #1158

🔧 Behaviour Changes

AutoCert key type – The key-algorithm selector is now read-only. #1160

v2.1.6

15 Jun 02:36
99942cf
Compare
Choose a tag to compare

🐛 Bug Fixes & Optimizations

  1. Nginx Configuration Optimization
    Removed redundant unit specification in server_names_hash_bucket_size directive configuration. #1134

  2. Frontend API Request Optimization
    Fixed timeout issues occurring in frontend API requests under specific conditions.
    (Resolves #1131 and #1139)

  3. Dynamic Module Support Enhancement
    Improved existing functionality for handling dynamically loaded Nginx modules. #1136

v2.1.5

11 Jun 12:15
0a7f89a
Compare
Choose a tag to compare

Bug Fixes 🔧

  1. Disable trash for nginx-log, sites list, and streams list
  2. Enhance upstream parser #1127

New Features 🎉

  1. Config list now supports deleting files or directories.
  2. Added release URL in upgrade page #1126.

v2.1.4

06 Jun 03:41
ff65350
Compare
Choose a tag to compare

Bug fixes and improvements

v2.1.3

05 Jun 14:27
6770993
Compare
Choose a tag to compare

✨ New Features

  1. Added support for DNS Challenge to request custom domain certificates (#1104)

🐛 Bug Fixes

  1. Fixed certificate item creation and update handling (#1117)
  2. Fixed potential config sync failure (#1118)
  3. Resolved disk statistics display issue (#1119)
  4. Improved Nginx control logic and error handling
  5. Refactored auto-certificate handling logic (#1095, #1104)

v2.1.2

04 Jun 10:11
e207b51
Compare
Choose a tag to compare

Bug Fixes

  1. Fixed module loading regex #1108
  2. Fixed translation issues #1115
  3. Fixed missing middleware for encrypted form in restore backup endpoint #1105