Releases: Acode-Foundation/Acode
Releases Β· Acode-Foundation/Acode
v1.12.6
What's Changed
- Refactor boot script and add editor interaction handler by @deadlyjack in #2216
- fix(touchSelectionMenu): prevent menu overlap with cm-tooltips by @deadlyjack in #2220
- fix: suppressed startup auth related toast instead just log it by @bajrangCoder in #2222
- feat: add option to control scrollbar height by @bajrangCoder in #2223
- feat: add astro mode (with lezer parser and grammar) by @bajrangCoder in #2224
- fix: improve cursor and quicktoolbar by @deadlyjack in #2225
- feat(editor): make scroll-past-end bottom margin configurable by @bajrangCoder in #2226
- feat: Improve binary file skipping in sidebar search by @bajrangCoder in #2229
- fix(editor): preserve selected theme after sidebar file moves by @bajrangCoder in #2230
- Ajit/ux improvments by @deadlyjack in #2231
- feat(terminal): add custom touch scrolling with momentum physics by @deadlyjack in #2232
- feat(terminal): add terminal theme picker to Theme Settings page by @deadlyjack in #2234
- fix(lsp): show dynamic install status label with loader feedback by @deadlyjack in #2235
- i18n(id-id): update strings by @hyperz111 in #2228
- feat: Improve LSP server reuse check with bridge status endpoint by @bajrangCoder in #2238
- i18n(lang.js): Update Indonesian language name to Bahasa Indonesia by @claycuy in #2236
- feat(color-picker): add format dropdown, cancel button, and cancellat⦠by @deadlyjack in #2240
- fix: pro detection by @deadlyjack in #2248
- i18n(id): refine translations for a more natural and accurate phrasing by @claycuy in #2239
- refactor(lsp): decouple runtime execution from built-in Alpine & support custom runtime providers by @bajrangCoder in #2241
- feat: improve the indexing and search UI/UX and few fallbacks stuff by @bajrangCoder in #2256
- fix: version parsing failure on nightly tags by @AuDevTist1C in #2249
- feat: added config proxy by @RohitKushvaha01 in #2246
- fix: disable CodeMirror EditContext by default by @bajrangCoder in #2258
- fix(lsp): check Terminal installation before installing server for builtin Alpine by @bajrangCoder in #2259
- fix(sidebar): preserve state across orientation changes by @Elitex07 in #2219
- fix: make indent guide stable and close to vscode one by @bajrangCoder in #2266
- fix(editor): prevent cursor snap after scrollbar drag by @bajrangCoder in #2263
- feat(quickTools): replace checkbox with height select & dynamic toggler by @deadlyjack in #2278
- chore(deps): bump markdown-it from 14.1.1 to 14.2.0 by @dependabot[bot] in #2286
- chore(deps): bump dompurify from 3.4.3 to 3.4.10 by @dependabot[bot] in #2271
- chote(i18n): update german translation by @Mythryl-dev in #2293
- feat: do file-listing and index on java for file:/// and saf locations by @bajrangCoder in #2283
- improve vscode editor theme
- add few more popular editor themes like nord, AyuDark, GruvboxDark, MaterialPalenight.
- enable jsx in js mode
New Contributors
- @Mythryl-dev made their first contribution in #2293
Full Changelog: v1.12.5...v1.12.6
1.12.5-nightly.98ea35f
Automated Nightly (pre-release) Releases for Today
β¨ Feat
- feat(quickTools): replace checkbox with height select & dynamic toggler (#2278) (52732a4) by deadlyjack
1.12.5-nightly.d2eb67e
Automated Nightly (pre-release) Releases for Today
β¨ Feat
- feat: added config proxy (#2246) (9c91302) by RohitKushvaha01
- feat: add some popular editor theme (8e7a431) by bajrangCoder
- feat: improve vscode editor theme (3966ebd) by bajrangCoder
π Fix
- fix: version parsing failure on nightly tags (#2249) (b60de55) by AuDevTist1C
- fix: disable CodeMirror EditContext by default (#2258) (9590a9f) by bajrangCoder
- fix: enable jsx in js mode(by default) (3d1b6e7) by bajrangCoder
- fix(lsp): check Terminal installation before installing server for builtin Alpine (#2259) (2872c2a) by bajrangCoder
- fix(sidebar): preserve state across orientation changes (#2219) (988b7f4) by Elitex07
- fix(fileList): return matched sub-tree instead of root tree in files(dir) (5168a23) by bajrangCoder
- fix: make indent guide stable and close to vscode one (#2266) (aaa8983) by bajrangCoder
- fix(editor): prevent cursor snap after scrollbar drag (#2263) (d2eb67e) by bajrangCoder
1.12.5-nightly.4564be6
Automated Nightly (pre-release) Releases for Today
β¨ Feat
- feat: improve the indexing and search UI/UX and few fallbacks stuff (#2256) (4564be6) by bajrangCoder
π Fix
- fix: pro detection (#2248) (a5fddfa) by deadlyjack
- fix: weird scroll to cursor when using scrollbar to scroll (901b1bc) by bajrangCoder
π§ Refactor
- refactor(lsp): decouple runtime execution from built-in Alpine & support custom runtime providers (#2241) (9080481) by bajrangCoder
1.12.5-nightly.277099a
Automated Nightly (pre-release) Releases for Today
β¨ Feat
- feat: add astro mode (with lezer parser and grammar) (#2224) (86a9dc9) by bajrangCoder
- feat(editor): make scroll-past-end bottom margin configurable (#2226) (eecffa4) by bajrangCoder
- feat: Improve binary file skipping in sidebar search (#2229) (4d58569) by bajrangCoder
- feat(terminal): add custom touch scrolling with momentum physics (#2232) (251559a) by deadlyjack
- feat(terminal): add terminal theme picker to Theme Settings page (#2234) (2330e3c) by deadlyjack
- feat: Improve LSP server reuse check with bridge status endpoint (#2238) (4992492) by bajrangCoder
- feat(color-picker): add format dropdown, cancel button, and cancellat⦠(#2240) (277099a) by deadlyjack
π Fix
- fix: improve cursor and quicktoolbar (#2225) (646fee4) by deadlyjack
- fix(editor): preserve selected theme after sidebar file moves (#2230) (85196b9) by bajrangCoder
- fix(lsp): show dynamic install status label with loader feedback (#2235) (2e86d03) by deadlyjack
1.12.5-nightly.81ad2cf
Automated Nightly (pre-release) Releases for Today
β¨ Feat
- feat: add option to control scrollbar height (#2223) (81ad2cf) by bajrangCoder
π Fix
- fix(lsp): add dont ask again for missing terminal prompt (#2208) (37bbc93) by bajrangCoder
- fix(touchSelectionMenu): prevent menu overlap with cm-tooltips (#2220) (7b861ee) by deadlyjack
- fix: suppressed startup auth related toast instead just log it (#2222) (5c9890a) by bajrangCoder
π Update
- Update CHANGELOG.md (f865fea) by bajrangCoder
- Update config.xml (614f9d9) by bajrangCoder
v1.12.5
What's Changed
- fix: custom fonts by @deadlyjack in #2192
- fix(editor): stabilize restored tab highlighting by @bajrangCoder in #2193
- feat(terminal): bundle everything into the apk by @RohitKushvaha01 in #2197
- improve the lsp message and ace to codemirror related clarrification by @bajrangCoder in #2203
- fix(terminal): handle axs symlink runtime checks by @bajrangCoder in #2204
- fix(i18n): Improve Indonesian translation naturalness and fix missing entries by @claycuy in #2190
- fix(lsp): add dont ask again for missing terminal prompt by @bajrangCoder in #2208
New Contributors
Full Changelog: v1.12.4...v1.12.5
1.12.4-nightly.09b15ba
Automated Nightly (pre-release) Releases for Today
β¨ Feat
- feat(terminal): bundle everything into the apk (#2197) (dcc871a) by RohitKushvaha01
π Fix
1.12.4-nightly.13f0890
Automated Nightly (pre-release) Releases for Today
β¨ Feat
- feat: polish welcome tab with dynamic shortcuts, dismiss tracking, an⦠(#2182) (44bb66d) by deadlyjack
π Fix
- fix: Executor arguments getting ignored (#2176) (eb725a4) by RohitKushvaha01
- fix: allow subdomain of acode.app (#2179) (c978401) by deadlyjack
- fix: highlighting issue happening due to state reuse (#2180) (74d0efa) by bajrangCoder
- fix: revert customtabs for plugins (#2183) (501100f) by deadlyjack
- fix: error when terminating terminal + fixed build (#2184) (e5dd0bf) by RohitKushvaha01
- fix: custom fonts (#2192) (230c4b9) by deadlyjack
- fix(editor): stabilize restored tab highlighting (#2193) (13f0890) by bajrangCoder
π Update
- Update CHANGELOG.md (ee22f19) by bajrangCoder
- Update config.xml (f428ed8) by bajrangCoder
v1.12.4
What's Changed
- chore(i18n): update strings in hu_hu.json by @summoner001 in #2171
- fix: Executor arguments getting ignored by @RohitKushvaha01 in #2176
- fix: allow subdomain of acode.app by @deadlyjack in #2179
- fix: highlighting issue happening due to state reuse by @bajrangCoder in #2180
- i18n(id-id): update strings by @hyperz111 in #2178
- feat: polish welcome tab with dynamic shortcuts, dismiss tracking, an⦠by @deadlyjack in #2182
- fix: revert customtabs for plugins by @deadlyjack in #2183
- fix: error when terminating terminal + fixed build by @RohitKushvaha01 in #2184
Full Changelog: v1.12.3...v1.12.4