Skip to content

Commit 46baee3

Browse files
authored
Update CHANGELOG.md
1 parent feade49 commit 46baee3

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Change Log
22

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+
334
## v1.11.0 (956)
435

536
### Fixes

0 commit comments

Comments
 (0)