| 
1 | 1 | # Change Log  | 
2 | 2 | 
 
  | 
 | 3 | +## v1.10.6 (954)  | 
 | 4 | + | 
 | 5 | +### New Features  | 
 | 6 | +- **Install State for Plugins**: Added an install state to improve plugin updates (#1026) by @alMukaafih, further enhanced by @bajrangCoder.  | 
 | 7 | +- **Selection Mode in File Browser**: Introduced a selection mode in the file browser by @bajrangCoder.  | 
 | 8 | +- **Persistent Notification System**: Added a persistent notification system with toast notifications by @bajrangCoder.  | 
 | 9 | +- **In-App Browser Command**: Added a command to open an in-app browser with a given URL by @angeloyana.  | 
 | 10 | +- **Font Size Shortcut Keys**: Added new key shortcuts for changing font size by @bajrangCoder:  | 
 | 11 | +    - Increase Font Size: `Ctrl - +` or `Ctrl - =`  | 
 | 12 | +    - Decrease Font Size: `Ctrl + -` or `Ctrl - _`  | 
 | 13 | +- **Command Palette Enhancements**:  | 
 | 14 | +    - "Open Plugin Page" command for quick access to plugin pages, especially for keyboard users.  | 
 | 15 | +    - "Copy Device Info" command to share device information for troubleshooting.  | 
 | 16 | +- **GitHub Alert Support**: Added GitHub alert support in plugin descriptions by @bajrangCoder.  | 
 | 17 | +- **File Tab Drop Behavior**: Dropping a file tab into any input or editor now inserts its path by @bajrangCoder.  | 
 | 18 | +- **File Browser Context Menu**: Added a "Copy URI" option in the file browser context menu by @bajrangCoder.  | 
 | 19 | +- **Project Import as ZIP**: Added the option to import projects as ZIP files by @bajrangCoder.  | 
 | 20 | +- **Backup Plugins**: You can now back up plugins, whether they are paid or free by @bajrangCoder.  | 
 | 21 | +- **Task List Markdown Support**: Added support for task lists (`- [x]`) in the plugin page markdown by @bajrangCoder.  | 
 | 22 | +- **Install as Plugin for ZIP Files**: Added the "Install as Plugin" option in the sidebar files section for ZIP files containing a `plugin.json` in the root directory by @bajrangCoder.  | 
 | 23 | +- **`acode.installPlugin` API**: Introduced an API for plugins to install other plugins with user consent by @bajrangCoder(available from versionCode: `954`).  | 
 | 24 | +- **View Changelogs in Settings**: Added an option in the settings page to view changelogs directly inside the app by @bajrangCoder.  | 
 | 25 | +- **App Update Checker**: Implemented an app update checker that runs on startup by @bajrangCoder.  | 
 | 26 | + | 
 | 27 | +### Fixes  | 
 | 28 | +- **Plugin Loading Failures**: Improved handling of plugin loading failures by @bajrangCoder:  | 
 | 29 | +    - Prevents the app from crashing when plugins fail to load.  | 
 | 30 | +    - Shows user feedback for each failed plugin while continuing to load others.  | 
 | 31 | +- **Internal URL Navigation**: Replaced browser navigation with scroll behavior for internal links in plugin descriptions. Links to the same markdown now scroll instead of opening a browser by @bajrangCoder.  | 
 | 32 | +- **Pro Version Ads Issue**: Fixed an issue where plugin context menu actions displayed ads even if the Pro version was purchased by @UnschooledGamer.  | 
 | 33 | +- **Termux Private URI Operations**: Resolved issues with deleting folders/files and renaming files in Termux private URI file systems.  | 
 | 34 | +- **Logger Enhancements**: Improved the logger to automatically detect failures and use `console.error` in Acode.  | 
 | 35 | +- **Preview and Server Port Issue**: Fixed an issue where the browser did not open on the given port when the preview port and server port differed.  | 
 | 36 | +- **Font Persistence**: Resolved an issue where fonts did not persist after restarting the app.  | 
 | 37 | +- **Markdown Linking**: Fixed issues with linking to headings within the same page in markdown.  | 
 | 38 | +- **Search Bar in File Browser**: Fixed a bug where the search bar in the file browser would get stuck and become unclosable.  | 
 | 39 | +- **Theme Page Issues**: Addressed issues with theme plugins, including preview rendering and checkbox state changes.  | 
 | 40 | +- **Formatter Mode Selection**: Fixed the formatter ignoring the selected mode for files by @alMukaafih.  | 
 | 41 | + | 
 | 42 | +### Others  | 
 | 43 | +- **Plugin Refactor**: Migrated the old plugin update icon to a new toast-like notification widget.  | 
 | 44 | + | 
 | 45 | +### Translators  | 
 | 46 | +- Updated translations for specific languages contributed by:  | 
 | 47 | +    - **@Micha-he**: `de-de.json`  | 
 | 48 | +    - **@LaunchLee**: `zh-cn.json` and `zh-hant.json`  | 
 | 49 | +    - **@andrewczm**: `pl-pl.json`  | 
 | 50 | +    - **@Nekitori17**: `vi-vn`  | 
 | 51 | +    - **@s4ntiksu**: `ru-ru.json`  | 
 | 52 | +    - **@summoner001**: `hu-hu.json`  | 
 | 53 | + | 
 | 54 | +---  | 
 | 55 | + | 
3 | 56 | ## [1.10.5] (953)  | 
4 | 57 | 
 
  | 
5 | 58 | - New  | 
 | 
0 commit comments