Releases: coding/WebIDE
Releases · coding/WebIDE
v0.16.1.RELEASE
v0.15.2.RELEASE
修复终端无法连接的错误
v0.15.1.RELEASE
修复终端无法连接的错误
v0.15.0.RELEASE
v0.14.0.RELEASE
- add i18n support #159
- enable editor syntax highlight selection #262
- editor now has goto line:col feature #263
- multiple bugs fixed on editor module, now it reacts to file change correctly (change of name, content, existence, etc) #173 #222 #248 #226
- add keyboard shortcut support for windows platform #177
v0.13.1.RELEASE
v0.13.0.RELEASE
Change logs:
- add Git Logs view with graphs
v0.12.0.RELEASE
Change logs:
- heavily refactored modeling of tab, editor, file, filetree modules
- make ContextMenu a singleton utility component
- Add git blame feature
v0.11.0.RELEASE
Change logs:
- Improve on the tab model (coding/WebIDE-Frontend#104)
- improve on setting model (coding/WebIDE-Frontend#113)
- Send websocket events on git status change (coding/WebIDE-Frontend#111)
- Add dark theme (coding/WebIDE-Frontend#107)
- Improve the websocket reconnection mechanism(coding/WebIDE-Frontend#115)
v0.10.1.RELEASE
Change logs:
- Add context menu to tab (coding/WebIDE-Frontend#92)
- Add scaffolding parts for test (coding/WebIDE-Frontend#100)
- Add a script to uploads static files to qiniu CDN after build (coding/WebIDE-Frontend#98)
- Dozens of bug fixes and minor enhancement, mostly on git related modules