Skip to content

Commit ec4ee72

Browse files
committed
Merge branch 'main' into linting-stuffs
2 parents f764d2a + 163e533 commit ec4ee72

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
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

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8' ?>
2-
<widget id="com.foxdebug.acode" android-versionCode="956" version="1.11.0"
2+
<widget id="com.foxdebug.acode" android-versionCode="957" version="1.11.1"
33
xmlns="http://www.w3.org/ns/widgets"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
xmlns:cdv="http://cordova.apache.org/ns/1.0">

0 commit comments

Comments
 (0)