Skip to content

Commit 047ed94

Browse files
committed
feat: add oxfmt etc
1 parent bfe2176 commit 047ed94

24 files changed

Lines changed: 48871 additions & 5658 deletions
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
name: Bug Report 2
3-
about: 'A Simple template to report the bug for small bug or normal problem '
4-
title: ''
3+
about: "A Simple template to report the bug for small bug or normal problem "
4+
title: ""
55
labels: bug
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
Describe about your problem/bug ...
1110

12-
1311
Provide few details about your device(like Android version) , Plugin version.
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
4+
title: ""
55
labels: bug
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Go to '...'
1616
2. Click on '....'
1717
3. Scroll down to '....'
@@ -24,10 +24,11 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Smartphone (please complete the following information):**
27-
- Device: [e.g. Samsung M34]
28-
- OS: [e.g. Android 13]
29-
- Termux [from f-droid or GitHub or play store]
30-
- Version [e.g. 22]
27+
28+
- Device: [e.g. Samsung M34]
29+
- OS: [e.g. Android 13]
30+
- Termux [from f-droid or GitHub or play store]
31+
- Version [e.g. 22]
3132

3233
**Additional context**
3334
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
4+
title: ""
55
labels: enhancement
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Is your feature request related to a problem? Please describe.**

.oxfmtrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3+
"ignorePatterns": []
4+
}

ChangeLog.md

Lines changed: 82 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
- new settings to on/off haptic(vibration) on Selection start
3333
- some minor fixes and few typos adjustments
3434

35-
3635
## `Update v3.1.8`
3736

3837
- Added a new keybinds ctrl+a to select all
@@ -47,29 +46,35 @@
4746
- Some improvement to fallback font
4847

4948
## `Update v3.1.6`
49+
5050
- Image rendering support
5151
- Option to hide maximise terminal button
5252
- Added Key binding for maximising terminal - `Ctrl-Shift-T`
5353

5454
## `Update v3.1.5`
55+
5556
- Now it will handle automatically closing of server
5657
- 🆕 key-bindings `Ctrl+Shift+I` to clear the terminal
5758
- updated xterm and its styling
5859

5960
## `Update v3.1.3 & v3.1.4`
61+
6062
- 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)
6163
- Updated the default font family for the Terminal to `Meslo NF Regular`.
6264
- Resolved the issue with the `exit` command; now, typing `exit` in the terminal will promptly close the current session.
6365
- fixed settings issue (v3.1.4)
6466

6567
## `Update v3.1.2`
68+
6669
- added new api and there are some api changes , check Api section
6770

6871
## `Update v3.1.1`
72+
6973
- Fixed Font issue
7074
- Fized the acodex not opening bug
7175

7276
## `Update v3.1.0`
77+
7378
- Fixed panel issue when changing the file tab position [#44](https://github.com/bajrangCoder/acode-plugin-acodex/pull/44)
7479
- fixed plugin api problem of `acodex.openTerminal()` which was using deprecated method
7580
- Added option to modify server host name from settings
@@ -83,6 +88,7 @@
8388
- Fixed all known issues
8489

8590
## `Update v3.0.1`
91+
8692
- fixed [#38](https://github.com/bajrangCoder/acode-plugin-acodex/issues/38) in `v3.0.1`
8793

8894
## `Update v3.0.0`
@@ -123,139 +129,139 @@
123129

124130
## `Update v2.1.2`
125131

126-
- Improved readme
127-
- Fixed Settings issue
128-
- Some important internal changes
132+
- Improved readme
133+
- Fixed Settings issue
134+
- Some important internal changes
129135

130136
## `Update v2.1.1`
131137

132-
- fixed Settings issue
133-
- exposed api for creating theme for acodex by other theme plugin.
138+
- fixed Settings issue
139+
- exposed api for creating theme for acodex by other theme plugin.
134140

135141
## `Update v2.1.0`
136142

137-
- exposed more terminal api 🔌
138-
- make sure to update acodex server , otherwise it will not going to work.
139-
- removed every limitations, now you can run vim , etc 😅
140-
- added support for loading external custom fonts
141-
- now acodex comes with some predefined themes, you can chose it from Settings
143+
- exposed more terminal api 🔌
144+
- make sure to update acodex server , otherwise it will not going to work.
145+
- removed every limitations, now you can run vim , etc 😅
146+
- added support for loading external custom fonts
147+
- now acodex comes with some predefined themes, you can chose it from Settings
142148

143149
## `Update v2.0.0`
144150

145-
- exposed terminal api 🔌
146-
- improved Terminal and updated xtermjs library 🔼
147-
- now the web link in the terminal will be hyper linked onclicking it, it will open link in browser 🔗
148-
- added low budget Autocompletion 😂 , i.e tab autocompletion
149-
- now you can also use left & right arrow to navigate 🧭
150-
- fixed prompt bug 🐞
151-
- some minor improvements and changes 🤫
152-
- Added new AcodeX own logo, now no more copied logo 😅
153-
- added these shortcut(Read <strong>Supported key shortcut</strong> section of readme for more ☺️): <kbd>Ctrt+f</kbd>, <kbd>Right Arrow</kbd>, <kbd>Alt+f</kbd>, <kbd>Ctrl+Right arrow</kbd>, <kbd>Ctrl+b</kbd>, <kbd>Left arrow</kbd>, <kbd>Alt+b</kbd>, <kbd>Ctrl+Left arrow</kbd>, <kbd>Ctrl+a</kbd>, <kbd>Ctrl+e</kbd>, <kbd>Home</kbd>, <kbd>End</kbd>, <kbd>Tab</kbd>,
151+
- exposed terminal api 🔌
152+
- improved Terminal and updated xtermjs library 🔼
153+
- now the web link in the terminal will be hyper linked onclicking it, it will open link in browser 🔗
154+
- added low budget Autocompletion 😂 , i.e tab autocompletion
155+
- now you can also use left & right arrow to navigate 🧭
156+
- fixed prompt bug 🐞
157+
- some minor improvements and changes 🤫
158+
- Added new AcodeX own logo, now no more copied logo 😅
159+
- added these shortcut(Read <strong>Supported key shortcut</strong> section of readme for more ☺️): <kbd>Ctrt+f</kbd>, <kbd>Right Arrow</kbd>, <kbd>Alt+f</kbd>, <kbd>Ctrl+Right arrow</kbd>, <kbd>Ctrl+b</kbd>, <kbd>Left arrow</kbd>, <kbd>Alt+b</kbd>, <kbd>Ctrl+Left arrow</kbd>, <kbd>Ctrl+a</kbd>, <kbd>Ctrl+e</kbd>, <kbd>Home</kbd>, <kbd>End</kbd>, <kbd>Tab</kbd>,
154160

155161
## `Update v1.2.0`
156162

157-
- fixed issue related to saving state
158-
- added color picker in plugin setting for themeing
159-
- now it will remember your terminal state for better experience
160-
- added two shortcut:
161-
- <kbd>Ctrl+I</kbd> - to clear the terminal
162-
- <kbd>Ctrl+P</kbd> - to copy text from the terminal
163+
- fixed issue related to saving state
164+
- added color picker in plugin setting for themeing
165+
- now it will remember your terminal state for better experience
166+
- added two shortcut:
167+
- <kbd>Ctrl+I</kbd> - to clear the terminal
168+
- <kbd>Ctrl+P</kbd> - to copy text from the terminal
163169

164170
## `Update v1.1.8`
165171

166-
- improved accessibility
167-
- floating button and terminal panel issue fixed
168-
- minor twicks
172+
- improved accessibility
173+
- floating button and terminal panel issue fixed
174+
- minor twicks
169175

170176
## `Update v1.1.7`
171177

172-
- brand new tutorial link added in the readme of the plugin
178+
- brand new tutorial link added in the readme of the plugin
173179

174180
## `Update v1.1.6`
175181

176-
- terminal issue fixed
177-
- floating button improved, now it will be not hidden by keyboard
178-
- internal changes
182+
- terminal issue fixed
183+
- floating button improved, now it will be not hidden by keyboard
184+
- internal changes
179185

180186
## `Update v1.1.5`
181187

182188
Nothing fancy just a simple bugs 😑
183189

184190
## `Update v1.1.4`
185191

186-
- little bit change in layout and icon
187-
- maximise terminal button is now draggable and you can drag it and keep it wherever you want
188-
- fixed bugs related to folder icon
189-
- removed changing of font family of terminal
190-
- some minor changes
192+
- little bit change in layout and icon
193+
- maximise terminal button is now draggable and you can drag it and keep it wherever you want
194+
- fixed bugs related to folder icon
195+
- removed changing of font family of terminal
196+
- some minor changes
191197

192198
## `Update v1.1.1`
193199

194-
- changed icons
195-
- improved context menu
196-
- fixed bugs
197-
- removed arrow button from terminal header, instead of this use acode arrow buttons
200+
- changed icons
201+
- improved context menu
202+
- fixed bugs
203+
- removed arrow button from terminal header, instead of this use acode arrow buttons
198204

199205
## `Update v1.1.0`
200206

201-
- Fixed Android keyboard issue, now you can use any keyboard you want
202-
- Fixed paste functionality issue
203-
- Fixed terminal unwanted behaviour
204-
- Many internal changes to improve performance
205-
- improved styling
206-
- Note: almost every encountered bugs are fixed
207+
- Fixed Android keyboard issue, now you can use any keyboard you want
208+
- Fixed paste functionality issue
209+
- Fixed terminal unwanted behaviour
210+
- Many internal changes to improve performance
211+
- improved styling
212+
- Note: almost every encountered bugs are fixed
207213

208214
## `Update v1.0.9`
209215

210-
- fixed bugs
216+
- fixed bugs
211217

212218
## `Update v1.0.8`
213219

214-
- fixed bugs
220+
- fixed bugs
215221

216222
## `Update v1.0.7`
217223

218-
- Added a button on terminal header for opening terminal in opened file directory.
224+
- Added a button on terminal header for opening terminal in opened file directory.
219225

220226
## `Update v1.0.6`
221227

222-
- Added Arrow button instead of input field on terminal header to use feature of <code>v1.0.5</code>
223-
- Now if you will close the app without closing terminal, then when you open app again the terminal will be start automatically from where you have closed app.
228+
- Added Arrow button instead of input field on terminal header to use feature of <code>v1.0.5</code>
229+
- Now if you will close the app without closing terminal, then when you open app again the terminal will be start automatically from where you have closed app.
224230

225231
## `Update v1.0.5`
226232

227-
- Now you can get previous command(history of command) same as Termux feature:
228-
- For previous command -> <kbd>⇑</kbd>
229-
- For next command -> <kbd>⇓</kbd>
233+
- Now you can get previous command(history of command) same as Termux feature:
234+
- For previous command -> <kbd>⇑</kbd>
235+
- For next command -> <kbd>⇓</kbd>
230236

231237
## `Update v1.0.4`
232238

233-
- Now you can use any keyboard in terminal(recommend -> keyboard which contains ctrl key and so on)
234-
- Some Improvement
235-
- There is little bit limitations with keys that will be fixed in next update
236-
- Supported Keys
237-
- <kbd>Enter key</kbd>
238-
- <kbd>Space key</kbd>
239-
- <kbd>Ctrl+C key</kbd>
240-
- <kbd>Delete/Backspace key</kbd>
241-
- Others treated as normal printable keys
239+
- Now you can use any keyboard in terminal(recommend -> keyboard which contains ctrl key and so on)
240+
- Some Improvement
241+
- There is little bit limitations with keys that will be fixed in next update
242+
- Supported Keys
243+
- <kbd>Enter key</kbd>
244+
- <kbd>Space key</kbd>
245+
- <kbd>Ctrl+C key</kbd>
246+
- <kbd>Delete/Backspace key</kbd>
247+
- Others treated as normal printable keys
242248

243249
## `Update v1.0.3`
244250

245-
- Removed deprecated Acode API for smooth functioning in latest Acode
251+
- Removed deprecated Acode API for smooth functioning in latest Acode
246252

247253
## `Update v1.0.2`
248254

249-
- Plugin Setting Ui improved
250-
- For closing the terminal use <code>Ctrl+J</code>
255+
- Plugin Setting Ui improved
256+
- For closing the terminal use <code>Ctrl+J</code>
251257

252258
## `Update v1.0.1`
253259

254-
- Now you can customise terminal, by changing:
255-
- Font Size
256-
- Font Family
257-
- Cursor Style
258-
- Cursor Blink
259-
- Scroll back
260-
- Scroll Sensitivity
261-
- Theme
260+
- Now you can customise terminal, by changing:
261+
- Font Size
262+
- Font Family
263+
- Cursor Style
264+
- Cursor Blink
265+
- Scroll back
266+
- Scroll Sensitivity
267+
- Theme

License.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

0 commit comments

Comments
 (0)