Skip to content

Commit 93ca9bb

Browse files
committed
chore: v1.12.8
1 parent 9a162bf commit 93ca9bb

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

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

3+
## v1.12.8
4+
5+
* fix(terminal): close tab on process end and speed up long-press select by @bajrangCoder in https://github.com/Acode-Foundation/Acode/pull/2587
6+
* fix(editor): prevent false language mode recommendations by @bajrangCoder in https://github.com/Acode-Foundation/Acode/pull/2621
7+
* fix(lsp): send workspace folders during initialization by @bajrangCoder in https://github.com/Acode-Foundation/Acode/pull/2623
8+
* fix(admob): harden consent, banners, and variant builds by @deadlyjack in https://github.com/Acode-Foundation/Acode/pull/2553
9+
* feat(lsp): add multi-server support to CodeMirror LSP client by @bajrangCoder in https://github.com/Acode-Foundation/Acode/pull/2627
10+
311
## v1.12.7
412

513
* fix: scroll shift when tab switching by @bajrangCoder in https://github.com/Acode-Foundation/Acode/pull/2329

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="1003" version="1.12.7"
2+
<widget id="com.foxdebug.acode" android-versionCode="1004" version="1.12.8"
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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.foxdebug.acode",
33
"displayName": "Acode",
4-
"version": "1.12.7",
4+
"version": "1.12.8",
55
"description": "Acode is a code editor for android",
66
"scripts": {
77
"lang": "node ./utils/lang.js",
@@ -31,9 +31,7 @@
3131
"plugins": {
3232
"cordova-clipboard": {},
3333
"cordova-plugin-device": {},
34-
"cordova-plugin-file": {
35-
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
36-
},
34+
"cordova-plugin-file": {},
3735
"cordova-plugin-server": {},
3836
"cordova-plugin-ftp": {},
3937
"cordova-plugin-sdcard": {},

0 commit comments

Comments
 (0)