- Migrate from Vue 2 to Vue 3 - Refactor History View - Refactor Workspace View - Refactor Files and Editor components - Refactor CSS - Replace Bootstap Modals with Vue-universal-modal - Replace Font Awesome with Material Icons
Fix
- Raise the correct exception at file loading and show the error in the editor - Fix exception related to https://github.com/axios/axios/issues/811
6.0.0
Added
- add support for remote filesystem (S3, GCP, etc...) in editor/file browser
Changed
- mountpoint configuration changed - download git objects from /repo/<object> instead of /files/~git/<object> - node packages upgrade - CodeMirror upgrade
5.2.2
Changed
- CodeMirror upgrade - upgrade axios from 0.26.1 to 0.27.2 - replace nose with pytest - Replace test configuration with environment variables
5.2.1
Changed
- upgrade axios from 0.26.0 to 0.26.1 - upgrade minimist from 1.2.5 to 1.2.6