Skip to content

Releases: 0xJacky/nginx-ui

v2.0.0-beta.1

24 May 01:48
6ce6d43
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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 feedbacks, suggestions or bug reports in Github issues.

What's new:

  1. We're proud to have registered the nginxui.com domain 🎉.
  2. We have launched a new documentation site, please check nginxui.com.
  3. Node management functionality has been introduced (#70).
  4. Duplicate site function now can duplicate config to remote server.
  5. French translations have been added, thanks to the contributions of @skrilax91.
  6. Added border-radius to Ace Editor and terminal, we hope you will like this change :).
  7. You can now deploy site configuration to a remote server.
  8. Spanish translations have been added, thanks to the contributions of @kcholoren.
  9. The dashboard now includes a system monitor for nodes.

Fixes:

  1. We've upgraded gonginx to address the configuration parsing issue #73.
  2. Fixed an issue where it was not possible to update settings value to an empty string.
  3. Resolved a location saving issue on the domain addition page #116.
  4. Site enabling/disabling is now aborted only when the log level is higher than warning.

Enhances:

  1. The recovery function now can print call stack information.

Docs:

  1. Traditional Chinese documentation has been added, thanks to @Hintay.
  2. We've added documentation for the syntax of the configuration template.
  3. We have updated the documentation for the nginx proxy example.

Others:

  1. Core upgrades will be performed as a dry run in demo mode.
  2. Updated zh_CN translations.

v1.9.9-4

06 May 16:33
cab5ff2
Compare
Choose a tag to compare

What's new:

Recently, we are working on the next generation of Nginx UI (v2), and you can check the progress at https://github.com/users/0xJacky/projects/1. If you want to experience the latest program, please install this update. The new upgrader allows you to get updates from the prerelease channel. At the same time, we recommend all users install this update, as it contains fixes for issues related to auto-cert. It's worth noting that before the release of the v2 preview, we will use v1.9.9-x as the version number.

Please feel free to send feedback, suggestions or bug reports in Github issues.

Refactor:

  1. Use zap as default logger

Enhances:

  1. Added error prompts in form
  2. Log level now determined by settings.Server.RunMode
  3. Get lego's logs and send them to frontend

Fix:

  1. Auto Cert indicates that there is no resolver.

Docs:

  1. New online documentation. (@Hintay)

Thanks for @Hintay 's contruibution.

v1.9.9-3

06 May 03:06
9ac5708
Compare
Choose a tag to compare

What's new:

Recently, we are working on the next generation of Nginx UI (v2), and you can check the progress at https://github.com/users/0xJacky/projects/1. If you want to experience the latest program, please install this update. The new upgrader allows you to get updates from the prerelease channel. At the same time, we recommend all users install this update, as it contains fixes for issues related to auto-cert. It's worth noting that before the release of the v2 preview, we will use v1.9.9-x as the version number.

Please feel free to send feedback, suggestions or bug reports in Github issues.

Feature:

  1. Online core upgrader now support upgrade nginx-ui to a pre-release version.

Enhance:

  1. Check the hash of excutable binary before upgrade

Fix:

  1. Auto Cert indicates that there is no resolver.

Docs:

  1. New online documentation. (@Hintay)

Thanks for @Hintay 's contruibution.

v1.9.9-2

05 May 13:13
5b34f0f
Compare
Choose a tag to compare
v1.9.9-2 Pre-release
Pre-release

Test pre release channel

v1.8.4

01 May 05:56
ca3c994
Compare
Choose a tag to compare

Fixes:

  1. Site log unable fetch previous pages.
  2. Nil pointer panic occurs before install. #110
  3. Repeatly visits a not exists log causing high CPU load. #108
  4. Site add issues.

Enhances:

  1. Added Host option to Force HTTPS template. #109

For more change log about v.1.8.0 please check v1.8.0 Release Note.

v1.8.3

23 Apr 16:08
26938ae
Compare
Choose a tag to compare

Fix:

  1. Fail to change certification in site edit page when ssl directives not exist. #105

For more change log about v.1.8.0 please check v1.8.0 Release Note.

v1.8.2

21 Apr 07:40
4c722b9
Compare
Choose a tag to compare

Fixes

  1. Confirmation modal does not pop up when toggle tls. #70

For more change log about v.1.8.0 please check v1.8.0 Release Note.

v1.8.1

21 Apr 03:35
f455cf1
Compare
Choose a tag to compare

Fixes

  1. Confirmation modal does not pop up in site edit page. #70
  2. Missing translations in confirmation modals.

For more change log about v.1.8.0 please check v1.8.0 Release Note.

v1.8.0

17 Apr 07:00
a43b99f
Compare
Choose a tag to compare

Features:

  1. Forced use of advanced editor to edit site configuration files. #73
  2. Added DNS challenge provider to enable "Obtaining Let's Encrypt certificates" functionality on servers with ports 80 and 443 blocked #51
  3. Added DNS credentials manager.
  4. Added shortcuts for remove server in NgxConfigEditor. #30
  5. Added animations.
  6. Added Github Proxy setting.

Enhancements

  1. Remove the location of acme-challenge if 'automatic renewal Let's Encrypt certificates' is disabled. #30
  2. Pop up a confirmation when toggling the enabled status of automatic renewal Let's Encrypt certificates. #30
  3. Auto-refresh after Nginx UI is upgraded.
  4. Display download progress in Nginx UI upgrader.
  5. Enhance block template parser.
  6. Set the max-height of ChatGPT UI.

Templates

  1. Added enable HSTS configuration template. #30
  2. Added "Hotlink Protection" configuration template. #30

Fixes

  1. Fix edit button not navigating to edit page after domain added.
  2. A text mistake in Dashboard. #98

v1.7.9

04 Apr 13:44
1bc8d0a
Compare
Choose a tag to compare

Fix

  1. Fix the issue of being unable to save when adding a website
  2. Fix the issue of being unable to apply for a certificate after adding a website for the first time