Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 19.11 #6

Merged
merged 20 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
cfbd749
Fixes Plugin Context Menu Actions Display Ads although Pro Version is…
UnschooledGamer Nov 9, 2024
538ab34
feat: add "Install as Plugin" option for ZIP files in sidebar
bajrangCoder Nov 10, 2024
266e216
fix: formatting issue(follow up for 538ab34)
bajrangCoder Nov 10, 2024
fa249cb
feat: added a acode.installPlugin api for plugin to install plugins
bajrangCoder Nov 10, 2024
41f3926
feat: added a option on setting page to view changelogs
bajrangCoder Nov 10, 2024
3ec318a
fix: checkbox alignment on markdown
bajrangCoder Nov 10, 2024
a1d1855
Update Hungarian Translation (#1068)
summoner001 Nov 11, 2024
0bb5b7f
Updated de-de.json (#1069)
Micha-he Nov 11, 2024
051bdbf
chore(i18n): Update vi-vn.json (#1070)
Nekitori17 Nov 11, 2024
494a8e0
feat(notifications): implement persistent notification system with to…
bajrangCoder Nov 12, 2024
d1575f4
Merge branch 'main' into notification
bajrangCoder Nov 12, 2024
35489d3
refactor(plugins): migrate plugin update alerts to notification system
bajrangCoder Nov 12, 2024
023a8fd
Merge pull request #1071 from deadlyjack/notification
bajrangCoder Nov 12, 2024
9d90759
feat(update): add automatic app update checker on startup
bajrangCoder Nov 12, 2024
fd8e0a9
Update hu-hu.json (#1072)
summoner001 Nov 12, 2024
624c278
feat: add command that opens in-app browser with the given url
angeloyana Nov 13, 2024
32094e8
Merge pull request #1075 from angeloyana/main
bajrangCoder Nov 13, 2024
8720af5
Update hu-hu.json (#1077)
summoner001 Nov 16, 2024
e5d4b24
version changes
bajrangCoder Nov 18, 2024
f1d360d
Update CHANGELOG.md
bajrangCoder Nov 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
# Change Log

## v1.10.6 (954)

### New Features
- **Install State for Plugins**: Added an install state to improve plugin updates (#1026) by @alMukaafih, further enhanced by @bajrangCoder.
- **Selection Mode in File Browser**: Introduced a selection mode in the file browser by @bajrangCoder.
- **Persistent Notification System**: Added a persistent notification system with toast notifications by @bajrangCoder.
- **In-App Browser Command**: Added a command to open an in-app browser with a given URL by @angeloyana.
- **Font Size Shortcut Keys**: Added new key shortcuts for changing font size by @bajrangCoder:
- Increase Font Size: `Ctrl - +` or `Ctrl - =`
- Decrease Font Size: `Ctrl + -` or `Ctrl - _`
- **Command Palette Enhancements**:
- "Open Plugin Page" command for quick access to plugin pages, especially for keyboard users.
- "Copy Device Info" command to share device information for troubleshooting.
- **GitHub Alert Support**: Added GitHub alert support in plugin descriptions by @bajrangCoder.
- **File Tab Drop Behavior**: Dropping a file tab into any input or editor now inserts its path by @bajrangCoder.
- **File Browser Context Menu**: Added a "Copy URI" option in the file browser context menu by @bajrangCoder.
- **Project Import as ZIP**: Added the option to import projects as ZIP files by @bajrangCoder.
- **Backup Plugins**: You can now back up plugins, whether they are paid or free by @bajrangCoder.
- **Task List Markdown Support**: Added support for task lists (`- [x]`) in the plugin page markdown by @bajrangCoder.
- **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.
- **`acode.installPlugin` API**: Introduced an API for plugins to install other plugins with user consent by @bajrangCoder(available from versionCode: `954`).
- **View Changelogs in Settings**: Added an option in the settings page to view changelogs directly inside the app by @bajrangCoder.
- **App Update Checker**: Implemented an app update checker that runs on startup by @bajrangCoder.

### Fixes
- **Plugin Loading Failures**: Improved handling of plugin loading failures by @bajrangCoder:
- Prevents the app from crashing when plugins fail to load.
- Shows user feedback for each failed plugin while continuing to load others.
- **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.
- **Pro Version Ads Issue**: Fixed an issue where plugin context menu actions displayed ads even if the Pro version was purchased by @UnschooledGamer.
- **Termux Private URI Operations**: Resolved issues with deleting folders/files and renaming files in Termux private URI file systems.
- **Logger Enhancements**: Improved the logger to automatically detect failures and use `console.error` in Acode.
- **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.
- **Font Persistence**: Resolved an issue where fonts did not persist after restarting the app.
- **Markdown Linking**: Fixed issues with linking to headings within the same page in markdown.
- **Search Bar in File Browser**: Fixed a bug where the search bar in the file browser would get stuck and become unclosable.
- **Theme Page Issues**: Addressed issues with theme plugins, including preview rendering and checkbox state changes.
- **Formatter Mode Selection**: Fixed the formatter ignoring the selected mode for files by @alMukaafih.

### Others
- **Plugin Refactor**: Migrated the old plugin update icon to a new toast-like notification widget.

### Translators
- Updated translations for specific languages contributed by:
- **@Micha-he**: `de-de.json`
- **@LaunchLee**: `zh-cn.json` and `zh-hant.json`
- **@andrewczm**: `pl-pl.json`
- **@Nekitori17**: `vi-vn`
- **@s4ntiksu**: `ru-ru.json`
- **@summoner001**: `hu-hu.json`

---

## [1.10.5] (953)

- New
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<widget id="com.foxdebug.acode" android-versionCode="953" version="1.10.5"
<widget id="com.foxdebug.acode" android-versionCode="954" version="1.10.6"
xmlns="http://www.w3.org/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
Expand Down
Loading