Releases: coding/WebIDE
Releases · coding/WebIDE
v0.9.0.RELEASE
- Add Travis-CI intergration
- A new extension list view (coding/WebIDE-Frontend#95)
- Add new cdn deploy script (coding/WebIDE-Frontend#98)
- Improve details of UI
- Fix some issues
v0.8.2.RELEASE
Change logs:
- fix #122 and #130
- change ws route(coding/WebIDE-Frontend@af0d154, coding/WebIDE-Backend@5cbaafc)
v0.8.1.RELEASE
update submodules to release v0.8.1
v0.8.0.RELEASE
Change logs:
- Ship better styles and re-arrange stylesheet structure
- Webpack upgraded to version 2 (coding/WebIDE-Frontend#55)
- Add an
initialize
stage to the app (coding/WebIDE-Frontend#62) - Improvement on pacakge system (coding/WebIDE-Frontend#56, #66, #67, #68)
- Reimplement FileTree component (coding/WebIDE-Frontend#71)
- A lot of fixes on git related feature (coding/WebIDE-Frontend#52, #75)
- Add git history view
- Enhance git interative rebase feature (fixup, squash, reword)
v0.7.0.RELEASE
Change logs:
- Upload/Download Files (coding/WebIDE-Frontend#48)
- Substitute CodeMirror for Ace as default text editor lib (coding/WebIDE-Frontend#45)
- Refactor Panel model, add side bar to manage side panels (coding/WebIDE-Frontend#49)
- Introduce a basic package system
v0.6.0.RELEASE
Change logs:
- Add git-status color in file tree and breadcrumbs (coding/WebIDE-Frontend#44)
- Add icon to breadcrumbs (coding/WebIDE-Frontend#44)
- Search by file name in Workspace (coding/WebIDE-Frontend#44)
v0.5.0.RELEASE
Change logs:
- Git commit view reimplemented as tree view (coding/WebIDE-Frontend#24)
- Git rebase, merge and conflict resolve features (coding/WebIDE-Frontend#31)
- Drag tab on tab-bar to move between groups (coding/WebIDE-Frontend#21)
- Markdown & image preview (coding/WebIDE-Frontend#26, coding/WebIDE-Frontend#28)
- Add settings modal to the app (coding/WebIDE-Frontend#27)
- Add config file to facilitate configuration (#85)
v0.4.0.RELEASE
Change logs:
- Modify docker related configs, add zsh, change IDE_HOME, add hostname (#60)
- Add git stash and reset HEAD features (coding/WebIDE-Frontend#14)
- Allow drag and drop tab label to split pane(coding/WebIDE-Frontend#15, coding/WebIDE-Frontend#19)
- Adopt FSA as action standard
- Modal's state model changes to a stack base one (coding/WebIDE-Frontend#20)
- Show error message when creating Workspace failed (coding/WebIDE-Frontend#13)
v0.3.0.RELEASE
Change logs:
- Automated builds on docker hub is now supported. (#54)
- FileTree now allow keyboard navigation, try use arrow keys and enter (coding/WebIDE-Frontend#10)
- Enhance Tab label to show terminal working directory and a dot-indicator of unsaved file state (coding/WebIDE-Frontend#11)
- Add breadcrumb to show path of currently focused tab (coding/WebIDE-Frontend#12)
v0.2.0.RELEASE
update
mainly address 2 feature: file opertaions and pane splitting.(#9)