Skip to content

Releases: 0xJacky/nginx-ui

v1.7.0

05 Jan 15:33
6c74ad4
Compare
Choose a tag to compare

Thanks for waiting this new major version for such a long time. For the past 6 months, I was preparing the China Postgraduate Entrance Examination which was held at December 24 and 25, 2022, so I didn’t have enough time to maintain this project. Unfortunately, I was contracted the Covid-19 at the last two days before the examination and I abandoned the exam because I had a high fever that day. Now, I recuperated and I will continue to maintain this project.

Thank you for your support, if you have find any bugs or errors, please open an issue and I will fix it as soon as possible.
0xJacky

New Features:

  1. Support SAN certification #49
  2. Force UI theme #40
  3. Support custom CADirURL #16
  4. Support for include location in server {} block #48
  5. Manage config support directory
  6. Added online modify settings
  7. SSL Certificate manage panel #52, #29
  8. Added format code to config editor
  9. Added config templates #53, #34, #33
  10. Added a shortcut which can change certificate from ssl certificate list #29

Enhance:

  1. Refactored nginx conf parser #45, #50

Fix:

  1. Auto correcting code is broken in advance mode #50
  2. Error when loading nginx history log

Chore:

  1. Update translate
  2. Update dependencies

Known issue:

  1. Configuration file with syntax errors may cause some unexpected errors in NgxConfigEditor, next version will fix this issue by using nginx config test tool to test the configuration file before we tokenized it, if test fail, throw error detail and fallback to original file contents.
  2. SAN certification save dir error, try to replace the to _ in directory name manually, next version will fix this issue.

v1.6.8

04 Dec 14:11
d7ce452
Compare
Choose a tag to compare

Fix:

  • nginx log wrapping issue

v1.6.7

28 Nov 14:18
133a0e9
Compare
Choose a tag to compare

Fix:

  1. log container not scroll to bottom
  2. swap usage compute error

chore:

  1. update StdDesign

v1.6.6

12 Nov 16:33
4bce902
Compare
Choose a tag to compare

New Features:

  • drag to sort directives and locations block 🎉

Enhance:

  • stick sidebar to top

Chore:

  • update dependencies

v1.6.5

05 Nov 02:53
3306469
Compare
Choose a tag to compare

feat: added name filter for domains list #41

v1.6.3

21 Oct 06:57
Compare
Choose a tag to compare

fix: missing /etc/nginx/ssl #37
chore: update frontend dependencies:

  • ant-design-vue v3.2.13
  • pinia v2.0.23
  • vue v3.2.41
  • vue3-gettext v2.3.4

v1.6.2

24 Sep 16:37
909f738
Compare
Choose a tag to compare
  • feat: added nginx log filter
  • chore: update translations

v1.6.1

02 Sep 10:45
92fb679
Compare
Choose a tag to compare
  • improves performance when loading large logs
  • bug fix

v1.6.0

01 Sep 03:11
6dce44a
Compare
Choose a tag to compare

Added online view nginx access logs and error logs.

https://github.com/0xJacky/nginx-ui/wiki/Nginx-Log-Configuration

v1.5.2

20 Aug 12:37
2d4c15e
Compare
Choose a tag to compare

bug fix