configui/CHANGELOG.md

31 lines
591 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 icons
* bind ctrl-s (cmd-s) to fileSave
* refactor as lib #15
* Set Title to be changeable #24
* show run result below #33
* set font size #31
* Hide Config zone for other usage such as go playground #23
2021-10-21 08:04:57 +00:00
2021-10-20 19:06:53 +00:00
## Fix
* all cmd output should be pass straight back to user
* timeout on none ending cmd #34
* add sys setting to conf #32
* Apply should save before taking action #19
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)