Commit Graph
59 Commits
Author SHA1 Message Date
onyx_online 09270683d9 implement record split
- CLI command added
- GUI button mouse/keyboard events implemented.

closes #1
2025-07-01 12:13:19 +01:00
onyx_online b7c25525a1 catch ConnectionRefusedError as well as TimeoutError
patch bump
v0.3.5
2025-06-30 07:44:23 +01:00
onyx_online c39b909d11 fix gui --theme example 2025-06-30 07:04:33 +01:00
onyx_online 856ab6cbec patch bump v0.3.4 2025-06-30 07:02:10 +01:00
onyx_online c7baa9ffd6 add separate entry point for the GUI. This allows the GUI to run with pythonw (no console) 2025-06-30 07:01:47 +01:00
onyx_online d0401d0457 add keyboard bindings for current+update buttons v0.3.3 2025-06-30 06:28:08 +01:00
onyx_online 8813c25819 set timeout for directory command
initialise current_directory to empty value if the request fails.

patch bump
v0.3.2
2025-06-30 06:17:05 +01:00
onyx_online 6035e09e43 upd screenshot 2025-06-29 16:56:49 +01:00
onyx_online 0fe22debb6 handle TimeoutError
patch bump
v0.3.1
2025-06-29 16:47:24 +01:00
onyx_online d8d7fce5cc reorganise readme 2025-06-29 16:42:08 +01:00
onyx_online ca7604c279 update --help in README 2025-06-29 16:37:26 +01:00
onyx_online 2eb48556ed implement get/set recording directory
closes #3

minor bump
v0.3.0
2025-06-29 16:35:00 +01:00
onyx_online cb892d66d8 run ruff format as well 2025-06-27 12:38:35 +01:00
onyx_online fccef1e2bf rename build workflow to release
add ruff workflow
2025-06-27 12:31:35 +01:00
onyx_online 3c77be2ff9 reword 2025-06-27 08:28:06 +01:00
onyx_online e8d0fcf56d upd button name in README 2025-06-27 08:25:00 +01:00
onyx_online 69a0f607e4 upd screenshot 2025-06-27 08:23:27 +01:00
onyx_online 40429892e8 minor bump v0.2.0 2025-06-27 08:19:42 +01:00
onyx_online 1a5c0d4537 use help output in README 2025-06-27 08:19:18 +01:00
onyx_online ebad2f51c9 upd screenshot 2025-06-27 08:19:08 +01:00
onyx_online 528573cd5a process pause + record mouse/keyboard events 2025-06-27 08:19:02 +01:00
onyx_online 3eb37295c2 register pause + resume as subcommands on the CLI 2025-06-27 08:17:16 +01:00
onyx_online ef68915f6a implement pause + resume 2025-06-27 08:17:04 +01:00
onyx_online b161c1ec3d upd description 2025-06-27 07:54:12 +01:00
onyx_online e37ae8dddc upd screenshot 2025-06-27 07:50:46 +01:00
onyx_online 1d6fbd0bda add tabgroup to mainframe
add pause, split and add chapter buttons to Recorder tab
- they are not implemented yet

add timeouts on requests + handle them

add obs connected status message on GUI load
2025-06-27 07:47:56 +01:00
onyx_online 0814678278 debug should be a hidden option
patch bump
v0.1.7
2025-06-26 14:38:53 +01:00
onyx_online 68041f1406 fix bug with parser (regression)
patch bump
v0.1.6
2025-06-26 09:56:53 +01:00
onyx_online bba2361964 add available themes to --theme help string
patch bump
v0.1.5
2025-06-26 08:56:32 +01:00
onyx_online d8cdae61a9 upd --help output in README 2025-06-26 06:54:47 +01:00
onyx_online a43813fc00 fix help string for theme option 2025-06-26 06:53:36 +01:00
onyx_online 87dbd0b8e5 typo 2025-06-26 06:52:20 +01:00
onyx_online 00dbe43479 patch bump v0.1.4 2025-06-26 06:47:50 +01:00
onyx_online 6bdbb470c9 fix docstring 2025-06-26 06:20:21 +01:00
onyx_online b6c0e9dece update README 2025-06-26 06:16:40 +01:00
onyx_online d28d5a578a add styler module
upd entry point import
2025-06-26 06:16:12 +01:00
onyx_online ae86785ba6 separate the cli commands into different modules
this makes it easier to use them as components of both the cli and the gui.
2025-06-26 06:15:48 +01:00
onyx_online 76815926e9 add custom error class. this allows us to fetch the raw message before it's been coloured. 2025-06-26 06:13:32 +01:00
onyx_online 04b4e5521a decouple the gui from the cli 2025-06-26 06:12:57 +01:00
onyx_online eecd51e0ca add Themes to README 2025-06-25 19:02:31 +01:00
onyx_online 57f2e9deff remove created 2025-06-25 18:50:42 +01:00
onyx_online ca7c60f0e4 add tag trigger to Release v0.1.3 2025-06-25 18:40:30 +01:00
onyx_online c1055408fb fixes double colouring bug
patch bump
2025-06-25 18:29:24 +01:00
onyx_online b22f6f6f95 add created trigger to Release action 2025-06-25 18:18:57 +01:00
onyx_online d2486be29a add more theme options
patch bump
v0.1.2
2025-06-25 18:06:59 +01:00
onyx_online 3c837f337e upd workflow names v0.1.1 2025-06-25 18:01:52 +01:00
onyx_online 1f49dd961f add release workflow 2025-06-25 17:58:01 +01:00
onyx_online 59de0fdc4e add explicit perms 2025-06-25 17:44:49 +01:00
onyx_online ac60cf0c06 upd artifact name 2025-06-25 17:40:20 +01:00
onyx_online 479a447e52 add .gitkeep 2025-06-25 17:37:32 +01:00