supervertaler 1.9.113__py3-none-any.whl → 1.9.114__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- Supervertaler.py +2 -2
- modules/unified_prompt_manager_qt.py +7 -0
- {supervertaler-1.9.113.dist-info → supervertaler-1.9.114.dist-info}/METADATA +1 -1
- {supervertaler-1.9.113.dist-info → supervertaler-1.9.114.dist-info}/RECORD +8 -8
- {supervertaler-1.9.113.dist-info → supervertaler-1.9.114.dist-info}/WHEEL +0 -0
- {supervertaler-1.9.113.dist-info → supervertaler-1.9.114.dist-info}/entry_points.txt +0 -0
- {supervertaler-1.9.113.dist-info → supervertaler-1.9.114.dist-info}/licenses/LICENSE +0 -0
- {supervertaler-1.9.113.dist-info → supervertaler-1.9.114.dist-info}/top_level.txt +0 -0
Supervertaler.py
CHANGED
|
@@ -3,7 +3,7 @@ Supervertaler
|
|
|
3
3
|
=============
|
|
4
4
|
The Ultimate Translation Workbench.
|
|
5
5
|
Modern PyQt6 interface with specialised modules to handle any problem.
|
|
6
|
-
Version: 1.9.
|
|
6
|
+
Version: 1.9.114 (AI Assistant diagnostic logging)
|
|
7
7
|
Release Date: January 19, 2026
|
|
8
8
|
Framework: PyQt6
|
|
9
9
|
|
|
@@ -34,7 +34,7 @@ License: MIT
|
|
|
34
34
|
"""
|
|
35
35
|
|
|
36
36
|
# Version Information.
|
|
37
|
-
__version__ = "1.9.
|
|
37
|
+
__version__ = "1.9.114"
|
|
38
38
|
__phase__ = "0.9"
|
|
39
39
|
__release_date__ = "2026-01-18"
|
|
40
40
|
__edition__ = "Qt"
|
|
@@ -2828,6 +2828,13 @@ If the text refers to figures (e.g., 'Figure 1A'), relevant images may be provid
|
|
|
2828
2828
|
# Fallback to module function (legacy path)
|
|
2829
2829
|
api_keys = load_api_keys()
|
|
2830
2830
|
|
|
2831
|
+
# Debug: Log which keys were found (without exposing the actual keys)
|
|
2832
|
+
key_names = [k for k in api_keys.keys() if api_keys.get(k)]
|
|
2833
|
+
if key_names:
|
|
2834
|
+
self.log_message(f"🔑 Found API keys for: {', '.join(key_names)}")
|
|
2835
|
+
else:
|
|
2836
|
+
self.log_message("⚠ No API keys found in api_keys.txt")
|
|
2837
|
+
|
|
2831
2838
|
# Try to use the same provider as main app if available
|
|
2832
2839
|
provider = None
|
|
2833
2840
|
model = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: supervertaler
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.114
|
|
4
4
|
Summary: Professional AI-powered translation workbench with multi-LLM support, glossary system, TM, spellcheck, voice commands, and PyQt6 interface. Batteries included (core).
|
|
5
5
|
Home-page: https://supervertaler.com
|
|
6
6
|
Author: Michael Beijer
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Supervertaler.py,sha256=
|
|
1
|
+
Supervertaler.py,sha256=KuDtE0913mMgdF1Aku7fdKEJR7ipeHvXpJo67r_ifdQ,2124860
|
|
2
2
|
modules/__init__.py,sha256=G58XleS-EJ2sX4Kehm-3N2m618_W2Es0Kg8CW_eBG7g,327
|
|
3
3
|
modules/ai_actions.py,sha256=i5MJcM-7Y6CAvKUwxmxrVHeoZAVtAP7aRDdWM5KLkO0,33877
|
|
4
4
|
modules/ai_attachment_manager.py,sha256=mA5ISI22qN9mH3DQFF4gOTciDyBt5xVR7sHTkgkTIlw,11361
|
|
@@ -73,13 +73,13 @@ modules/translation_memory.py,sha256=U-deNPybG2PKeEt2LSTZv0Ziu5VwxkH2BsuCCXbpalc
|
|
|
73
73
|
modules/translation_results_panel.py,sha256=DmEe0pZRSfcZFg2cWeEREK7H9vrTcPkgeuMW54Pgrys,92505
|
|
74
74
|
modules/translation_services.py,sha256=lyVpWuZK1wtVtYZMDMdLoq1DHBoSaeAnp-Yejb0TlVQ,10530
|
|
75
75
|
modules/unified_prompt_library.py,sha256=f9C0oTmOCCL5yzDrTpPPPWk_67uwFnH1-wOGyqaYIBA,25862
|
|
76
|
-
modules/unified_prompt_manager_qt.py,sha256=
|
|
76
|
+
modules/unified_prompt_manager_qt.py,sha256=x6MwpLb2hZcjhKKqkVvDNsJb5I8o2vML443hHADmQ08,160675
|
|
77
77
|
modules/voice_commands.py,sha256=iBb-gjWxRMLhFH7-InSRjYJz1EIDBNA2Pog8V7TtJaY,38516
|
|
78
78
|
modules/voice_dictation.py,sha256=QmitXfkG-vRt5hIQATjphHdhXfqmwhzcQcbXB6aRzIg,16386
|
|
79
79
|
modules/voice_dictation_lite.py,sha256=jorY0BmWE-8VczbtGrWwt1zbnOctMoSlWOsQrcufBcc,9423
|
|
80
|
-
supervertaler-1.9.
|
|
81
|
-
supervertaler-1.9.
|
|
82
|
-
supervertaler-1.9.
|
|
83
|
-
supervertaler-1.9.
|
|
84
|
-
supervertaler-1.9.
|
|
85
|
-
supervertaler-1.9.
|
|
80
|
+
supervertaler-1.9.114.dist-info/licenses/LICENSE,sha256=m28u-4qL5nXIWnJ6xlQVw__H30rWFtRK3pCOais2OuY,1092
|
|
81
|
+
supervertaler-1.9.114.dist-info/METADATA,sha256=WoCfudkW7C-792FzrMAIBW_4Z6wWLbAFIUWIoQttprU,39771
|
|
82
|
+
supervertaler-1.9.114.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
83
|
+
supervertaler-1.9.114.dist-info/entry_points.txt,sha256=NP4hiCvx-_30YYKqgr-jfJYQvHr1qTYBMfoVmKIXSM8,53
|
|
84
|
+
supervertaler-1.9.114.dist-info/top_level.txt,sha256=9tUHBYUSfaE4S2E4W3eavJsDyYymkwLfeWAHHAPT6Dk,22
|
|
85
|
+
supervertaler-1.9.114.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|