WebIDE Versions Save

Coding WebIDE Community Edition

v0.16.1

6 years ago
  1. 增加代码格式化的功能 #308
  2. 展开收起包含多文件文件夹时的体验改进 #284
  3. 开启文件自动保存 #224
  4. 上传文件功能增强 #314 #212
  5. 修复已知问题 #267 #302 #301 #297 #232

v0.15.2

6 years ago

修复终端无法连接的错误

v0.15.1.RELEASE

6 years ago

修复终端无法连接的错误

v0.15.0

6 years ago
  1. 兼容 editconfig 规范 #271
  2. 持久化部分控件的状态 #269
  3. 支持 ESLint #270
  4. 支持代码提示 #184
  5. 增加了 Git Log Tree #186
  6. 增加了一些增强用户体验的功能 #272 #273 #262 #258
  7. 修复了一些 Bug

v0.14.0

6 years ago
  1. add i18n support #159
  2. enable editor syntax highlight selection #262
  3. editor now has goto line:col feature #263
  4. multiple bugs fixed on editor module, now it reacts to file change correctly (change of name, content, existence, etc) #173 #222 #248 #226
  5. add keyboard shortcut support for windows platform #177

v0.13.1

6 years ago
  1. add workspace loading page #211
  2. fix git pull problem in docker version #203
  3. fix panel split #209
  4. keep file change status show in breadcrumb, editor, tab #133
  5. fix rebase branch dropdown #171
  6. fix multiline git log's wrap problem #187

v0.13.0

6 years ago

Change logs:

  • add Git Logs view with graphs

v0.12.0

7 years ago

Change logs:

  • heavily refactored modeling of tab, editor, file, filetree modules
  • make ContextMenu a singleton utility component
  • Add git blame feature

v0.11.0

7 years ago

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

7 years ago

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