configui/CHANGELOG.md

24 lines
342 B
Markdown
Raw Normal View History

2021-10-20 19:06:53 +00:00
# 0.1.2
## Feature
2021-10-21 08:04:57 +00:00
* download files #26
* add goto last line toolbar #21
2021-10-21 11:00:25 +00:00
* use parcel to load main.js
* use icons
2021-10-21 08:04:57 +00:00
2021-10-20 19:06:53 +00:00
## Fix
* all cmds should be pass straight back to user
2021-10-21 08:04:57 +00:00
* timeout on none ending cmds #34
2021-10-20 19:06:53 +00:00
2021-10-20 17:46:51 +00:00
# 0.1.1
2021-10-20 17:19:13 +00:00
## Feature
* Save config back to file
2021-10-20 17:46:51 +00:00
* Add lang directive to specify lang mode
## Fix
* Server started in -v option (#16)