6b57cfba57
fix valid_index for karaoke for banana kind
...
work with 0-based indexing throughout the methods and only convert to 1-based indexing for announcements.
2026-03-19 06:17:46 +00:00
0bd28be7b8
fix regression, login should allow a return value of 1.
v1.2.0
2026-03-19 05:42:35 +00:00
f458fb8d0e
minor bump
2026-03-19 05:33:25 +00:00
4c34028194
improve the feedback for some of the binds:
...
- solo + mc will give error warning if not currently using a Strip controller.
- karaoke and mc will give error warning if the Strip controller doesn't have the correct index.
- bus assignments will give error warning if not on a Strip controller.
mono now toggles for the Strip controller but rotates through modes for the Bus controller.
2026-03-19 05:33:16 +00:00
84ee479bf1
Controller no longer subclasses Binds.
...
add some wrapper methods to binds
2026-03-19 05:26:19 +00:00
c3b06cae51
remove on: pull_request
v1.1.1
2026-03-19 04:00:42 +00:00
4c176cfd77
patch bump
...
upd ruff config
2026-03-19 03:58:44 +00:00
df023c67ea
add bump task
2026-03-19 03:58:28 +00:00
8b025206b1
rename exceptions + lint fixes
2026-03-19 03:51:36 +00:00
8e8e3ce8a5
upd pdm badge
2026-02-22 11:40:08 +00:00
e565283827
upd tag pattern
2025-02-18 11:25:00 +00:00
2d194e8e67
upd build_addon workflow
2025-02-18 11:24:02 +00:00
3aab5922ab
rename build command to avoid overriding built-in
2025-02-14 23:33:34 +00:00
1fb435416f
run scons with pdm
2025-02-14 14:32:53 +00:00
40aaeb4c54
add ignore
2025-02-14 11:57:43 +00:00
17cdd84c51
add Taskfile
...
invoke tasks from pdm
2025-02-14 11:44:52 +00:00
43379f1b09
fix path in release step
2025-01-24 01:41:40 +00:00
dc9ac5ddc3
add name to download action
2025-01-24 01:31:27 +00:00
9764b9d827
upd workflow
2025-01-24 01:05:57 +00:00
d95a2280c6
minor bump
...
update README with example bits in config
v1.1.0
2025-01-24 00:49:55 +00:00
5534381981
reduce min supported version to 2022.1.0 (unsure if this is earliest it will work so we'll see)
2025-01-24 00:49:41 +00:00
0522b69420
read bits from config, defaults to cdll.BITS
...
reflect change in script_announce_voicemeeter_version
2025-01-24 00:48:59 +00:00
68462016a5
repackage with pdm
...
add pdm build/copy scripts
update README
v1.0.0
2025-01-23 20:05:50 +00:00
b090c359b4
re-run through ruff formatter
2025-01-23 20:04:48 +00:00
1b5cfacf4f
Merge pull request #1 from onyx-and-iris/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
...
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2024-09-04 09:23:37 +01:00
dependabot[bot]
30c2608e6c
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 08:19:42 +00:00
b988879c86
fix nvda link
2023-10-01 12:19:54 +01:00
8a79005d6f
adds badges, links to README
2023-10-01 12:18:20 +01:00
26de3d90b9
script_karaoke should read back the karoke mode
...
bump to 0.6
v.0.6
2023-09-29 18:19:16 +01:00
e14ea5f23c
swap class inheritance order
2023-09-28 15:24:11 +01:00
e9b9295a46
removes unnecessary import
2023-09-27 21:27:10 +01:00
2db268551c
adds modify bus assignment binds
...
to configuration section in readme
2023-09-27 21:22:34 +01:00
0be7919f12
add Bus Assignments to README
2023-09-27 21:17:58 +01:00
ab728f0a32
fix bug bind overrides
2023-09-27 19:18:52 +01:00
050e0336b8
add voicemeeter kinds to README
2023-09-27 19:09:09 +01:00
f49b04d4f6
adds Configuration section to README
2023-09-27 18:51:51 +01:00
c9781ff92a
bump to 0.5
v.0.5
2023-09-27 18:39:09 +01:00
bfccc323f1
slider mode commands split up
...
config.py added. loads custom user settings
_make_gestures moved into util.py
2023-09-27 18:38:13 +01:00
86dbe0b335
add Install section to README
2023-09-27 16:53:02 +01:00
82f32643d6
fix typo
2023-09-27 16:47:11 +01:00
51ccd76c2a
adds version number to
...
announce_voicemeeter_version
2023-09-27 15:58:08 +01:00
149ed73605
swap Copy-Item for Robocopy
2023-09-27 14:46:37 +01:00
ecca4c65c8
add pyproject.toml
2023-09-27 14:16:52 +01:00
770a7742a2
add headers
2023-09-24 19:22:50 +01:00
2ca201af3a
bump to
2023-09-24 19:20:01 +01:00
15a1747921
add Keybinds section to README
2023-09-24 19:16:32 +01:00
bac1fb09ec
fix __name__
2023-09-24 18:31:06 +01:00
f24ef8442e
move vm_path and dll loading into cdll.py
...
define binds explicitly in Binds.
bump to version 0.3
2023-09-24 17:25:43 +01:00
1b2608801f
slider mode binds implemented
...
bump to version 0.2
2023-09-24 16:35:00 +01:00
c9ae271cf4
upd buildvars
v.0.1
2023-09-23 22:56:55 +01:00