Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## v1.11.3 (959)

* feat: added system theme by @RohitKushvaha01
* add: close-inactive-issues.yml by @UnschooledGamer
* Added Executor by @RohitKushvaha01
* fix: Executor Plugin's js module/interface path by @UnschooledGamer
* fix: teardrop goes out of viewport when there is no gutter by @bajrangCoder
* fix: infinite loading screen due to executor by @RohitKushvaha01
* fix: infinite loading when previewing html files by @RohitKushvaha01
* fix: apk related issues

## v1.11.2 (958)

* fix: cors related issues when installing plugins from remote by @bajrangCoder
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<widget id="com.foxdebug.acode" android-versionCode="958" version="1.11.2"
<widget id="com.foxdebug.acode" android-versionCode="959" version="1.11.3"
xmlns="http://www.w3.org/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.foxdebug.acode",
"displayName": "Acode",
"version": "1.11.2",
"version": "1.11.3",
"description": "Acode is a code editor for android",
"scripts": {
"lang": "node ./utils/lang.js",
Expand Down
10 changes: 5 additions & 5 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,17 @@

<title>Acode</title>
<!--styles-->
<link rel="stylesheet" href="./css/build/263.css">
<link rel="stylesheet" href="./css/build/31.css">
<link rel="stylesheet" href="./css/build/439.css">
<link rel="stylesheet" href="./css/build/490.css">
<link rel="stylesheet" href="./css/build/626.css">
<link rel="stylesheet" href="./css/build/about.css">
<link rel="stylesheet" href="./css/build/customTheme.css">
<link rel="stylesheet" href="./css/build/donate.css">
<link rel="stylesheet" href="./css/build/fileBrowser.css">
<link rel="stylesheet" href="./css/build/main.css">
<link rel="stylesheet" href="./css/build/plugins.css">
<link rel="stylesheet" href="./css/build/src_pages_quickTools_quickTools_js.css">
<link rel="stylesheet" href="./css/build/src_sidebarApps_extensions_index_js.css">
<link rel="stylesheet" href="./css/build/src_sidebarApps_files_index_js.css">
<link rel="stylesheet" href="./css/build/src_sidebarApps_notification_index_js.css">
<link rel="stylesheet" href="./css/build/src_sidebarApps_searchInFiles_index_js.css">
<link rel="stylesheet" href="./css/build/themeSetting.css">
<!--styles_end-->
</head>
Expand Down