High Contrast theme added.

Sets GUI font to Arial, size 14

version bumped to 0.5.7b2

Issue #19
This commit is contained in:
2023-11-19 01:22:40 +00:00
parent 36003fe73f
commit 64361b2011
6 changed files with 65 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "nvda_voicemeeter"
version = "0.5.7b1"
version = "0.5.7b2"
description = "A Voicemeeter app compatible with NVDA"
authors = [
{ name = "onyx-and-iris", email = "code@onyxandiris.online" },
@@ -23,6 +23,7 @@ build = [
lint = [
"black>=23.7.0",
"ruff>=0.0.291",
"mypy>=1.7.0",
]
test = [
"psgdemos>=1.12.1",