mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-17 14:29:46 +02:00
fix(CodePad,vfx,Antedit): use new Task API and setting API
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
This commit is contained in:
Binary file not shown.
@ -5,6 +5,7 @@ the editor that powers VS Code.
|
||||
The editor functionality can be extended by its extension mechanism.
|
||||
Extension can be developed/released/isntalled by the editor itself.
|
||||
### Change logs
|
||||
- 0.2.5-b: Fix setting bug with new AntOS setting API
|
||||
- 0.2.3-b: Minor changes to adapt the core UI to the new AntOS 2.0.x
|
||||
- 0.2.3-b: Allow reload current file via context menu in case of external changes
|
||||
- 0.2.2-b: Support horizotal scrolling on horizotal tabbars
|
||||
|
Binary file not shown.
Binary file not shown.
@ -3,5 +3,6 @@ A simple yet powerful code/text editor.
|
||||
CodePad is a text editor based on the ACE editor.
|
||||
|
||||
## Change logs
|
||||
- v0.1.7-a: fix setting bug using new AntOS setting API
|
||||
- v0.1.6-a: adapt to new AntOS v2.0.x
|
||||
- v0.1.5-a: CodePad moved out of AntOS based system as regular AntOS package
|
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -8,3 +8,4 @@ This package is used mainly by the File application to communicate with differen
|
||||
file hosting protocols
|
||||
|
||||
## Change logs
|
||||
* v0.1.1-b Use new Task API for tracking task
|
||||
|
BIN
release/vfsx.zip
BIN
release/vfsx.zip
Binary file not shown.
Reference in New Issue
Block a user