Skip to content

Releases: 0xJacky/nginx-ui

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

v2.0.0-rc.8

14 May 03:52
5b4f97e
Compare
Choose a tag to compare

Notice

We're excited to announce that we've been hard at work developing the next generation of the Nginx UI (v2). To keep up-to-date with our progress, please visit https://github.com/users/0xJacky/projects/1.

Please feel free to send any feedback, suggestions, or bug reports on GitHub issues.

The RC series marks our final testing phase before the stable release. The v2.0.0 stable version will be released on May 18th, 2025.

We appreciate all community feedback and bug reports that help us ensure a smooth official release.

Change vs v2.0.0-rc.7

Bug fixes and improvements

v2.0.0-rc.8

13 May 14:09
fb6a0b6
Compare
Choose a tag to compare

Notice

We're excited to announce that we've been hard at work developing the next generation of the Nginx UI (v2). To keep up-to-date with our progress, please visit https://github.com/users/0xJacky/projects/1.

Please feel free to send any feedback, suggestions, or bug reports on GitHub issues.

The RC series marks our final testing phase before the stable release. The v2.0.0 stable version will be released on May 18th, 2025.

We appreciate all community feedback and bug reports that help us ensure a smooth official release.

Change vs v2.0.0-rc.7

Bug fixes and improvements