|
293bccc5ba
|
call task from poe
remove build.ps1 and scripts.py
|
2025-02-13 16:23:35 +00:00 |
|
|
1d8ffdc756
|
mark rewrite,restore tasks as internal
|
2025-02-12 18:26:43 +00:00 |
|
|
e4d87334cb
|
reformat
|
2025-02-07 22:58:30 +00:00 |
|
|
ad3020809e
|
merge commands
|
2025-02-07 16:37:00 +00:00 |
|
|
76c6630892
|
fix deferred task
|
2025-02-07 15:09:36 +00:00 |
|
|
cc46fc31f8
|
upd build script, format files/dirs the same as Taskfile
|
2025-02-07 15:09:21 +00:00 |
|
|
8657e8846a
|
add Taskfile
|
2025-02-07 14:53:21 +00:00 |
|
|
43aad156a0
|
upd flags passed to rewriter
|
2025-02-07 14:53:07 +00:00 |
|
|
5101ff01f2
|
change --cleanup flag for --restore
run file through ruff formatter
|
2025-02-07 14:52:40 +00:00 |
|
|
c437ae5843
|
rename entry points
|
2025-01-29 15:55:24 +00:00 |
|
|
ae59ba30f9
|
add 1.9.8 section to CHANGELOG
|
2025-01-22 16:46:25 +00:00 |
|
|
a3fa227ac1
|
patch bump
|
2025-01-22 16:38:52 +00:00 |
|
|
b1b6c66828
|
reduce the time vban menus are re-enabled after a disconnect
|
2025-01-22 16:38:44 +00:00 |
|
|
cb00de36f0
|
add _internal/configs to config paths.
vm-compact dirs now override _internal/config
upd README TOML Files section
|
2025-01-22 16:30:06 +00:00 |
|
|
ae200068d0
|
upd vban-cmd dep
|
2025-01-17 03:06:55 +00:00 |
|
|
b720494c68
|
add gui scripts
|
2025-01-16 20:38:29 +00:00 |
|
|
6e6308a17f
|
patch bump
|
2025-01-15 21:03:40 +00:00 |
|
|
848248d02b
|
run example snippet through formatter
|
2025-01-15 20:58:47 +00:00 |
|
|
e4fc68c1ad
|
re-run through ruff formatter
|
2025-01-15 20:56:37 +00:00 |
|
|
752d1d7dd9
|
add ruff badge
|
2025-01-15 20:56:25 +00:00 |
|
|
70c225bda3
|
upd spec path
|
2025-01-15 20:56:11 +00:00 |
|
|
f459cdee44
|
remake pyproject with poetry 2
|
2025-01-15 20:10:30 +00:00 |
|
|
198c08003e
|
use {Bus}.mode.get() to fetch current bus mode
vban-cmd dep bump
patch bump
|
2024-07-05 18:06:22 +01:00 |
|
|
6fa9bf7131
|
add 1.9.5 section to CHANGELOG
|
2024-07-03 08:06:06 +01:00 |
|
|
c3f20ea43f
|
patch bump
|
2024-07-03 07:57:21 +01:00 |
|
|
2e868705d5
|
bump dependencies
|
2024-07-02 22:24:51 +01:00 |
|
|
df6f215514
|
Merge pull request #18 from onyx-and-iris/dependabot/pip/black-24.3.0
Bump black from 22.12.0 to 24.3.0
|
2024-03-28 16:10:04 +00:00 |
|
dependabot[bot]
|
0a5987631f
|
Bump black from 22.12.0 to 24.3.0
Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.12.0...24.3.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-28 16:09:32 +00:00 |
|
|
3d3bc71d15
|
upd rewriter to reflect changes to pyinstaller
|
2024-01-30 15:07:20 +00:00 |
|
|
7b148b2614
|
upd build dep pyinstaller
|
2024-01-30 14:11:13 +00:00 |
|
|
ef558fdde6
|
dependency updates
|
2024-01-30 11:09:15 +00:00 |
|
|
c684ed9981
|
should a config be loaded during engine startup
bypass _base_values.run_update
patch bump
|
2023-09-07 08:39:20 +01:00 |
|
|
1498daf36f
|
refactor
|
2023-08-28 05:17:54 +01:00 |
|
|
e964c94d07
|
update dependency groups
|
2023-08-27 18:42:26 +01:00 |
|
|
9f20225a59
|
build scripts added
|
2023-08-27 02:41:07 +01:00 |
|
|
f63c36c94a
|
add poetry badge to readme
|
2023-08-19 19:58:27 +01:00 |
|
|
c2db0f2757
|
dependencies updated.
patch bump
|
2023-08-06 23:16:20 +01:00 |
|
|
bfb0482c32
|
on_close_window() callback added.
cleanly shuts down vban connection on windows close
if vban connected.
|
2023-08-06 23:15:54 +01:00 |
|
|
6222ab1e62
|
id renamed to identifier in _make_channelframe()
label_cache arrays now initialised with empty strings
update_levels() now called when initialising ChannelFrame
|
2023-08-06 23:15:08 +01:00 |
|
|
0ad40ab708
|
use vm.version for healthcheck
update deps
patch bump
|
2023-07-13 01:32:01 +01:00 |
|
|
b809bcb28f
|
1.9.0 section added to changelog
minor version bump
|
2023-07-11 08:36:19 +01:00 |
|
|
a0b9a92a2a
|
added healthcheck_step
checks connection to Voicemeeter.
|
2023-07-11 08:35:23 +01:00 |
|
|
9faf8ae10c
|
easier to read
|
2023-07-11 01:27:05 +01:00 |
|
|
82cf0e914b
|
wrap button callbacks with {cls}.pause_updates()
|
2023-07-11 01:26:46 +01:00 |
|
|
3e68488231
|
bump deps
|
2023-07-08 18:19:06 +01:00 |
|
|
6d46d9a9a5
|
userconfigs now returns target.configs
patch bump
|
2023-07-08 00:22:07 +01:00 |
|
|
e4068277f7
|
ensure we don't attempt to delete a menu key twice
patch bump
|
2023-07-07 03:37:06 +01:00 |
|
|
674999a461
|
remove callbacks instead
patch bump
|
2023-06-30 04:27:10 +01:00 |
|
|
e5975f0772
|
fixes bug where old configs may not have new keys
patch bump
|
2023-06-29 19:13:06 +01:00 |
|
|
59d2a95ec4
|
1.8.0 section added to changelog
minor bump
|
2023-06-29 18:24:54 +01:00 |
|