|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## v1.11.2 (958) |
| 4 | + |
| 5 | +* fix: cors related issues when installing plugins from remote by @bajrangCoder |
| 6 | +* fix: Acode ignoring main, readme and icon fields in plugin manifest by @alMukaafih |
| 7 | +* feat: inapp acode account login by @bajrangCoder |
| 8 | +* fix: launchApp function by @RohitKushvaha01 |
| 9 | +* Update plugin documentation url by @RohitKushvaha01 |
| 10 | +* Backup restore fixes by @bajrangCoder |
| 11 | +* file: re-emit switch and load file events after plugin load by @bajrangCoder |
| 12 | +* fix: File copy-paste retains paste option after file is copied. by @RohitKushvaha01 |
| 13 | +* Fix sftp sidebar UI issue by @bajrangCoder |
| 14 | +* fix: http relative path by @RohitKushvaha01 |
| 15 | +* Download support by @RohitKushvaha01 |
| 16 | +* Add Custom File Type Handler API by @bajrangCoder |
| 17 | +* fix: applying folds on reopening the app by @bajrangCoder |
| 18 | +* feat(tabs): Implement Shadow DOM isolation for non-editor tabs by @bajrangCoder |
| 19 | +* remove invalid font by @bajrangCoder |
| 20 | +* Improve Indonesian Translation by @hyperz111 |
| 21 | +* feat: improve changelogs page by @bajrangCoder |
| 22 | +* Refactor, feat: Select dialog by @overskul |
| 23 | +* Fix: Translate "Donation Message" and some words by @hyperz111 |
| 24 | +* Fix: "File Not Found" error when previewing HTML files from a Termux directory by @RohitKushvaha01 |
| 25 | +* Update zh-cn.json and zh-hant.json by @LaunchLee |
| 26 | +* fix: console not showing on unsaved html file by @RohitKushvaha01 |
| 27 | +* File Menu & QuickTools Visibility for editor tabs by @bajrangCoder |
| 28 | +* fix: handle edge case for `hideQuickTools` property by @bajrangCoder |
| 29 | +* feat: add more new keys(<kbd>Home</kbd>,<kbd>End</kbd>, <kbd>PageUp</kbd>, <kbd>PageDown</kbd>, <kbd>Delete</kbd>) and symbols(`~` `Backtick`,`#` ,`$` ,`%` ,`^`) for quicktools by @bajrangCoder |
| 30 | +* Fixed select box issue and improved it by @bajrangCoder |
| 31 | + * Added `x` to delete recent files/folder from dialog |
| 32 | +* Update Hungarian translation by @summoner001 |
| 33 | +* chore(i18n): update vi-vn.json by @Nekitori17 |
| 34 | +* fix: file not found error by @RohitKushvaha01 |
| 35 | +* feat: revamped file tree by @bajrangCoder |
| 36 | +* fix: pagedown key issue in editor by @bajrangCoder |
| 37 | +* feat: open files with arbitrary extension names by @RohitKushvaha01 |
| 38 | +* add Hebrew language by @elid34 |
| 39 | +* feat: add support for compound file paths like `.blade.php` by @bajrangCoder |
| 40 | +* support string content in tabs by @overskul |
| 41 | +* update Tagalog/Filipino language by @ychwah |
| 42 | +* fix: keyboard shortcuts leaks into ace editor by @RohitKushvaha01 |
| 43 | +* Resizeable activity by @RohitKushvaha01 |
| 44 | +* update ace v1.41.0 by @bajrangCoder |
| 45 | +* Fix html content access by @RohitKushvaha01 |
| 46 | +* fix: path overlap issue in html viewer by @RohitKushvaha01 |
| 47 | +* fix: only initiate iap stuff in case of paid plugin on sidebar by @bajrangCoder |
| 48 | + |
3 | 49 | ## v1.11.1 (957) |
4 | 50 |
|
5 | | -### Features |
6 | | -- **Syntax Highlighting**: Added syntax highlighting for code blocks on the plugin page using Ace Editor. |
7 | | -- **Theme Settings Fallback**: Implemented a fallback mechanism on the theme settings page when a custom tab is opened. |
8 | | -- **QuickTools Scroll Wheel Support**: Added support for scroll wheel events in QuickTools when in click mode. |
9 | | -- **SFTP Improvements**: |
10 | | - - Enhanced logging for better debugging. |
11 | | - - Enabled Bouncy Castle for SFTP, resolving connection issues with certain key types. |
12 | | -- **App Update Mechanism**: |
13 | | - - Now checks for updates after app startup. |
14 | | - - Uses a native approach instead of traditional fetch. |
15 | | - |
16 | | -### Fixes & Improvements |
17 | | -- **SD Card Plugin**: Handled a few edge cases to prevent crashes. |
18 | | -- **GitHub Plugin Palette Fix**: Resolved an issue where the color palette was breaking the GitHub plugin. |
19 | | -- **Plugin Installation Fixes**: |
20 | | - - Updated the install button in the sidebar to prevent multiple installations. |
21 | | - - Fixed the installation mechanism in both the sidebar and the `installPlugin` API. |
22 | | -- **Quality of Life Enhancements**: |
23 | | - - Various small improvements when installing/uninstalling plugins from the sidebar. |
24 | | - |
25 | | -#### ⚠️ Experimental Changes ⚠️ |
26 | | -- **Improved Plugin Loading**: |
27 | | - - Only **theme plugins** load on Acode startup for faster performance. |
28 | | - - All other plugins load **after** Acode startup. |
29 | | -- **Important for Theme Developers**: |
30 | | - - Ensure your **plugin ID includes the word "theme"** to be correctly recognized as a theme plugin. |
31 | | - - No changes are needed for existing theme plugins. |
| 51 | +### Features |
| 52 | +- **Syntax Highlighting**: Added syntax highlighting for code blocks on the plugin page using Ace Editor. |
| 53 | +- **Theme Settings Fallback**: Implemented a fallback mechanism on the theme settings page when a custom tab is opened. |
| 54 | +- **QuickTools Scroll Wheel Support**: Added support for scroll wheel events in QuickTools when in click mode. |
| 55 | +- **SFTP Improvements**: |
| 56 | + - Enhanced logging for better debugging. |
| 57 | + - Enabled Bouncy Castle for SFTP, resolving connection issues with certain key types. |
| 58 | +- **App Update Mechanism**: |
| 59 | + - Now checks for updates after app startup. |
| 60 | + - Uses a native approach instead of traditional fetch. |
| 61 | + |
| 62 | +### Fixes & Improvements |
| 63 | +- **SD Card Plugin**: Handled a few edge cases to prevent crashes. |
| 64 | +- **GitHub Plugin Palette Fix**: Resolved an issue where the color palette was breaking the GitHub plugin. |
| 65 | +- **Plugin Installation Fixes**: |
| 66 | + - Updated the install button in the sidebar to prevent multiple installations. |
| 67 | + - Fixed the installation mechanism in both the sidebar and the `installPlugin` API. |
| 68 | +- **Quality of Life Enhancements**: |
| 69 | + - Various small improvements when installing/uninstalling plugins from the sidebar. |
| 70 | + |
| 71 | +#### ⚠️ Experimental Changes ⚠️ |
| 72 | +- **Improved Plugin Loading**: |
| 73 | + - Only **theme plugins** load on Acode startup for faster performance. |
| 74 | + - All other plugins load **after** Acode startup. |
| 75 | +- **Important for Theme Developers**: |
| 76 | + - Ensure your **plugin ID includes the word "theme"** to be correctly recognized as a theme plugin. |
| 77 | + - No changes are needed for existing theme plugins. |
32 | 78 | - **Potential Issues**: Since this is an experimental change, some features may break. Please report any issues encountered. |
33 | 79 |
|
34 | 80 | ## v1.11.0 (956) |
|
0 commit comments