Antedit v0.2.0

- fix compatible bug with new Monaco version
- the editor now can support diff view of two files
This commit is contained in:
lxsang
2022-07-04 18:11:05 +02:00
parent 21f2e58768
commit c994d1c738
10 changed files with 268 additions and 50 deletions

View File

@ -6,6 +6,7 @@ The editor functionality can be extended by its extension mechanism.
Extension can be developed/released/isntalled by the editor itself.
### Change logs
- 0.2.0-b: Support diff mode in editor + fix new Monaco version compatible bug
- 0.1.17-b: Fix extension keybinding bug with the new monaco editor
- 0.1.16-b: use the new version of monaco editor
- 0.1.14-b: improve output log display

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
"author": "Xuan Sang LE",
"email": "mrsang@iohub.dev"
},
"version": "0.1.17-b",
"version": "0.2.0-b",
"category": "Development",
"iconclass": "bi bi-journal-code",
"mimes": [