File tree Expand file tree Collapse file tree 5 files changed +20
-9
lines changed
Expand file tree Collapse file tree 5 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v1.11.3 (959)
4+
5+ * feat: added system theme by @RohitKushvaha01
6+ * add: close-inactive-issues.yml by @UnschooledGamer
7+ * Added Executor by @RohitKushvaha01
8+ * fix: Executor Plugin's js module/interface path by @UnschooledGamer
9+ * fix: teardrop goes out of viewport when there is no gutter by @bajrangCoder
10+ * fix: infinite loading screen due to executor by @RohitKushvaha01
11+ * fix: infinite loading when previewing html files by @RohitKushvaha01
12+ * fix: apk related issues
13+
314## v1.11.2 (958)
415
516* fix: cors related issues when installing plugins from remote by @bajrangCoder
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 =" 958 " version =" 1.11.2 "
2+ <widget id =" com.foxdebug.acode" android-versionCode =" 959 " version =" 1.11.3 "
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.2 " ,
4+ "version" : " 1.11.3 " ,
55 "description" : " Acode is a code editor for android" ,
66 "scripts" : {
77 "lang" : " node ./utils/lang.js" ,
Original file line number Diff line number Diff line change 165165
166166 < title > Acode</ title >
167167 <!--styles-->
168+ < link rel ="stylesheet " href ="./css/build/263.css ">
169+ < link rel ="stylesheet " href ="./css/build/31.css ">
170+ < link rel ="stylesheet " href ="./css/build/439.css ">
171+ < link rel ="stylesheet " href ="./css/build/490.css ">
172+ < link rel ="stylesheet " href ="./css/build/626.css ">
168173< link rel ="stylesheet " href ="./css/build/about.css ">
169174< link rel ="stylesheet " href ="./css/build/customTheme.css ">
170175< link rel ="stylesheet " href ="./css/build/donate.css ">
171176< link rel ="stylesheet " href ="./css/build/fileBrowser.css ">
172177< link rel ="stylesheet " href ="./css/build/main.css ">
173178< link rel ="stylesheet " href ="./css/build/plugins.css ">
174- < link rel ="stylesheet " href ="./css/build/src_pages_quickTools_quickTools_js.css ">
175- < link rel ="stylesheet " href ="./css/build/src_sidebarApps_extensions_index_js.css ">
176- < link rel ="stylesheet " href ="./css/build/src_sidebarApps_files_index_js.css ">
177- < link rel ="stylesheet " href ="./css/build/src_sidebarApps_notification_index_js.css ">
178- < link rel ="stylesheet " href ="./css/build/src_sidebarApps_searchInFiles_index_js.css ">
179179< link rel ="stylesheet " href ="./css/build/themeSetting.css ">
180180<!--styles_end-->
181181</ head >
You can’t perform that action at this time.
0 commit comments