Skip to content

Commit

Permalink
Patch v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bajrangCoder committed Jan 24, 2024
1 parent 11fb472 commit f1c78bc
Show file tree
Hide file tree
Showing 9 changed files with 628 additions and 599 deletions.
2 changes: 1 addition & 1 deletion dist/main.css

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

100 changes: 94 additions & 6 deletions dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acode-plugin-acodex",
"version": "3.1.0",
"version": "3.1.1",
"description": "Terminal support for Acode",
"main": "dist/main.js",
"repository": "https://github.com/bajrangCoder/acode-plugin-terminal.git",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "bajrangcoder.acodex",
"name": "AcodeX - Terminal",
"main": "dist/main.js",
"version": "3.1.0",
"version": "3.1.1",
"readme": "readme.md",
"icon": "icon.png",
"files": [],
Expand Down
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AcodeX - Terminal Emulator

> [!CAUTION]
> AcodeX `v3.1.0` needs server `v1.1.0` to work otherwise you will face a tones of issues
> AcodeX `v3.1.1` needs server `v1.1.2` to work otherwise you will face a tones of issues
> [!Warning]
> This plugin requires the [acodex-server](https://github.com/bajrangCoder/AcodeX-server) NodeJS package to be installed and running on [Termux](https://termux.dev).
Expand All @@ -20,7 +20,7 @@

<details>
<summary>
<h3 style="display:inline">Update v3.1.0</h3>
<h3 style="display:inline">Update v3.1.0 and v3.1.1</h3>
</summary>

- Fixed panel issue when changing the file tab position [#44](https://github.com/bajrangCoder/acode-plugin-acodex/pull/44)
Expand All @@ -34,6 +34,8 @@
- Added a Search functionality to search inside terminal
- fixed ui bug (of transparent mode)
- Fixed all known issues
- Fixed Font issue(v3.1.1)
- Fized the acodex not opening bug (v3.1.1)

</details>
<br/>
Expand Down
86 changes: 0 additions & 86 deletions src/fonts.scss

This file was deleted.

Loading

0 comments on commit f1c78bc

Please sign in to comment.