|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## v1.11.1 (957) |
| 4 | + |
| 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. |
| 32 | +- **Potential Issues**: Since this is an experimental change, some features may break. Please report any issues encountered. |
| 33 | + |
3 | 34 | ## v1.11.0 (956) |
4 | 35 |
|
5 | 36 | ### Fixes |
|
0 commit comments