Releases: Acode-Foundation/Acode
Releases · Acode-Foundation/Acode
Release list
1.13.5-nightly.d7a1c91
Automated Nightly pre-release
🐞 Fix
- fix: resolve @codemirror/lsp-client from git submodule (#2901) (d7a1c91) by RohitKushvaha01
1.13.5-nightly.20e4fa5
Automated Nightly pre-release
🔄 Update
1.13.5-nightly.2803dda
Automated Nightly pre-release
✨ Feat
- feat: plugin quicktool adapter (#2898) (1202bed) by deadlyjack
🐞 Fix
- fix(editor): make fold all reliable for large files (#2912) (2803dda) by bajrangCoder
🔄 Update
- Update ci.yml (33a4084) by bajrangCoder
1.13.5-nightly.903d651
Automated Nightly pre-release
1.13.5-nightly.428395f
Automated Nightly pre-release
✨ Feat
- feat: add official fileIcons API and Icon pack setting (#2887) (2828ce4) by bajrangCoder
- feat: enable r8 minification (#2891) (428395f) by RohitKushvaha01
v1.13.5
What's Changed
- fix(terminal): stop proot "can't sanitize binding" fd warnings by @RohitKushvaha01 in #2878
- fix(editor): preserve indentation on soft-wrapped lines by @bajrangCoder in #2880
- feat(editor): add context menu for closing file tabs by @TonyGeez in #2863
- perf(editor): index language modes instead of sorting on every lookup by @bajrangCoder in #2881
- feat: improve console virtualisation by @bajrangCoder in #2882
- fix(search): prevent discovery restarts and stream results efficiently by @bajrangCoder in #2883
- feat(editor): add configurable word wrap indentation by @bajrangCoder in #2886
- fix: API calls throwing internal server errors by @deadlyjack in #2888
- fix(editor): add monaco-style punctuation wrap opportunities by @bajrangCoder in #2890
New Contributors
Full Changelog: v1.13.4...v1.13.5
1.13.5-nightly.bcd3dd5
Automated Nightly pre-release
🐞 Fix
- fix: API calls throwing internal server errors (#2888) (32d56c6) by deadlyjack
- fix(editor): add monac-style punctuation wrap opportunities (#2890) (86527ea) by bajrangCoder
1.13.4-nightly.d7b549a
Automated Nightly pre-release
✨ Feat
- feat(editor): add configurable word wrap indentation (#2886) (c479364) by bajrangCoder
1.13.4-nightly.77b0b54
Automated Nightly pre-release
🐞 Fix
- fix(search): prevent discovery restarts and stream results efficiently (#2883) (77b0b54) by bajrangCoder
1.13.4-nightly.1e7043e
Automated Nightly pre-release
✨ Feat
- feat(editor): add context menu for closing file tabs (#2863) (c768608) by TonyGeez
- feat: improve console virtualisation (#2882) (1e7043e) by bajrangCoder
🐞 Fix
- fix(editor): preserve indentation on soft-wrapped lines (#2880) (c63511b) by bajrangCoder
⚡ Perf
- perf(editor): index language modes instead of sorting on every lookup (#2881) (3412460) by bajrangCoder