Skip to content

Commit 60a910e

Browse files
committed
Release v3.1.9
1 parent 720920c commit 60a910e

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
lines changed

ChangeLog.md

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

3+
## `Update v3.1.8`
4+
5+
- Added a new keybinds ctrl+a to select all
6+
- touch selection support
7+
- Gui viewer support
8+
- added local ai support using ollama
9+
310
## `Update v3.1.7`
411

512
- Fixed settings not saving issue (First backup your settings before updating)

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "bajrangcoder.acodex",
33
"name": "AcodeX - Terminal",
44
"main": "dist/main.js",
5-
"version": "3.1.8",
5+
"version": "3.1.9",
66
"readme": "readme.md",
77
"icon": "icon.png",
88
"files": [],

readme.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
> [!Warning]
1111
> This plugin requires the [acodex-server](https://github.com/bajrangCoder/AcodeX-server) NodeJS package to be installed and running on [Termux](https://termux.dev).
1212
13-
[AcodeX](https://github.com/bajrangCoder/acode-plugin-acodex) is a powerful and AI integrated terminal plugin with **80k++ downloads** for [Acode](https://acode.foxdebug.com/) that enhances your coding productivity by adding in-app Termux terminal integration. With AcodeX, you can execute terminal commands directly from within the Acode app, eliminating the need to switch between apps for coding and terminal access.
13+
[AcodeX](https://github.com/bajrangCoder/acode-plugin-acodex) is a powerful and AI integrated terminal plugin with **90k++ downloads** for [Acode](https://acode.foxdebug.com/) that enhances your coding productivity by adding in-app Termux terminal integration. With AcodeX, you can execute terminal commands directly from within the Acode app, eliminating the need to switch between apps for coding and terminal access. AcodeX has almost every terminal feature and also it is more feature rich when it comes to rendering things compared termux etc (Thanks to xtermjs)
1414

1515
> [!NOTE]
1616
> When starting a new terminal, be sure to adjust the terminal panel according to your screen. You can drag it to your desired position, and it will automatically adjust the columns and rows according to your screen size.
@@ -40,21 +40,30 @@
4040

4141
<details>
4242
<summary>
43-
<h3 style="display:inline">Update v3.1.8</h3>
43+
<h3 style="display:inline">Update v3.1.9</h3>
4444
</summary>
4545

46-
- Fixed settings issue (First backup your settings before updating)
47-
- Added a new keybinds ctrl+a to select all
48-
- touch selection support
49-
- Gui viewer support
50-
- added local ai using ollama
51-
- more...
46+
- First backup your settings before updating
47+
- fixed some bugs related to disposing of terminal reported by Users
48+
- Added font ligatures support (you can disable it from settings)
49+
- fix: ctrl - k issue when terminal is minimised or opened
50+
- now ctrl-k can also be used as shortcut to maximise terminal if it is open and minimised
51+
- new settings to on/off haptic(vibration) on Selection start
52+
- some minor fixes and few typos adjustments
5253

5354
</details>
5455
<br/>
5556

5657
> For previous change logs/updates, visit: [Change Log](https://github.com/bajrangCoder/acode-plugin-acodex/blob/main/ChangeLog.md)
5758
59+
### Roadmap
60+
61+
- full page mode for AcodeX similar to other terminal plugins
62+
- fix bugs related to touch selection and gui viewer
63+
- ssh based Terminal support
64+
- config(dotfiles) for acodex to customise everything from the config file
65+
- suggest more 🙌
66+
5867
## 💥 Features
5968

6069
- **User-Friendly Terminal**: Seamlessly integrated terminal within Acode. Open it with `Ctrl+K` or search `"Open Terminal"` in the command palette.
@@ -67,7 +76,6 @@
6776

6877
- **Intuitive Interface**: Designed for developers of all skill levels with an easy-to-use interface.
6978

70-
7179
- **Personalization**: Tailor the terminal’s appearance and behavior to your preferences.
7280

7381
- **Efficient Session Management**: Manage multiple sessions smoothly while minimizing resource usage.
@@ -94,6 +102,8 @@
94102

95103
- **Image Rendering**: Supports rendering images in the terminal (enable in settings).
96104

105+
- **Font Ligatures**: Supports font ligatures in supported font family
106+
97107

98108
## Prerequisites
99109

0 commit comments

Comments
 (0)