Skip to content

Releases: 0xJacky/nginx-ui

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

v2.1.1

04 Jun 04:08
b31365f
Compare
Choose a tag to compare

Bug Fixes

  1. Fixed an issue in the requests module where absolute paths were incorrectly used as base URLs, now properly utilizing relative paths (issues #1109, #1111, #1113)

  2. Resolved a credential editor problem in the DNS configuration interface (issue #1106)

  3. Enhanced error handling in the ControlResult's GetError method to properly wrap errors with their associated parameters

v2.1.0

02 Jun 01:30
f19d6c0
Compare
Choose a tag to compare

✨ New Features

  • Site & Stream Modules
    • Added proxy target configuration support (#904)
    • Introduced port scanning functionality (#904)
  • Configuration Management
    • Auto-Backup feature released (supports local/S3 storage) (#999)
    • Implemented user profile management

⚡ Improvements

  • Nginx Control

    • Refactored Nginx reload logic with a unified control method for better error handling
    • Optimized service management and error feedback during installation (#1079)
  • UI/UX

    • Updated pagination size and list item padding in configuration views
    • Use @uozi-admin/curd to refactor all curd pages.
    • Unified site status management using SiteStatusSelect component
    • Refresh the UI of the config editor

🐛 Bug Fixes

  • Configuration Module

    • Removed redundant file read/content comparison in Save function
    • Fixed pagination synchronization in get_history for the frontend
  • Miscellaneous

    • Streamlined SSE header setup using api.SetSSEHeaders (#1082)
    • Fixed upstream service status display (#1076)
    • Removed fixed column widths from site list tables

v2.1.0

02 Jun 00:37
052e476
Compare
Choose a tag to compare

✨ New Features

  • Site & Stream Modules
    • Added proxy target configuration support (#904)
    • Introduced port scanning functionality (#904)
  • Configuration Management
    • Auto-Backup feature released (supports local/S3 storage) (#999)
    • Implemented user profile management

⚡ Improvements

  • Nginx Control

    • Refactored Nginx reload logic with a unified control method for better error handling
    • Optimized service management and error feedback during installation (#1079)
  • UI/UX

    • Updated pagination size and list item padding in configuration views
    • Use @uozi-admin/curd to refactor all curd pages.
    • Unified site status management using SiteStatusSelect component
    • Refresh the UI of the config editor

🐛 Bug Fixes

  • Configuration Module

    • Removed redundant file read/content comparison in Save function
    • Fixed pagination synchronization in get_history for the frontend
  • Miscellaneous

    • Streamlined SSE header setup using api.SetSSEHeaders (#1082)
    • Fixed upstream service status display (#1076)
    • Removed fixed column widths from site list tables

v2.1.0-rc.3

28 May 08:58
227a821
Compare
Choose a tag to compare
v2.1.0-rc.3 Pre-release
Pre-release

✨ New Features

  • Site & Stream Modules
    • Added proxy target configuration support (#904)
    • Introduced port scanning functionality (#904)
  • Configuration Management
    • Auto-Backup feature released (supports local/S3 storage) (#999)
    • Implemented user profile management
  • UI Enhancements
    • Added pagination support to ConfigHistory component
    • Extended "disable-export" functionality to multiple components

⚡ Improvements

  • Nginx Control

    • Refactored Nginx reload logic with a unified control method for better error handling
    • Optimized service management and error feedback during installation (#1079)
  • UI/UX

    • Updated pagination size and list item padding in configuration views
    • Use @uozi-admin/curd to refactor all curd pages.
    • Unified site status management using SiteStatusSelect component

🐛 Bug Fixes

  • Configuration Module

    • Removed redundant file read/content comparison in Save function
    • Fixed pagination synchronization in get_history for the frontend
  • Miscellaneous

    • Streamlined SSE header setup using api.SetSSEHeaders (#1082)
    • Fixed upstream service status display (#1076)
    • Removed fixed column widths from site list tables

📦 Dependency Updates

  • Updated all non-major dependencies (Renovate #1075, #1083)
  • General dependency version sync

v2.1.0-rc.2

28 May 08:40
38ae1cc
Compare
Choose a tag to compare
v2.1.0-rc.2 Pre-release
Pre-release

✨ New Features

  • Site & Stream Modules
    • Added proxy target configuration support (#904)
    • Introduced port scanning functionality (#904)
  • Configuration Management
    • Auto-Backup feature released (supports local/S3 storage) (#999)
    • Implemented user profile management
  • UI Enhancements
    • Added pagination support to ConfigHistory component
    • Extended "disable-export" functionality to multiple components

⚡ Improvements

  • Nginx Control

    • Refactored Nginx reload logic with a unified control method for better error handling
    • Optimized service management and error feedback during installation (#1079)
  • UI/UX

    • Updated pagination size and list item padding in configuration views
    • Use @uozi-admin/curd to refactor all curd pages.
    • Unified site status management using SiteStatusSelect component

🐛 Bug Fixes

  • Configuration Module

    • Removed redundant file read/content comparison in Save function
    • Fixed pagination synchronization in get_history for the frontend
  • Miscellaneous

    • Streamlined SSE header setup using api.SetSSEHeaders (#1082)
    • Fixed upstream service status display (#1076)
    • Removed fixed column widths from site list tables

📦 Dependency Updates

  • Updated all non-major dependencies (Renovate #1075, #1083)
  • General dependency version sync

v2.1.0-rc.1

28 May 06:42
b9f033d
Compare
Choose a tag to compare
v2.1.0-rc.1 Pre-release
Pre-release

✨ New Features

  • Site & Stream Modules
    • Added proxy target configuration support (#904)
    • Introduced port scanning functionality (#904)
  • Configuration Management
    • Auto-Backup feature released (supports local/S3 storage) (#999)
    • Implemented user profile management
  • UI Enhancements
    • Added pagination support to ConfigHistory component
    • Extended "disable-export" functionality to multiple components

⚡ Improvements

  • Nginx Control

    • Refactored Nginx reload logic with a unified control method for better error handling
    • Optimized service management and error feedback during installation (#1079)
  • UI/UX

    • Updated pagination size and list item padding in configuration views
    • Use @uozi-admin/curd to refactor all curd pages.
    • Unified site status management using SiteStatusSelect component

🐛 Bug Fixes

  • Configuration Module

    • Removed redundant file read/content comparison in Save function
    • Fixed pagination synchronization in get_history for the frontend
  • Miscellaneous

    • Streamlined SSE header setup using api.SetSSEHeaders (#1082)
    • Fixed upstream service status display (#1076)
    • Removed fixed column widths from site list tables

📦 Dependency Updates

  • Updated all non-major dependencies (Renovate #1075, #1083)
  • General dependency version sync

v2.0.2

24 May 05:35
6fd77b5
Compare
Choose a tag to compare

Bug fixes

  1. The servers of Upstream are not shown in NgxConfEditor. (#1076)

v2.0.1

24 May 01:07
fe51a8b
Compare
Choose a tag to compare

Bug Fixes

  1. The SSE Check always failed on the install page. (#1066, #1069, #1070)
  2. Disk usage analytics issue. (#1062)

v2.0.0

18 May 09:12
daee3ac
Compare
Choose a tag to compare

🎉 After a two-year development process, the official version of Nginx UI v2 has been released.

❤️ Thank all the users who participated in the test.

Change vs v2.0.0-rc.8

Bug fixes and improvements