File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v1.13.5
4+
5+ * fix(terminal): stop proot "can't sanitize binding" fd warnings by @RohitKushvaha01 in https://github.com/Acode-Foundation/Acode/pull/2878
6+ * fix(editor): preserve indentation on soft-wrapped lines by @bajrangCoder in https://github.com/Acode-Foundation/Acode/pull/2880
7+ * feat(editor): add context menu for closing file tabs by @TonyGeez in https://github.com/Acode-Foundation/Acode/pull/2863
8+ * perf(editor): index language modes instead of sorting on every lookup by @bajrangCoder in https://github.com/Acode-Foundation/Acode/pull/2881
9+ * feat: improve console virtualisation by @bajrangCoder in https://github.com/Acode-Foundation/Acode/pull/2882
10+ * fix(search): prevent discovery restarts and stream results efficiently by @bajrangCoder in https://github.com/Acode-Foundation/Acode/pull/2883
11+ * feat(editor): add configurable word wrap indentation by @bajrangCoder in https://github.com/Acode-Foundation/Acode/pull/2886
12+ * fix: API calls throwing internal server errors by @deadlyjack in https://github.com/Acode-Foundation/Acode/pull/2888
13+ * fix(editor): add monaco-style punctuation wrap opportunities by @bajrangCoder in https://github.com/Acode-Foundation/Acode/pull/2890
14+
315## v1.13.4
416
517* fix: prevent Cordova exec startup race by @bajrangCoder in https://github.com/Acode-Foundation/Acode/pull/2851
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 =" 1010 " version =" 1.13.4 "
2+ <widget id =" com.foxdebug.acode" android-versionCode =" 1011 " version =" 1.13.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" >
Original file line number Diff line number Diff line change 11{
22 "name" : " com.foxdebug.acode" ,
33 "displayName" : " Acode" ,
4- "version" : " 1.13.4 " ,
4+ "version" : " 1.13.5 " ,
55 "description" : " Acode is a code editor for android" ,
66 "scripts" : {
77 "lang" : " node ./utils/lang.js" ,
You can’t perform that action at this time.
0 commit comments