File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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" ,
118118 "yargs" : " ^17.7.2"
119119 },
120120 "browserslist" : " cover 100%,not android < 5"
121- }
121+ }
You can’t perform that action at this time.
0 commit comments