|
1 | 1 | # Change Logs |
2 | 2 |
|
| 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 | + |
3 | 10 | ## `Update v3.1.10` |
4 | 11 |
|
5 | 12 | - fix: AI related bugs and improved command generation, also improved system prompt |
|
20 | 27 | ## `Update v3.1.8` |
21 | 28 |
|
22 | 29 | - 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 |
25 | 32 | - added local ai support using ollama |
26 | 33 |
|
27 | 34 | ## `Update v3.1.7` |
|
31 | 38 | - Some improvement to fallback font |
32 | 39 |
|
33 | 40 | ## `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 |
36 | 43 | - Added Key binding for maximising terminal - `Ctrl-Shift-T` |
37 | 44 |
|
38 | 45 | ## `Update v3.1.5` |
39 | 46 | - 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 |
41 | 48 | - updated xterm and its styling |
42 | 49 |
|
43 | 50 | ## `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) |
45 | 52 | - 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. |
47 | 54 | - fixed settings issue (v3.1.4) |
48 | 55 |
|
49 | 56 | ## `Update v3.1.2` |
|
60 | 67 | - Added new keybindings such as <kbd>Ctrl-+</kbd>, <kbd>Ctrl--</kbd>, <kbd>Ctrl-Shift-C</kbd> |
61 | 68 | - Modified paste shortcut to <kbd>Ctrl+Shift+V</kbd> |
62 | 69 | - 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 |
64 | 71 | - lots of inner improvement, to improve overall performance and stability |
65 | 72 | - Added a Search functionality to search inside terminal |
66 | 73 | - fixed ui bug (of transparent mode) |
@@ -214,7 +221,7 @@ Nothing fancy just a simple bugs 😑 |
214 | 221 |
|
215 | 222 | ## `Update v1.0.4` |
216 | 223 |
|
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) |
218 | 225 | - Some Improvement |
219 | 226 | - There is little bit limitations with keys that will be fixed in next update |
220 | 227 | - Supported Keys |
|
0 commit comments