Skip to content

v1.7.0

Compare
Choose a tag to compare
@0xJacky 0xJacky released this 05 Jan 15:33
6c74ad4

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.