-
9860ee3286
ci: remove pylint
main
Himadri Bhattacharjee
2025-12-27 15:58:42 +05:30
-
93b7f4841d
Merge pull request #4 from lavafroth/python-exec
Himadri Bhattacharjee
2025-12-27 15:50:43 +05:30
-
-
0d036fbda7
chore: update project description
Himadri Bhattacharjee
2025-12-27 15:50:13 +05:30
-
9f8e5a3a19
docs: update install instructions
Himadri Bhattacharjee
2025-12-27 15:45:09 +05:30
-
ba7a45eb62
deps: remove mpy cross
Himadri Bhattacharjee
2025-12-27 14:47:36 +05:30
-
b52f8c1ae7
fix: build script yields little to no performance gains
Himadri Bhattacharjee
2025-12-02 11:23:03 +05:30
-
6777fed3bd
feat: add circuitpython dependencies with uv
Himadri Bhattacharjee
2025-12-02 03:18:41 +05:30
-
2563c7fe08
feat: move from ducky script to python
Himadri Bhattacharjee
2025-12-01 15:45:42 +05:30
-
-
6e20e7e61e
fix(ui): capture tabs in the editor
Himadri Bhattacharjee
2025-12-01 15:37:30 +05:30
-
919a9092b6
fix(a11y): use buttons instead of divs
Himadri Bhattacharjee
2024-02-18 09:34:48 +05:30
-
5ecb678c49
fix: replace broken link to wiki
Himadri Bhattacharjee
2023-08-16 11:50:14 +05:30
-
bb778dade5
Merge pull request #1 from lavafroth/autorun-boot-script
v1.2.0
Himadri Bhattacharjee
2023-08-12 05:48:52 +00:00
-
-
1da6232bf9
doc: document the new entrypoint
Himadri Bhattacharjee
2023-08-12 11:07:29 +05:30
-
43b911d3e2
fix: asynchronously run boot script alongside setting up the server
Himadri Bhattacharjee
2023-08-12 11:04:12 +05:30
-
1fadfd0bb2
fix: import run_script_file from ducky module
Himadri Bhattacharjee
2023-08-12 09:41:35 +05:30
-
41eedec438
refactor: move common functionality into separate function
Himadri Bhattacharjee
2023-08-12 09:34:03 +05:30
-
30fc09bfca
doc: document run_boot_script
Himadri Bhattacharjee
2023-08-12 09:23:27 +05:30
-
4626de8d34
ui: make file list more accessible for small screens, adds checkmark for setting file name
Himadri Bhattacharjee
2023-08-12 09:21:46 +05:30
-
b761c66091
feat: adds experimental ability to autorun boot.dd
Himadri Bhattacharjee
2023-08-05 15:24:06 +05:30
-
-
a1f69f5ecc
feat: update code and build script for circuitpython 8.1.0
v1.1.0
Himadri Bhattacharjee
2023-06-11 10:46:35 +05:30
-
1acae6a5e6
chore: add .pylintrc
Himadri Bhattacharjee
2023-06-09 10:13:01 +05:30
-
66b29ac1a2
chore: fix all pylint warnings
Himadri Bhattacharjee
2023-06-09 10:10:40 +05:30
-
ead3afeaaf
chore: fix pylint warnings for boot.py, code.py and logs.py
Himadri Bhattacharjee
2023-06-09 09:42:46 +05:30
-
5f91021b82
Adds pylint workflow
Himadri Bhattacharjee
2023-06-09 03:25:20 +00:00
-
0f8605b0f9
feat: UI enhancements
Himadri Bhattacharjee
2023-04-15 19:12:07 +05:30
-
62188833f7
Use server.serve_forever instead of manually polling events.
Himadri Bhattacharjee
2023-03-25 14:46:50 +05:30
-
beb2f60e0f
Adds preview to README.
Himadri Bhattacharjee
2023-03-24 19:57:56 +05:30
-
3def1f28ab
UI/UX: Fixes logging pane scrolling. Adds auto scroll on output.
v1.0.1
Himadri Bhattacharjee
2023-03-24 14:58:24 +05:30
-
38b371caa2
Use warn and info functions for appending to log queue.
Himadri Bhattacharjee
2023-03-24 14:57:32 +05:30
-
1364a38c9e
Build script removes old artifacts for rebuilds.
Himadri Bhattacharjee
2023-03-24 14:56:59 +05:30
-
5b3c4dde21
Fix build script file copying issue.
v1.0.0
Himadri Bhattacharjee
2023-03-24 14:06:26 +05:30
-
14660ce237
UI/UX: Fixes sidebar width inconsistency. Use footer class for logs.
Himadri Bhattacharjee
2023-03-24 13:40:09 +05:30
-
483585dd82
Fixes log pane: uses line breaks instead of newline characters.
Himadri Bhattacharjee
2023-03-24 13:39:07 +05:30
-
6931c34df0
Simplify build file.
Himadri Bhattacharjee
2023-03-24 12:53:29 +05:30
-
7d8e407d88
Cross compile source files into bytecode using mpy-cross.
Himadri Bhattacharjee
2023-03-24 12:32:31 +05:30
-
fa77e4391e
Create file from path and not filename.
Himadri Bhattacharjee
2023-03-24 11:25:04 +05:30
-
f707490be2
Remove todo from README since it is implemented.
Himadri Bhattacharjee
2023-03-24 10:30:37 +05:30
-
1c08c9e710
Fix calling log function
Himadri Bhattacharjee
2023-03-24 10:25:12 +05:30
-
dd89db17bf
Adds gitignore.
Himadri Bhattacharjee
2023-03-24 10:04:21 +05:30
-
a4f8ed1112
Adds logging functionality to frontend. Reduces cyclomatic complexity with subroutines.
Himadri Bhattacharjee
2023-03-24 10:02:14 +05:30
-
53908f3b41
Link to quick start guide from README.
Himadri Bhattacharjee
2023-03-15 14:07:21 +05:30
-
42eb63ada2
Adds todo to README.
Himadri Bhattacharjee
2023-03-15 14:05:30 +05:30
-
d63a1acc15
Moves documentation to wiki pages
Himadri Bhattacharjee
2023-01-30 08:22:37 +05:30
-
70cdd56510
Adds link to developer setup subheading
Himadri Bhattacharjee
2023-01-29 10:36:40 +05:30
-
0beee68c2c
Adds prebuilt binary option to setup guides
Himadri Bhattacharjee
2023-01-29 10:31:48 +05:30
-
2d4715bba7
Fixes typo
v0.1.0-alpha
Himadri Bhattacharjee
2023-01-29 10:06:36 +05:30
-
749707508a
Adds video guide link and replaces boot.py with boot.dd
Himadri Bhattacharjee
2023-01-28 19:32:17 +05:30
-
ecc6807215
Fixes request being undefined
Himadri Bhattacharjee
2023-01-27 14:28:18 +05:30
-
4de36fe22c
Refactors ducky.py, unrolls redundant function calls
Himadri Bhattacharjee
2023-01-27 14:09:27 +05:30
-
b90392d2e2
Fix documentation teminology
Himadri Bhattacharjee
2023-01-27 10:20:08 +05:30
-
7868bbac6c
Improves documentation
Himadri Bhattacharjee
2023-01-27 10:17:50 +05:30
-
35b31cf268
Renames lengthy environment variable
Himadri Bhattacharjee
2023-01-27 09:23:20 +05:30
-
7abc466b16
Initial commit
Himadri Bhattacharjee
2023-01-26 19:10:16 +05:30