Skip to content

Commit f2005f7

Browse files
authored
Merge pull request #1048 from bajrangCoder/main
update v1.10.5
2 parents 6e9b27d + dbf35c3 commit f2005f7

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

CHANGELOG.md

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

3+
## [1.10.5] (953)
4+
5+
- New
6+
- Plugin Filtering System in #1011
7+
- feat: Add more action menu in sidebar plugin in #1017
8+
- Implement Logger system in #1020
9+
- Feat: Use Current File for preview (Toggle option) in #1006
10+
- updated ace editor to v1.36.2 in #1025
11+
12+
- Fixes
13+
- Update de-de.json in #1039
14+
- fixed sidebar plugin search list scrolling in #1002
15+
- Improve zh-TW traditional Chinese translation in #1004
16+
- fix: Fixed save all changes option in #1010
17+
- chore(i18n): vi-vn in #1016
18+
- removed auto paste of url on plugin page in #1023
19+
- fixed weird spacing issue on header #925 in #1024
20+
- Update zh-cn.json and zh-hant.json in #1031
21+
- Refactor Iap.java: Use WeakReference for Context and Activity to prevent memory leaks in #1040
22+
- Updated Polish translation in #1043
23+
- ru-ru improved in #1041
24+
- Update pl-pl.json in #1044 & #1045
25+
- fix: termux related fs operations failure in #1046
26+
327
## [1.10.4] (952)
428

529
- New

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="952" version="1.10.4"
2+
<widget id="com.foxdebug.acode" android-versionCode="953" version="1.10.5"
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">

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.foxdebug.acode",
33
"displayName": "Acode",
4-
"version": "1.10.4",
4+
"version": "1.10.5",
55
"description": "Acode is a code editor for android",
66
"scripts": {
77
"lang": "node ./utils/lang.js",

0 commit comments

Comments
 (0)