Skip to content

Commit 7bdd342

Browse files
authored
bump v1.11.4 (#1403)
1 parent 8060441 commit 7bdd342

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

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

3+
## v1.11.4 (960)
4+
5+
* Fix renaming current Termux URI file whilst viewing/editing it by @peasneovoyager2banana2
6+
* fix: html preview on unsaved files by @RohitKushvaha01
7+
* Add markdown-it-footnote and task lists support by @UnschooledGamer
8+
* Fix quickTools height fallback by @bajrangCoder
9+
* Comment out column adjustment in touchHandler.js for weird selection by @bajrangCoder
10+
* Update Indonesian Translation by @hyperz111
11+
* feat: :sparkles: Native Websocket Plugin (uses okhttp) by @UnschooledGamer
12+
* fix: unintentional scrolling of tab container while dragging a tab by @peasneovoyager2banana2
13+
* feat. alert user when changing editor theme by @RohitKushvaha01
14+
* feat: Improve handling of intents before files are restored on startup by @bajrangCoder
15+
* fix: don't save state of SAFMode="single" files by @bajrangCoder
16+
* fix: plugin passing undefined to plugin item on plugin page by @bajrangCoder
17+
* Integrated cordova-plugin-buildinfo as a local plugin by @RohitKushvaha01
18+
* fix: crash when running unsaved file by @RohitKushvaha01
19+
* feat: show open source plugin url on plugin page by @bajrangCoder
20+
* fix: Make "None" option clickable in select dialog on formatter settings by @bajrangCoder
21+
* fix: show confirm when copy/cut in sidebar instead of alert so user can proceed if they want by @bajrangCoder
22+
* feat: plugin enable/disable functionality and update translations by @UnschooledGamer
23+
* Update hu-hu.json by @summoner001
24+
* Advanced execution interface by @RohitKushvaha01
25+
326
## v1.11.3 (959)
427

528
* feat: added system theme by @RohitKushvaha01

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="959" version="1.11.3"
2+
<widget id="com.foxdebug.acode" android-versionCode="960" version="1.11.4"
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.json

Lines changed: 2 additions & 2 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.11.3",
4+
"version": "1.11.4",
55
"description": "Acode is a code editor for android",
66
"scripts": {
77
"lang": "node ./utils/lang.js",
@@ -118,4 +118,4 @@
118118
"yargs": "^17.7.2"
119119
},
120120
"browserslist": "cover 100%,not android < 5"
121-
}
121+
}

0 commit comments

Comments
 (0)