Releases: Acode-Foundation/Acode
Releases Β· Acode-Foundation/Acode
v1.11.2
What's Changed
- fix: cors related issues when installing plugins from remote by @bajrangCoder in #1246
- fix: Acode ignoring main, readme and icon fields in plugin manifest by @alMukaafih in #1085
- feat: inapp acode account login by @bajrangCoder in #1244
- fix. launchApp function by @RohitKushvaha01 in #1249
- Update plugin documentation url by @RohitKushvaha01 in #1250
- Backup restore fixes by @bajrangCoder in #1251
- feat: Update ace to v1.39.1 by @bajrangCoder in #1254
- file: re-emit switch and load file events after plugin load by @bajrangCoder in #1252
- fix. File copy-paste retains paste option after file is copied. by @RohitKushvaha01 in #1253
- Fix sftp sidebar UI issue by @bajrangCoder in #1256
- fix. http relative path by @RohitKushvaha01 in #1257
- Download support by @RohitKushvaha01 in #1263
- Add Custom File Type Handler API by @bajrangCoder in #1262
- fix: applying folds on reopening the app by @bajrangCoder in #1264
- feat(tabs): Implement Shadow DOM isolation for non-editor tabs by @bajrangCoder in #1260
- remove invalid font by @bajrangCoder in #1265
- Improve Indonesian Translation by @hyperz111 in #1268
- feat: improve changelogs page by @bajrangCoder in #1274
- Refactor, feat: Select dialog by @overskul in #1275
- Fix: Translate "Donation Message" and some words by @hyperz111 in #1279
- Fix: "File Not Found" error when previewing HTML files from a Termux directory by @RohitKushvaha01 in #1282
- Update zh-cn.json and zh-hant.json by @LaunchLee in #1287
- fix. console not showing on unsaved html file by @RohitKushvaha01 in #1291
- File Menu & QuickTools Visibility for editor tabs by @bajrangCoder in #1292
- fix: handle edge case for
hideQuickTools
property by @bajrangCoder in #1294 - feat: add more new keys(Home,End, PageUp, PageDown, Delete) and symbols(
~
Backtick
,#
,$
,%
,^
) for quicktools by @bajrangCoder in #1297 - Fixed select box issue and improved it by @bajrangCoder in #1296
- Added
x
to delete recent files/folder from dialog
- Added
- Update Hungarian translation by @summoner001 in #1299
- chore(i18n): update vi-vn.json by @Nekitori17 in #1300
- fix. file not found error by @RohitKushvaha01 in #1301
- feat: revamped file tree by @bajrangCoder in #1302
- fix: pagedown key issue in editor by @bajrangCoder in #1303
- feat. open files with arbitrary extension names by @RohitKushvaha01 in #1304
- add Hebrew language by @elid34 in #1307
- feat: add support for compound file paths like
.blade.php
by @bajrangCoder in #1308 - support string content in tabs by @overskul in #1309
- update Tagalog/Filipino language by @ychwah in #1310
- fix. keyboard shortcuts leaks into ace editor by @RohitKushvaha01 in #1313
- Resizeable activity by @RohitKushvaha01 in #1315
- update ace v1.41.0 by @bajrangCoder in #1316
- Fix html content access by @RohitKushvaha01 in #1317
- fix. path overlap issue in html viewer by @RohitKushvaha01 in #1318
- fix: only initiate iap stuff in case of paid plugin on sidebar by @bajrangCoder in #1322
New Contributors
- @RohitKushvaha01 made their first contribution in #1249
- @hyperz111 made their first contribution in #1268
- @elid34 made their first contribution in #1307
- @ychwah made their first contribution in #1310
Full Changelog: v1.11.1...v1.11.2
v1.11.2-beta.5
What's Changed
- support string content in tabs by @overskul in #1309
- update Tagalog/Filipino language by @ychwah in #1310
- fix. keyboard shortcuts leaks into ace editor by @RohitKushvaha01 in #1313
- Resizeable activity by @RohitKushvaha01 in #1315
- update ace v1.41.0 by @bajrangCoder in #1316
- Fix html content access by @RohitKushvaha01 in #1317
- fix. path overlap issue in html viewer by @RohitKushvaha01 in #1318
New Contributors
Full Changelog: v1.11.2-beta.4...v1.11.2-beta.5
v1.11.2-beta.4
What's Changed
- Update Hungarian translation by @summoner001 in #1299
- chore(i18n): update vi-vn.json by @Nekitori17 in #1300
- fix: file not found error when previewing by @RohitKushvaha01 in #1301
- feat: revamped file tree by @bajrangCoder in #1302
- fix: pagedown key issue in editor by @bajrangCoder in #1303
- feat: open files with arbitrary extension names by @RohitKushvaha01 in #1304
- add Hebrew language by @elid34 in #1307
- feat: add support for compound file paths like
.blade.php
by @bajrangCoder in #1308
New Contributors
Full Changelog: v1.11.2-beta.3...v1.11.2-beta.4
v1.11.2-beta.3
What's Changed
- fix: handle edge case for
hideQuickTools
property by @bajrangCoder in #1294 - feat: add more new keys(Home,End, PageUp, PageDown, Delete) and symbols(
~
Backtick
,#
,$
,%
,^
) for quicktools by @bajrangCoder in #1297 - Fixed select box issue and improved it by @bajrangCoder in #1296
- Added
x
to delete recent files/folder from dialog
- Added
Full Changelog: v1.11.2-beta.2...v1.11.2-beta.3
v1.11.2-beta.2
What's Changed
- feat: improve changelogs page by @bajrangCoder in #1274
- Refactor, feat: Select dialog by @overskul in #1275
- Fix: Translate "Donation Message" and some words by @hyperz111 in #1279
- Fix: "File Not Found" error when previewing HTML files from a Termux directory by @RohitKushvaha01 in #1282
- Update zh-cn.json and zh-hant.json by @LaunchLee in #1287
- fix. console not showing on unsaved html file by @RohitKushvaha01 in #1291
- File Menu & QuickTools Visibility for editor tabs by @bajrangCoder in #1292
Full Changelog: v1.11.2-beta...v1.11.2-beta.2
v1.11.2-beta
What's Changed
- fix: cors related issues when installing plugins from remote by @bajrangCoder in #1246
- fix: Acode ignoring main, readme and icon fields in plugin manifest by @alMukaafih in #1085
- feat: inapp acode account login by @bajrangCoder in #1244
- fix. launchApp function by @RohitKushvaha01 in #1249
- Update plugin documentation url by @RohitKushvaha01 in #1250
- Backup restore fixes by @bajrangCoder in #1251
- feat: Update ace to v1.39.1 by @bajrangCoder in #1254
- file: re-emit switch and load file events after plugin load by @bajrangCoder in #1252
- fix. File copy-paste retains paste option after file is copied. by @RohitKushvaha01 in #1253
- Fix sftp sidebar UI issue by @bajrangCoder in #1256
- fix. http relative path by @RohitKushvaha01 in #1257
- Download support in inapp browser by @RohitKushvaha01 in #1263
- Add Custom File Type Handler API by @bajrangCoder in #1262
- fix: applying folds on reopening the app by @bajrangCoder in #1264
- feat(tabs): Implement Shadow DOM isolation for non-editor tabs by @bajrangCoder in #1260
- remove invalid font by @bajrangCoder in #1265
- Improve Indonesian Translation by @hyperz111 in #1268
Breaking Changes
- Update any plugin which uses
EditorFile
api for custom pages (ref) - Also some changes on plugin loading (ref)
New Contributors
- @RohitKushvaha01 made their first contribution in #1249
- @hyperz111 made their first contribution in #1268
Full Changelog: v1.11.1-beta...v1.11.2-beta
v1.11.1-beta
bump new release
v1.11.1
What's Changed
- feat: add syntax highlighting for code blocks on plugin page by @bajrangCoder in #1206
- handle few edge cases on sdcard plugin by @bajrangCoder in #1208
- fix: add fallback on theme settings page for custom tab by @bajrangCoder in #1213
- feat: add scroll event on quicktools in click mode by @bajrangCoder in #1214
- fix: palette chaining with compatibility by @bajrangCoder in #1215
- feat: update install button when plugin is installed by @bajrangCoder in #1216
- feat: improved logging for sftp & one sidebar issue fixed by @bajrangCoder in #1224
- some quality of life improvements by @bajrangCoder in #1229
- feat: enable bouncy castle for sftp by @bajrangCoder in #1227
feat: improve plugin loading by @bajrangCoder in #1232
Full Changelog: https://github.com/Acode-Foundation/Acode/blob/main/CHANGELOG.md
v1.11.0
What's Changed
- fix: corrected typo in "vission" to "vision" by @ByteJoseph in #1125
- feat: Improve tab view gesture handling to distinguish between scroll and swipe by @bajrangCoder in #1131
- fix: heading and image alignment issues with alignment="center" on plugin page by @bajrangCoder in #1132
- fix: file listing in sftp by @bajrangCoder in #1133
- Svg color preview by @bajrangCoder in #1135
- Implement custom editor tabs support by @bajrangCoder in #1136
- fix: use Ref instead of querrySelector follow up #1136 by @bajrangCoder in #1140
- feat: improved about page by @bajrangCoder in #1153
- feat: plugin rebuild option for local plugins by @bajrangCoder in #1150
- fix: fallback to / when accept attribute is absent in input type="file" by @bajrangCoder in #1154
- fix(browser): re-show console on page reload by @bajrangCoder in #1155
- Redesigned Plugin page by @bajrangCoder in #1152
- fix: responsive issue on plugin page by @bajrangCoder in #1157
- chore(ace): updated to v1.37.5 by @bajrangCoder in #1158
- removed swipe gesture from plugin page by @bajrangCoder in #1160
- feat: improve paste operation by proper error handling and conflict resolution in sidebar by @bajrangCoder in #1162
- feat: new option to open file in external app from file browser by @bajrangCoder in #1163
- feat: minor sidebar ui tweaks and improved input elm styling by @bajrangCoder in #1164
- fix: few styling for consistency by @bajrangCoder in #1165
- feat: improved file info dialog box design by @bajrangCoder in #1170
- fix: infinite scroll on plugin page by @bajrangCoder in #1171
- feat: show eruda console for external site in Acode browser by @bajrangCoder in #1172
- Rewritten sftp api by @bajrangCoder in #1167
- Update zh-tw.json by @plum7x in #1177
- use local eruda browser when available by @bajrangCoder in #1183
- feat: add id for settings page by @overskul in #1185
- build(deps): bump dompurify from 3.2.3 to 3.2.4 by @dependabot in #1186
- feat: improved donation page by @bajrangCoder in #1188
- handle fallback in arrow key by @bajrangCoder in #1190
- improved ftp client by @bajrangCoder in #1193
- Update hu-hu.json by @summoner001 in #1191
- rename size to length in ftp by @bajrangCoder in #1194
- feat: new setting
fade fold widget
by @bajrangCoder in #1195 - feat: improved plugins page ui by @bajrangCoder in #1196
- feat: add command to change app and editor theme from command palette by @bajrangCoder in #1197
- Update hu-hu.json by @summoner001 in #1198
- bump: ace v1.39.0 by @bajrangCoder in #1199
- Patch plugin page issues by @bajrangCoder in #1200
- some quality patches by @bajrangCoder in #1201
- handle few edge cases on plugins page by @bajrangCoder in #1203
- bump update: v1.11.0 by @bajrangCoder in #1204
Full Changelog: https://github.com/Acode-Foundation/Acode/blob/main/CHANGELOG.md
v1.10.7(955)
What's Changed
- Update hu-hu.json by @summoner001 in #1092
- build(deps): bump path-to-regexp and express by @dependabot in #1093
- Update hu-hu.json by @summoner001 in #1094
- Exclude python
venv
and phpvendor
folders to speedup startup by @Jobians in #1096 - Update de-de.json to 1.10.6.954 by @Micha-he in #1097
- Update pl-pl.json by @andrewczm in #1099
- minor fixes and tweaks by @bajrangCoder in #1103
- Updating Brazilian Portuguese language by @sebastianjnuwu in #1102
- add className by @NezitX in #1104
- Add monochrome icon by @Npepperlinux in #1108
- fix: issue while making request to any ipv4, etc from app by @bajrangCoder in #1107
- Update zh-cn.json and zh-hant.json by @LaunchLee in #1109
- fix: show "No matches found" when palette has no matching items by @bajrangCoder in #1110
- build(deps): bump systeminformation from 5.21.8 to 5.23.14 by @dependabot in #1111
- Follow up for #1110 by @bajrangCoder in #1112
- fix: cleanup plugin install state on failed installations by @bajrangCoder in #1113
- feat: implement infinite scroll for plugin list by @bajrangCoder in #1114
- feat: add quick install button for plugins in sidebar by @bajrangCoder in #1115
- Plugin Dependencies by @alMukaafih in #1030
- updated install state to reflect fs behaviour of android by @alMukaafih in #1118
- fix: clean broken or half installed plugins on start by @bajrangCoder in #1121
- few improvements by @bajrangCoder in #1122
New Contributors
- @Jobians made their first contribution in #1096
- @NezitX made their first contribution in #1104
- @Npepperlinux made their first contribution in #1108
Full Changelog: v1.10.6...v1.10.7