Skip to content

Commit

Permalink
Merge pull request #1048 from bajrangCoder/main
Browse files Browse the repository at this point in the history
update v1.10.5
  • Loading branch information
bajrangCoder authored Oct 13, 2024
2 parents 6e9b27d + dbf35c3 commit f2005f7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## [1.10.5] (953)

- New
- Plugin Filtering System in #1011
- feat: Add more action menu in sidebar plugin in #1017
- Implement Logger system in #1020
- Feat: Use Current File for preview (Toggle option) in #1006
- updated ace editor to v1.36.2 in #1025

- Fixes
- Update de-de.json in #1039
- fixed sidebar plugin search list scrolling in #1002
- Improve zh-TW traditional Chinese translation in #1004
- fix: Fixed save all changes option in #1010
- chore(i18n): vi-vn in #1016
- removed auto paste of url on plugin page in #1023
- fixed weird spacing issue on header #925 in #1024
- Update zh-cn.json and zh-hant.json in #1031
- Refactor Iap.java: Use WeakReference for Context and Activity to prevent memory leaks in #1040
- Updated Polish translation in #1043
- ru-ru improved in #1041
- Update pl-pl.json in #1044 & #1045
- fix: termux related fs operations failure in #1046

## [1.10.4] (952)

- 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="952" version="1.10.4"
<widget id="com.foxdebug.acode" android-versionCode="953" version="1.10.5"
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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.foxdebug.acode",
"displayName": "Acode",
"version": "1.10.4",
"version": "1.10.5",
"description": "Acode is a code editor for android",
"scripts": {
"lang": "node ./utils/lang.js",
Expand Down

0 comments on commit f2005f7

Please sign in to comment.