Compare commits

..

2 commits

Author SHA1 Message Date
JOhn
e8a1658d43 update: bumped gui version 2026-05-10 19:07:25 -04:00
JOhn
d5eff5b7ac update: new ui for ticket system 2026-05-10 19:07:04 -04:00
2 changed files with 942 additions and 41 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[project] [project]
name = "sp-hydra-veil-gui" name = "sp-hydra-veil-gui"
version = "2.2.6" version = "2.2.7"
authors = [ authors = [
{ name = "Simplified Privacy" }, { name = "Simplified Privacy" },
] ]
@ -12,7 +12,7 @@ classifiers = [
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
] ]
dependencies = [ dependencies = [
"sp-hydra-veil-core == 2.2.1", "sp-hydra-veil-core == 2.3.1",
"pyperclip ~= 1.9.0", "pyperclip ~= 1.9.0",
"pyqt6 ~= 6.7.1", "pyqt6 ~= 6.7.1",
"qrcode[pil] ~= 8.2" "qrcode[pil] ~= 8.2"