Skip to content

Commit 59ea63e

Browse files
committed
bump: v3.1.11
1 parent b0683f9 commit 59ea63e

File tree

4 files changed

+20
-27
lines changed

4 files changed

+20
-27
lines changed

ChangeLog.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Logs
22

3+
## `Update v3.1.11`
4+
5+
- Fixed the terminal floating button issue.
6+
- Rewritten the touch selection functionality, making it more efficient and portable, and fixed several touch selection-related bugs.
7+
- Updated the search icon strokes to ensure consistency with other icons.
8+
- Added typings for the AcodeX API and made several internal changes and improvements.
9+
310
## `Update v3.1.10`
411

512
- fix: AI related bugs and improved command generation, also improved system prompt
@@ -20,8 +27,8 @@
2027
## `Update v3.1.8`
2128

2229
- Added a new keybinds ctrl+a to select all
23-
- touch selection support
24-
- Gui viewer support
30+
- touch selection support
31+
- Gui viewer support
2532
- added local ai support using ollama
2633

2734
## `Update v3.1.7`
@@ -31,19 +38,19 @@
3138
- Some improvement to fallback font
3239

3340
## `Update v3.1.6`
34-
- Image rendering support
35-
- Option to hide maximise terminal button
41+
- Image rendering support
42+
- Option to hide maximise terminal button
3643
- Added Key binding for maximising terminal - `Ctrl-Shift-T`
3744

3845
## `Update v3.1.5`
3946
- Now it will handle automatically closing of server
40-
- 🆕 key-bindings `Ctrl+Shift+I` to clear the terminal
47+
- 🆕 key-bindings `Ctrl+Shift+I` to clear the terminal
4148
- updated xterm and its styling
4249

4350
## `Update v3.1.3 & v3.1.4`
44-
- Enhanced AcodeX by integrating AI into the terminal, making it a standout option in the modern era. (Check `How to use AI section` for refrence)
51+
- Enhanced AcodeX by integrating AI into the terminal, making it a standout option in the modern era. (Check `How to use AI section` for reference)
4552
- Updated the default font family for the Terminal to `Meslo NF Regular`.
46-
- Resolved the issue with the `exit` command; now, typing `exit` in the terminal will promptly close the current session.
53+
- Resolved the issue with the `exit` command; now, typing `exit` in the terminal will promptly close the current session.
4754
- fixed settings issue (v3.1.4)
4855

4956
## `Update v3.1.2`
@@ -60,7 +67,7 @@
6067
- Added new keybindings such as <kbd>Ctrl-+</kbd>, <kbd>Ctrl--</kbd>, <kbd>Ctrl-Shift-C</kbd>
6168
- Modified paste shortcut to <kbd>Ctrl+Shift+V</kbd>
6269
- And in shortcuts you can use either capital letter or small for eg: <kbd>Ctrl-Shift-c</kbd> and <kbd>Ctrl-Shift-C</kbd> both will work fine
63-
- redesigned the panel ui and chnaged icons
70+
- redesigned the panel ui and changed icons
6471
- lots of inner improvement, to improve overall performance and stability
6572
- Added a Search functionality to search inside terminal
6673
- fixed ui bug (of transparent mode)
@@ -214,7 +221,7 @@ Nothing fancy just a simple bugs 😑
214221

215222
## `Update v1.0.4`
216223

217-
- Now you can use any keyboard in terminal(recommend -> keyboard which cantains ctrl key and so on)
224+
- Now you can use any keyboard in terminal(recommend -> keyboard which contains ctrl key and so on)
218225
- Some Improvement
219226
- There is little bit limitations with keys that will be fixed in next update
220227
- Supported Keys

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acode-plugin-acodex",
3-
"version": "3.1.10",
3+
"version": "3.1.11",
44
"description": "Terminal support for Acode",
55
"main": "dist/main.js",
66
"repository": "https://github.com/bajrangCoder/acode-plugin-terminal.git",

plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"id": "bajrangcoder.acodex",
33
"name": "AcodeX - Terminal",
44
"main": "dist/main.js",
5-
"version": "3.1.10",
5+
"version": "3.1.11",
66
"readme": "readme.md",
77
"icon": "icon.png",
88
"files": [],
99
"minVersionCode": 290,
1010
"license": "MIT",
11-
"keywords": ["terminal","acodex","termux"],
11+
"keywords": ["terminal", "acodex", "termux"],
1212
"changelogs": "ChangeLog.md",
1313
"contributors": [],
1414
"author": {
@@ -17,4 +17,4 @@
1717
"url": "https://github.com/bajrangCoder/acode-plugin-acodex",
1818
"github": "bajrangCoder"
1919
}
20-
}
20+
}

readme.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,6 @@
3838

3939
---
4040

41-
<details>
42-
<summary>
43-
<h3 style="display:inline">Update v3.1.10</h3>
44-
</summary>
45-
46-
- fix: AI related bugs and improved command generation, also improved system prompt
47-
- improved keybinds: now `ctrl-shift-t` can minimise/maximise according to situation and also this will work from editor as well as terminal.
48-
- many small bug fix and PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij4KPHBhdGggZD0iTTIxNiwzMlYxOTJhOCw4LDAsMCwxLTgsOEg3MmExNiwxNiwwLDAsMC0xNiwxNkgxOTJhOCw4LDAsMCwxLDAsMTZINDhhOCw4LDAsMCwxLTgtOFY1NkEzMiwzMiwwLDAsMSw3MiwyNEgyMDhBOCw4LDAsMCwxLDIxNiwzMloiIHN0eWxlPSJmaWxsOiAjQ0FEM0Y1OyIvPgo8L3N2Zz4
49-
50-
</details>
51-
<br/>
52-
53-
> For previous change logs/updates, visit: [Change Log](https://github.com/bajrangCoder/acode-plugin-acodex/blob/main/ChangeLog.md)
54-
5541
### Roadmap
5642

5743
- [x] Add shortcuts for minimizing and also refine other shortcuts

0 commit comments

Comments
 (0)