|
2 | 2 |
|
3 | 3 | ## v1.11.0 (956) |
4 | 4 |
|
5 | | -### Fixes |
6 | | -* Fixed a typo: "vission" → "vision" by @ByteJoseph in #1125 |
7 | | -* Fixed heading and image alignment issues with `alignment="center"` on the plugin page by @bajrangCoder in #1132 |
8 | | -* Fixed file listing in SFTP by @bajrangCoder in #1133 |
9 | | -* Fixed fallback to `*/*` when the `accept` attribute is absent in `<input type="file">` in the in-app browser by @bajrangCoder in #1154 |
10 | | -* Fixed console not reappearing after page reload in the in-app browser by @bajrangCoder in #1155 |
11 | | -* Fixed infinite scroll on the plugin page to remove duplicates by @bajrangCoder in #1171 |
12 | | -* Fixed logger to limit its size in #1167 |
13 | | -* Fixed an issue where the info dialog wouldn't appear for non-editor tabs in #1167 |
14 | | -* Fixed incorrect file attributes in FTP by @bajrangCoder in #1194 |
15 | | -* Fixed the palette not opening when triggered from an existing palette by @bajrangCoder in #1197 |
16 | | - |
17 | | -### Features |
18 | | -* Improved tab view gesture handling to distinguish between scroll and swipe on the plugin page by @bajrangCoder in #1131 |
19 | | -* Added color preview for SVG files by @bajrangCoder in #1135 |
20 | | -* Implemented custom editor tab support by @bajrangCoder in #1136 |
21 | | - * Now supports image, video, and audio previews directly in the editor instead of pop-ups |
22 | | - * Exposed API for plugin developers to add content in editor tabs via `EditorFile` |
23 | | -* Redesigned the About page by @bajrangCoder in #1153 |
24 | | -* Added a plugin rebuild option for local plugins by @bajrangCoder in #1150 |
25 | | - * Plugins can use `cordova.plugin.http` instead of `fetch` to avoid CORS issues when making network requests |
26 | | -* Redesigned the Plugin page by @bajrangCoder in #1152 |
27 | | - * Added new metadata fields in `plugin.json`: `license`, `changelog`, `keywords`, and `contributors` |
28 | | -* Added a new option to open files in an external app from the file browser in #1163 |
29 | | -* Added minor sidebar UI tweaks and improved input element styling in #1164 |
30 | | -* Used theme colors in the extra cutout area in landscape mode instead of the default color in #1165 |
31 | | -* Improved file info dialog design in #1170 |
32 | | -* Added Eruda console support for external sites in Acode's built-in browser in #1172 |
33 | | -* Added a new editor setting: **"Fade fold widgets"** by @bajrangCoder in #1195 |
34 | | -* Added a command to change the editor and app theme via the command palette by @bajrangCoder in #1197 |
35 | | - |
36 | | -### Improvements |
37 | | -* Improved paste operation with proper error handling in #1162 |
38 | | -* Rewritten SFTP implementation(#1167): |
39 | | - * Better performance and stability |
40 | | - * Improved symlink support with better visual distinction |
41 | | - * Proper error handling |
42 | | - * Enhanced file reading (downloading) and writing |
43 | | - * Uses native APIs for file system operations |
44 | | - * Better buffer handling—now even 30-40 minute videos load within seconds (faster than internal storage) |
45 | | - * Emoji support added |
46 | | -* Improved the FTP client (#1193) by @bajrangCoder |
47 | | - * Supports emoji-named files |
48 | | - * Improved symlink handling |
49 | | - * Better handling of videos and images as binary files |
50 | | - * Displays file names instead of full paths |
51 | | -* Reworked the plugin page UI—now displays essential info such as author, license, price, etc., in the list view by @bajrangCoder in #1196 |
52 | | -* Tweaked breadcrumbs in the file browser to follow the app theme in #1167 |
53 | | -* Updated the SSH library to `v3.1.2` in #1167 |
54 | | -* Removed deprecated APIs in #1167 |
55 | | -* Added experimental support for saving native logs in Acode Logger in #1167 |
| 5 | +### Fixes |
| 6 | +* Fixed a typo: "vission" → "vision" by @ByteJoseph in #1125 |
| 7 | +* Fixed heading and image alignment issues with `alignment="center"` on the plugin page by @bajrangCoder in #1132 |
| 8 | +* Fixed file listing in SFTP by @bajrangCoder in #1133 |
| 9 | +* Fixed fallback to `*/*` when the `accept` attribute is absent in `<input type="file">` in the in-app browser by @bajrangCoder in #1154 |
| 10 | +* Fixed console not reappearing after page reload in the in-app browser by @bajrangCoder in #1155 |
| 11 | +* Fixed infinite scroll on the plugin page to remove duplicates by @bajrangCoder in #1171 |
| 12 | +* Fixed logger to limit its size in #1167 |
| 13 | +* Fixed an issue where the info dialog wouldn't appear for non-editor tabs in #1167 |
| 14 | +* Fixed incorrect file attributes in FTP by @bajrangCoder in #1194 |
| 15 | +* Fixed the palette not opening when triggered from an existing palette by @bajrangCoder in #1197 |
| 16 | +* Fixed trigering of infinite scroll on plugin page while searching by @bajrangCoder in #1200 |
| 17 | + |
| 18 | +### Features |
| 19 | +* Improved tab view gesture handling to distinguish between scroll and swipe on the plugin page by @bajrangCoder in #1131 |
| 20 | +* Added color preview for SVG files by @bajrangCoder in #1135 |
| 21 | +* Implemented custom editor tab support by @bajrangCoder in #1136 |
| 22 | + * Now supports image, video, and audio previews directly in the editor instead of pop-ups |
| 23 | + * Exposed API for plugin developers to add content in editor tabs via `EditorFile` |
| 24 | +* Redesigned the About page by @bajrangCoder in #1153 |
| 25 | +* Added a plugin rebuild option for local plugins by @bajrangCoder in #1150 |
| 26 | + * Plugins can use `cordova.plugin.http` instead of `fetch` to avoid CORS issues when making network requests |
| 27 | +* Redesigned the Plugin page by @bajrangCoder in #1152 |
| 28 | + * Added new metadata fields in `plugin.json`: `license`, `changelog`, `keywords`, and `contributors` |
| 29 | +* Added a new option to open files in an external app from the file browser in #1163 |
| 30 | +* Added minor sidebar UI tweaks and improved input element styling in #1164 |
| 31 | +* Used theme colors in the extra cutout area in landscape mode instead of the default color in #1165 |
| 32 | +* Improved file info dialog design in #1170 |
| 33 | +* Added Eruda console support for external sites in Acode's built-in browser in #1172 |
| 34 | +* Added a new editor setting: **"Fade fold widgets"** by @bajrangCoder in #1195 |
| 35 | +* Added a command to change the editor and app theme via the command palette by @bajrangCoder in #1197 |
| 36 | +* Added option to install plugins directly from sidebar extensions app by @bajrangCoder in #1200 |
| 37 | + |
| 38 | +### Improvements |
| 39 | +* Improved paste operation with proper error handling in #1162 |
| 40 | +* Rewritten SFTP implementation(#1167): |
| 41 | + * Better performance and stability |
| 42 | + * Improved symlink support with better visual distinction |
| 43 | + * Proper error handling |
| 44 | + * Enhanced file reading (downloading) and writing |
| 45 | + * Uses native APIs for file system operations |
| 46 | + * Better buffer handling—now even 30-40 minute videos load within seconds (faster than internal storage) |
| 47 | + * Emoji support added |
| 48 | +* Improved the FTP client (#1193) by @bajrangCoder |
| 49 | + * Supports emoji-named files |
| 50 | + * Improved symlink handling |
| 51 | + * Better handling of videos and images as binary files |
| 52 | + * Displays file names instead of full paths |
| 53 | +* Reworked the plugin page UI—now displays essential info such as author, license, price, etc., in the list view by @bajrangCoder in #1196 |
| 54 | +* Tweaked breadcrumbs in the file browser to follow the app theme in #1167 |
| 55 | +* Updated the SSH library to `v3.1.2` in #1167 |
| 56 | +* Removed deprecated APIs in #1167 |
| 57 | +* Added experimental support for saving native logs in Acode Logger in #1167 |
56 | 58 | * Tweaked the donation page #1188 |
57 | 59 |
|
58 | | -### Other Changes |
| 60 | +### Other Changes |
59 | 61 | * **Chore**: Updated Ace Editor to `v1.39.0` |
60 | 62 | * Added CSV & TSV mode |
61 | 63 | * Improved search support for multi-line patterns (`\n`, `\t`) |
62 | 64 | * And more—see the Ace Changelog |
63 | | -* Many translation updates for `hu-hu` by @summoner |
| 65 | +* Many translation updates for `hu-hu` by @summoner |
64 | 66 |
|
65 | 67 | ## v1.10.7 (955) |
66 | 68 |
|
|
0 commit comments