supervertaler 1.9.186__tar.gz → 1.9.198__tar.gz

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.

Potentially problematic release.


This version of supervertaler might be problematic. Click here for more details.

Files changed (389) hide show
  1. {supervertaler-1.9.186 → supervertaler-1.9.198}/CHANGELOG.md +179 -1
  2. {supervertaler-1.9.186 → supervertaler-1.9.198}/FAQ.md +28 -0
  3. {supervertaler-1.9.186 → supervertaler-1.9.198}/PKG-INFO +1 -1
  4. {supervertaler-1.9.186 → supervertaler-1.9.198}/Supervertaler.py +1273 -236
  5. supervertaler-1.9.198/assets/scrollbar_down.png +0 -0
  6. supervertaler-1.9.198/assets/scrollbar_up.png +0 -0
  7. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/index.html +21 -5
  8. supervertaler-1.9.198/docs/screenshots/QuickTrans.png +0 -0
  9. supervertaler-1.9.198/docs/screenshots/Supervertalerv1.9.195_2026-02-02.png +0 -0
  10. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/reference/faq.md +28 -0
  11. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/keyboard_shortcuts_widget.py +76 -8
  12. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/llm_clients.py +58 -33
  13. supervertaler-1.9.198/modules/quicktrans.py +670 -0
  14. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/shortcut_manager.py +19 -5
  15. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/statuses.py +2 -2
  16. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/superlookup.py +3 -3
  17. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/unified_prompt_manager_qt.py +22 -1
  18. {supervertaler-1.9.186 → supervertaler-1.9.198}/pyproject.toml +1 -1
  19. {supervertaler-1.9.186 → supervertaler-1.9.198}/supervertaler.egg-info/PKG-INFO +1 -1
  20. {supervertaler-1.9.186 → supervertaler-1.9.198}/supervertaler.egg-info/SOURCES.txt +5 -0
  21. {supervertaler-1.9.186 → supervertaler-1.9.198}/LICENSE +0 -0
  22. {supervertaler-1.9.186 → supervertaler-1.9.198}/MANIFEST.in +0 -0
  23. {supervertaler-1.9.186 → supervertaler-1.9.198}/README.md +0 -0
  24. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/ICON_CONVERSION_GUIDE.md +0 -0
  25. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/MB.ico +0 -0
  26. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/README.md +0 -0
  27. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/README_ICONS.md +0 -0
  28. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/arrow_left_dark.png +0 -0
  29. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/arrow_left_light.png +0 -0
  30. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/arrow_right_dark.png +0 -0
  31. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/arrow_right_light.png +0 -0
  32. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/generate_icons.py +0 -0
  33. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon.ico +0 -0
  34. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_128.png +0 -0
  35. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_16x16.png +0 -0
  36. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_24.png +0 -0
  37. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_256.png +0 -0
  38. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_256x256.png +0 -0
  39. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_32.png +0 -0
  40. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_32x32.png +0 -0
  41. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_48.png +0 -0
  42. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_48x48.png +0 -0
  43. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_64.png +0 -0
  44. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_preview.html +0 -0
  45. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_sv_modern.svg +0 -0
  46. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_sv_modern_paths.svg +0 -0
  47. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_sv_simple.svg +0 -0
  48. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/icon_sv_website.svg +0 -0
  49. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/patent-drawing-1951.jpg +0 -0
  50. {supervertaler-1.9.186 → supervertaler-1.9.198}/assets/supervertaler_icon_colours.png +0 -0
  51. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/.nojekyll +0 -0
  52. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/CNAME +0 -0
  53. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/SIMILAR_APPS.md +0 -0
  54. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/apple-touch-icon.png +0 -0
  55. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/BUGFIX_README.md +0 -0
  56. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/CHANGELIST.md +0 -0
  57. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/CHANGELOG_Old.md +0 -0
  58. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/FAQ.md +0 -0
  59. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/INSTALLATION_v1.7.8.md +0 -0
  60. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/PROJECT_ORGANIZATION.md +0 -0
  61. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/TERMBASE_REFACTORING_SUMMARY.md +0 -0
  62. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/USER_GUIDE_v1.7.8.md +0 -0
  63. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/VERIFICATION_CHECKLIST.md +0 -0
  64. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/BEFORE_AFTER_COMPARISON.md +0 -0
  65. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/BUGFIX_SESSION_SUMMARY.md +0 -0
  66. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/COLOR_SCHEME_REFERENCE.md +0 -0
  67. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/COMPACT_LAYOUT_CHANGELOG.md +0 -0
  68. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/COMPACT_LAYOUT_DOCUMENTATION_INDEX.md +0 -0
  69. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/COMPACT_LAYOUT_IMPLEMENTATION_SUMMARY.md +0 -0
  70. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/COMPACT_LAYOUT_UPDATE.md +0 -0
  71. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/COMPLETE_IMPLEMENTATION_SUMMARY.md +0 -0
  72. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/COMPLETE_PROJECT_SUMMARY.md +0 -0
  73. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/DATABASE_FINAL_SUMMARY.md +0 -0
  74. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/DATABASE_IMPLEMENTATION.md +0 -0
  75. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/DATABASE_PRODUCTION_READY.md +0 -0
  76. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/DATABASE_QUICK_REFERENCE.md +0 -0
  77. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/DUAL_VERSION_STRATEGY.md +0 -0
  78. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/FINAL_SESSION_SUMMARY.md +0 -0
  79. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/FOLDER_STRUCTURE_UPDATE.md +0 -0
  80. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/GITHUB_PAGES_SETUP.md +0 -0
  81. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/IMPLEMENTATION_CHECKLIST.md +0 -0
  82. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/IMPLEMENTATION_COMPLETE.md +0 -0
  83. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/IMPLEMENTATION_COMPLETE_COMPACT_LAYOUT.md +0 -0
  84. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/IMPLEMENTATION_READY.md +0 -0
  85. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/IMPLEMENTATION_STATUS_PHASE2_READY.md +0 -0
  86. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/KEYBOARD_SHORTCUTS_MATCHES.md +0 -0
  87. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/LAYOUT_BEFORE_AFTER.md +0 -0
  88. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/MASTER_INDEX.md +0 -0
  89. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/MATCH_DISPLAY_IMPROVEMENTS.md +0 -0
  90. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/MATCH_DISPLAY_LONG_SEGMENTS_UPDATE.md +0 -0
  91. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/MATCH_DISPLAY_QUICK_REFERENCE.md +0 -0
  92. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/MATCH_INSERTION_FEATURES.md +0 -0
  93. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/MATCH_SHORTCUTS_QUICK_REF.md +0 -0
  94. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/MODULAR_ARCHITECTURE_GUIDE.md +0 -0
  95. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/PHASE2_IMPLEMENTATION_CHECKLIST.md +0 -0
  96. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/PHASE2_IMPLEMENTATION_DETAILED_CHECKLIST.md +0 -0
  97. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/PHASE2_IMPLEMENTATION_IN_PROGRESS.md +0 -0
  98. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/PHASE2_NEXT_STEPS.md +0 -0
  99. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/PHASE2_READY_TO_IMPLEMENT.md +0 -0
  100. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/PHASE2_START_HERE.md +0 -0
  101. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/QT_MIGRATION_PLAN.md +0 -0
  102. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/QT_SESSION_SUMMARY.md +0 -0
  103. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/QUICK_SESSION_SUMMARY.md +0 -0
  104. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/RELEASE_Qt_v1.0.0_Phase5.md +0 -0
  105. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/RELEASE_v1.9.38.md +0 -0
  106. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/RELEASE_v3.7.1.md +0 -0
  107. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/RELEASE_v3.7.6.md +0 -0
  108. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/RELEASE_v3.7.7.md +0 -0
  109. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/RESTRUCTURE_COMPLETE.md +0 -0
  110. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/SESSION_DOCUMENTATION_INDEX.md +0 -0
  111. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/SESSION_IMPLEMENTATION_SUMMARY.md +0 -0
  112. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/SESSION_LONG_SEGMENTS_COMPLETE.md +0 -0
  113. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/SESSION_MATCH_FEATURES_COMPLETE.md +0 -0
  114. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/SESSION_STATUS.md +0 -0
  115. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/SESSION_SUMMARY_Phase5.md +0 -0
  116. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/START_HERE.md +0 -0
  117. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/START_IMPLEMENTATION_HERE.md +0 -0
  118. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/STYLE_GUIDES_DELIVERABLES.md +0 -0
  119. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/STYLE_GUIDES_DOCUMENTATION_INDEX.md +0 -0
  120. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/STYLE_GUIDES_FEATURE_SUMMARY.md +0 -0
  121. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/STYLE_GUIDES_IMPLEMENTATION.md +0 -0
  122. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/STYLE_GUIDES_PROJECT_COMPLETION.md +0 -0
  123. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/STYLE_GUIDES_QUICK_REFERENCE.md +0 -0
  124. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/STYLE_GUIDES_VISUAL_ARCHITECTURE.md +0 -0
  125. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TERMBASE_FIXES.md +0 -0
  126. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TERMBASE_IMPLEMENTATION.md +0 -0
  127. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TERMBASE_QUICK_START.md +0 -0
  128. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TMX_CONCORDANCE_STYLE_HIGHLIGHTING.md +0 -0
  129. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TMX_DUAL_HIGHLIGHTING.md +0 -0
  130. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TMX_EDITOR_HIGHLIGHTING_UPDATE.md +0 -0
  131. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TMX_EDITOR_IMPLEMENTATION.md +0 -0
  132. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TMX_EDITOR_WORD_HIGHLIGHTING.md +0 -0
  133. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TMX_TABLE_LAYOUT_INTEGRATED_EDIT.md +0 -0
  134. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TMX_TREEVIEW_GRID_RESIZABLE.md +0 -0
  135. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TMX_WORD_HIGHLIGHTING_IMPLEMENTATION_COMPLETE.md +0 -0
  136. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TMX_WORD_HIGHLIGHTING_SUMMARY.md +0 -0
  137. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TM_MATCH_PANE_CHECKLIST.md +0 -0
  138. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TM_MATCH_PANE_IMPLEMENTATION.md +0 -0
  139. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/TM_MATCH_PANE_VISUAL_GUIDE.md +0 -0
  140. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/VISUAL_COLOR_REFERENCE.md +0 -0
  141. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/development/VISUAL_IMPLEMENTATION_SUMMARY.md +0 -0
  142. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/COLOR_FIX_EXPLANATION.md +0 -0
  143. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/DATABASE_CONSOLIDATION_REPORT.md +0 -0
  144. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/DUAL_EDITOR_WORKFLOW.md +0 -0
  145. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/DUAL_SELECTION_SYSTEM.md +0 -0
  146. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/IMPROVEMENTS_SUMMARY.md +0 -0
  147. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/ISSUES_FIXES_PROGRESS.md +0 -0
  148. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/MATCH_DISPLAY_COMPACT_FIXES.md +0 -0
  149. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/README_SESSION_TERMBASE.md +0 -0
  150. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/SAFE_DELETION_REMINDER.txt +0 -0
  151. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/SESSION_SUMMARY.md +0 -0
  152. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/TERMBASE_FIXES_APPLIED.md +0 -0
  153. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/TESTING_CHECKLIST.md +0 -0
  154. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/TMX_EDITOR_ANNOUNCEMENT.md +0 -0
  155. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/archive/sessions/TRANSLATION_RESULTS_IMPROVEMENTS.md +0 -0
  156. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/assets/Figure1.png +0 -0
  157. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/assets/patent-drawing-1951.jpg +0 -0
  158. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/changelog.html +0 -0
  159. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/dev-notes/QA.md +0 -0
  160. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/dev-notes/STYLE_GUIDES_UI_TEMPLATE.py +0 -0
  161. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/dev-notes/_Notes_2025-11-21.md +0 -0
  162. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/dev-notes/_things_to_remind_AIs_of_when_translating.md +0 -0
  163. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/dev-notes/issue_28.md +0 -0
  164. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/dev-notes/openai_debug.txt +0 -0
  165. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/dev-notes/pre-translation-dialog-enhancement.md +0 -0
  166. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/emoji_mockup.html +0 -0
  167. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/favicon.ico +0 -0
  168. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/guides/AI_PROMPT_ASSISTANT_USER_GUIDE.md +0 -0
  169. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/guides/ENCODING_REPAIR_TOOL.md +0 -0
  170. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/guides/FAQ.md +0 -0
  171. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/guides/GLOSSARY_OF_SUPERVERTALER_TERMINOLOGY.md +0 -0
  172. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/guides/JSON_EDITORS_AND_HUMAN_READABLE_FORMAT.md +0 -0
  173. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/guides/KEYBOARD_SHORTCUTS.md +0 -0
  174. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/guides/PDF_RESCUE.md +0 -0
  175. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/guides/PROMPT_ASSISTANT_USER_GUIDE.md +0 -0
  176. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/guides/QT_SETTINGS_DIALOG_GUIDE.md +0 -0
  177. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/guides/TERM_EXTRACTION_GUIDE.md +0 -0
  178. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/guides/USER_DATA_FOLDER_SETUP.md +0 -0
  179. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/idea_beijer.bot_integration_idea/BEIJERBOT_FEATURE_ANALYSIS.md +0 -0
  180. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/idea_beijer.bot_integration_idea/CLI_BRIDGE_SPECIFICATION.md +0 -0
  181. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/idea_beijer.bot_integration_idea/IMPLEMENTATION_ROADMAP.md +0 -0
  182. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/idea_beijer.bot_integration_idea/QUICKMENU_INTEGRATION_PLAN.md +0 -0
  183. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/idea_beijer.bot_integration_idea/README.md +0 -0
  184. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/idea_tag-cleaner/tag_cleaner.md +0 -0
  185. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/idea_use_vscode_as_cat_tool/ai-agent-translation-workflow.md +0 -0
  186. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/logo.png +0 -0
  187. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/2025-10-13_00-46-16.jpg +0 -0
  188. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/Superlookup_Web_resources.jpg +0 -0
  189. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/Supervertaler_AI-Assistant.jpg +0 -0
  190. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/Supervertaler_CLASSIC_v2.4.1_(tkinter).jpg +0 -0
  191. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/Supervertaler_Prompt_Manager_2026-01-14.png +0 -0
  192. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/Supervertaler_Qt_LLM_LeaderboardResults_2025-11-12.jpg +0 -0
  193. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/Supervertaler_Qt_LLM_Leaderboard_2025-11-12.jpg +0 -0
  194. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/Supervertaler_Superbrowser.jpg +0 -0
  195. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/Supervertaler_dark_mode_2025-12-16.jpg +0 -0
  196. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/Supervertaler_dark_mode_2025-12-17.jpg +0 -0
  197. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/Supervertaler_grid.jpg +0 -0
  198. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/Supervertaler_tkinter (v3.7.7).jpg +0 -0
  199. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/Supervertaler_v1.9.102_compare_panel_2026-01-14.png +0 -0
  200. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/Supervertaler_v1.9.102_grid_2026-01-14.png +0 -0
  201. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/new/Supervertaler-grid.jpg +0 -0
  202. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/new/Supervertaler_AI-Assistant.jpg +0 -0
  203. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/new/Supervertaler_Prompt-Library.jpg +0 -0
  204. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/new/Supervertaler_Qt_LLM_LeaderboardResults_2025-11-12.jpg +0 -0
  205. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/new/Supervertaler_Qt_LLM_Leaderboard_2025-11-12.jpg +0 -0
  206. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/new/Supervertaler_Superbrowser.jpg +0 -0
  207. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/old/2025-10-13_00-50-24.jpg +0 -0
  208. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/screenshots/old/Supervertaler_Qt_2025-11-12.jpg +0 -0
  209. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/script.js +0 -0
  210. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/site.webmanifest +0 -0
  211. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/specifications/AI_ASSISTANT_PHASE2_IMPLEMENTATION.md +0 -0
  212. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/specifications/AI_PROMPT_ASSISTANT.md +0 -0
  213. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/specifications/AI_PROMPT_ASSISTANT_IMPLEMENTATION.md +0 -0
  214. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/specifications/EXPORT_MENU_UPDATE.md +0 -0
  215. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/specifications/IMPLEMENTATION_SUMMARY.md +0 -0
  216. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/specifications/QT_PHASE2_COMPLETE.md +0 -0
  217. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/specifications/QT_PHASE3_COMPLETE.md +0 -0
  218. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/specifications/SUPERVERTALER_DATA_FORMAT.md +0 -0
  219. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/specifications/TASK_TYPE_SYSTEM.md +0 -0
  220. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/specifications/TERMINOLOGY_UPDATE_SUMMARY.md +0 -0
  221. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/specifications/opus-api-integration.md +0 -0
  222. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/styles.css +0 -0
  223. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/.gitbook/assets/supervertaler-logo.png +0 -0
  224. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/.gitbook/assets/sv-icon.svg +0 -0
  225. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/GITBOOK_LANDING_DRAFT.md +0 -0
  226. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/README.md +0 -0
  227. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/SUMMARY.md +0 -0
  228. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/ai-translation/batch-translation.md +0 -0
  229. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/ai-translation/ollama.md +0 -0
  230. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/ai-translation/overview.md +0 -0
  231. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/ai-translation/prompt-library.md +0 -0
  232. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/ai-translation/prompts.md +0 -0
  233. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/ai-translation/providers.md +0 -0
  234. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/ai-translation/single-segment.md +0 -0
  235. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/cat-tools/cafetran.md +0 -0
  236. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/cat-tools/memoq.md +0 -0
  237. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/cat-tools/overview.md +0 -0
  238. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/cat-tools/phrase.md +0 -0
  239. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/cat-tools/trados.md +0 -0
  240. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/editor/editing-confirming.md +0 -0
  241. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/editor/filtering.md +0 -0
  242. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/editor/find-replace.md +0 -0
  243. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/editor/keyboard-shortcuts.md +0 -0
  244. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/editor/navigation.md +0 -0
  245. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/editor/pagination.md +0 -0
  246. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/editor/translation-grid.md +0 -0
  247. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/get-started/api-keys.md +0 -0
  248. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/get-started/first-project.md +0 -0
  249. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/get-started/installation.md +0 -0
  250. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/get-started/quick-start.md +0 -0
  251. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/glossaries/basics.md +0 -0
  252. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/glossaries/creating.md +0 -0
  253. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/glossaries/extraction.md +0 -0
  254. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/glossaries/highlighting.md +0 -0
  255. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/glossaries/importing.md +0 -0
  256. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/import-export/bilingual-tables.md +0 -0
  257. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/import-export/docx-import.md +0 -0
  258. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/import-export/exporting.md +0 -0
  259. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/import-export/formats.md +0 -0
  260. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/import-export/multi-file.md +0 -0
  261. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/import-export/txt-import.md +0 -0
  262. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/qa/non-translatables.md +0 -0
  263. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/qa/spellcheck.md +0 -0
  264. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/qa/tag-validation.md +0 -0
  265. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/reference/changelog.md +0 -0
  266. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/reference/contributing.md +0 -0
  267. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/reference/file-formats.md +0 -0
  268. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/settings/fonts.md +0 -0
  269. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/settings/general.md +0 -0
  270. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/settings/shortcuts.md +0 -0
  271. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/settings/theme.md +0 -0
  272. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/settings/view.md +0 -0
  273. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/superlookup/glossary-search.md +0 -0
  274. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/superlookup/mt.md +0 -0
  275. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/superlookup/overview.md +0 -0
  276. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/superlookup/tm-search.md +0 -0
  277. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/superlookup/web-resources.md +0 -0
  278. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/tools/autofingers.md +0 -0
  279. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/tools/image-extractor.md +0 -0
  280. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/tools/pdf-rescue.md +0 -0
  281. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/tools/tmx-editor.md +0 -0
  282. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/tools/voice-commands.md +0 -0
  283. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/translation-memory/basics.md +0 -0
  284. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/translation-memory/fuzzy-matching.md +0 -0
  285. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/translation-memory/importing-tmx.md +0 -0
  286. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/translation-memory/managing-tms.md +0 -0
  287. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/translation-memory/supermemory.md +0 -0
  288. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/troubleshooting/api-issues.md +0 -0
  289. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/troubleshooting/common-issues.md +0 -0
  290. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/troubleshooting/import-export-errors.md +0 -0
  291. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/troubleshooting/linux.md +0 -0
  292. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/superdocs/troubleshooting/performance.md +0 -0
  293. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/sv-icon.svg +0 -0
  294. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/technical/AI_ASSISTANT_GUIDE.md +0 -0
  295. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/technical/AI_ASSISTANT_IMPLEMENTATION.md +0 -0
  296. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/technical/AI_ASSISTANT_INTEGRATION.md +0 -0
  297. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/technical/AI_ASSISTANT_QUICK_REFERENCE.md +0 -0
  298. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/technical/DATABASE_LOCATIONS.md +0 -0
  299. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/technical/FILTER_HIGHLIGHTING_FIX.md +0 -0
  300. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/technical/MODULE_HEADER_PATTERN.md +0 -0
  301. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/technical/README.md +0 -0
  302. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/technical/SUPERBROWSER_GUIDE.md +0 -0
  303. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/technical/SUPERVOICE_TROUBLESHOOTING.md +0 -0
  304. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/technical/UNIFIED_PROMPT_LIBRARY_GUIDE.md +0 -0
  305. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/technical/VOICE_DICTATION_GUIDE.md +0 -0
  306. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/tests/test_encoding_corruption.txt +0 -0
  307. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/web-app-manifest-192x192.png +0 -0
  308. {supervertaler-1.9.186 → supervertaler-1.9.198}/docs/web-app-manifest-512x512.png +0 -0
  309. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/__init__.py +0 -0
  310. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/ai_actions.py +0 -0
  311. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/ai_attachment_manager.py +0 -0
  312. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/ai_file_viewer_dialog.py +0 -0
  313. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/autofingers_engine.py +0 -0
  314. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/cafetran_docx_handler.py +0 -0
  315. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/config_manager.py +0 -0
  316. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/database_manager.py +0 -0
  317. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/database_migrations.py +0 -0
  318. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/dejavurtf_handler.py +0 -0
  319. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/document_analyzer.py +0 -0
  320. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/docx_handler.py +0 -0
  321. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/encoding_repair.py +0 -0
  322. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/encoding_repair_Qt.py +0 -0
  323. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/encoding_repair_ui.py +0 -0
  324. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/extract_tm.py +0 -0
  325. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/feature_manager.py +0 -0
  326. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/figure_context_manager.py +0 -0
  327. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/file_dialog_helper.py +0 -0
  328. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/find_replace.py +0 -0
  329. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/find_replace_qt.py +0 -0
  330. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/glossary_manager.py +0 -0
  331. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/image_extractor.py +0 -0
  332. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/llm_leaderboard.py +0 -0
  333. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/llm_superbench_ui.py +0 -0
  334. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/local_llm_setup.py +0 -0
  335. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/model_update_dialog.py +0 -0
  336. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/model_version_checker.py +0 -0
  337. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/mqxliff_handler.py +0 -0
  338. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/non_translatables_manager.py +0 -0
  339. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/pdf_rescue_Qt.py +0 -0
  340. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/pdf_rescue_tkinter.py +0 -0
  341. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/phrase_docx_handler.py +0 -0
  342. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/project_home_panel.py +0 -0
  343. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/project_tm.py +0 -0
  344. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/prompt_assistant.py +0 -0
  345. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/prompt_library.py +0 -0
  346. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/prompt_library_migration.py +0 -0
  347. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/quick_access_sidebar.py +0 -0
  348. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/ribbon_widget.py +0 -0
  349. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/sdlppx_handler.py +0 -0
  350. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/setup_wizard.py +0 -0
  351. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/simple_segmenter.py +0 -0
  352. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/spellcheck_manager.py +0 -0
  353. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/style_guide_manager.py +0 -0
  354. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/superbench_ui.py +0 -0
  355. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/superbrowser.py +0 -0
  356. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/supercleaner.py +0 -0
  357. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/supercleaner_ui.py +0 -0
  358. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/superdocs.py +0 -0
  359. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/superdocs_viewer_qt.py +0 -0
  360. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/tag_cleaner.py +0 -0
  361. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/tag_manager.py +0 -0
  362. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/term_extractor.py +0 -0
  363. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/termbase_entry_editor.py +0 -0
  364. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/termbase_import_export.py +0 -0
  365. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/termbase_manager.py +0 -0
  366. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/termview_widget.py +0 -0
  367. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/theme_manager.py +0 -0
  368. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/tm_editor_dialog.py +0 -0
  369. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/tm_manager_qt.py +0 -0
  370. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/tm_metadata_manager.py +0 -0
  371. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/tmx_editor.py +0 -0
  372. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/tmx_editor_qt.py +0 -0
  373. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/tmx_generator.py +0 -0
  374. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/tracked_changes.py +0 -0
  375. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/trados_docx_handler.py +0 -0
  376. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/translation_memory.py +0 -0
  377. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/translation_results_panel.py +0 -0
  378. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/translation_services.py +0 -0
  379. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/unified_prompt_library.py +0 -0
  380. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/voice_commands.py +0 -0
  381. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/voice_dictation.py +0 -0
  382. {supervertaler-1.9.186 → supervertaler-1.9.198}/modules/voice_dictation_lite.py +0 -0
  383. {supervertaler-1.9.186 → supervertaler-1.9.198}/setup.cfg +0 -0
  384. {supervertaler-1.9.186 → supervertaler-1.9.198}/setup.py +0 -0
  385. {supervertaler-1.9.186 → supervertaler-1.9.198}/supervertaler.egg-info/dependency_links.txt +0 -0
  386. {supervertaler-1.9.186 → supervertaler-1.9.198}/supervertaler.egg-info/entry_points.txt +0 -0
  387. {supervertaler-1.9.186 → supervertaler-1.9.198}/supervertaler.egg-info/not-zip-safe +0 -0
  388. {supervertaler-1.9.186 → supervertaler-1.9.198}/supervertaler.egg-info/requires.txt +0 -0
  389. {supervertaler-1.9.186 → supervertaler-1.9.198}/supervertaler.egg-info/top_level.txt +0 -0
@@ -2,10 +2,188 @@
2
2
 
3
3
  All notable changes to Supervertaler are documented in this file.
4
4
 
5
- **Current Version:** v1.9.186 (February 1, 2026)
5
+ **Current Version:** v1.9.198 (February 2, 2026)
6
6
 
7
7
 
8
8
 
9
+ ## v1.9.198 - February 2, 2026
10
+
11
+ ### ✨ New Features
12
+
13
+ - **Hide Outer Wrapping Tags - Complete Implementation**: The "Hide outer wrapping tags" feature now works on **both Source and Target columns**. Tags are automatically restored when saving, making the process completely transparent to the translator.
14
+
15
+ - **WYSIWYG List Numbering & Bullets**: When "Hide outer wrapping tags" is enabled, list items now display with visual prefixes:
16
+ - Ordered lists (`<li-o>`) show: "1. ", "2. ", "3. ", etc.
17
+ - Unordered lists (`<li-b>`, `<li>`) show: "• "
18
+ - These prefixes are display-only and don't affect the saved data
19
+
20
+ ---
21
+
22
+ ## v1.9.197 - February 2, 2026
23
+
24
+ ### ✨ New Features
25
+
26
+ - **Hide Outer Wrapping Tags in Grid**: Added new option in View Settings → Grid Display Options to hide structural tags that wrap entire segments (like `<li-o>`, `<p>`, `<td>`). Since the segment type is shown in the Type column, these outer tags are redundant and can now be hidden for a cleaner grid display. Inner formatting tags like `<b>bold</b>` are preserved.
27
+
28
+ ### 🐛 Bug Fixes
29
+
30
+ - **View Settings Now Preserves All Settings**: Fixed a bug where saving View Settings would overwrite unrelated settings in `general_settings.json`. Settings are now properly merged instead of replaced.
31
+
32
+ ### 🏗️ UI Improvements
33
+
34
+ - **Match Panel Section Rename**: Renamed "Translation Results Pane & Tag Colors" to "Match Panel & Tag Colors" in View Settings to reflect the current UI terminology.
35
+
36
+ ---
37
+
38
+ ## v1.9.196 - February 2, 2026
39
+
40
+ ### 🐛 Bug Fixes
41
+
42
+ - **AI Assistant "Analyze Project" Fixed** ([#132](https://github.com/michaelbeijer/Supervertaler/issues/132)): Fixed a bug where clicking "Analyze Project & Generate Prompts" in the AI Assistant would fail with "AI responded but no actions were found". The issue was that the LLM wasn't receiving a system prompt explaining the ACTION format. Now all providers (OpenAI, Claude, Gemini, Ollama) receive proper instructions on how to format their responses.
43
+
44
+ ### 🎨 UI Improvements
45
+
46
+ - **Supervoice Settings Two-Column Layout**: Reorganized the Supervoice settings tab into a two-column layout. Voice commands table now displays on the right side, allowing more commands to be visible at once. Settings (Always-On Listening, Speech Recognition Model, AutoHotkey) remain on the left.
47
+
48
+ - **Green Checkmark Checkbox**: The "Enable voice commands" checkbox in Supervoice settings now uses the standard green checkmark style (CheckmarkCheckBox) for visual consistency with the rest of the application.
49
+
50
+ ### 🏗️ Code Architecture
51
+
52
+ - **LLM Client System Prompt Support**: Added `system_prompt` parameter to the LLM client's `translate()` method and all provider-specific methods. This enables passing behavioral instructions to AI models for features like the AI Assistant.
53
+
54
+ ---
55
+
56
+ ## v1.9.195 - February 2, 2026
57
+
58
+ ### 🏗️ Code Architecture
59
+
60
+ - **Module Rename**: Renamed `mt_quick_popup.py` → `quicktrans.py` to align with the QuickTrans branding. This prepares the module for future standalone distribution as a separate Windows executable.
61
+
62
+ ---
63
+
64
+ ## v1.9.194 - February 1, 2026
65
+
66
+ ### 🎨 Branding & Naming
67
+
68
+ - **Tool Suite Naming**: Established consistent naming for Supervertaler's modular tools:
69
+ - **Supervertaler** - Main CAT tool / translation workbench
70
+ - **SuperLookup** - Comprehensive research tool (TM, TB, MT, web, dictionaries)
71
+ - **QuickTrans** - Instant translation popup (MT + LLM, GT4T-style)
72
+ - **QuickMenu** - Quick access menu with various tools
73
+
74
+ - **QuickTrans** (formerly "MT Quick Lookup"): Renamed to better reflect that it provides instant translations from both MT engines AND LLMs. The tool can work standalone or integrated with Supervertaler.
75
+
76
+ - **SuperLookup** (formerly "Superlookup"): Updated to CamelCase for consistency and readability. Now clearly distinguished from QuickTrans - SuperLookup is for deep research, QuickTrans is for instant translations.
77
+
78
+ ---
79
+
80
+ ## v1.9.193 - February 1, 2026
81
+
82
+ ### ✨ New Features
83
+
84
+ - **QuickTrans - LLM Support**: Added Claude, OpenAI (GPT), and Gemini as translation providers in QuickTrans. Now you can get translations from both MT engines AND LLMs in a single popup. Configure which providers to use in the QuickTrans settings (click the ⚙️ button in the popup).
85
+
86
+ - **Global QuickTrans Hotkey (Ctrl+Alt+M)**: Use QuickTrans from ANY application (memoQ, Word, browser, etc.) via AutoHotkey. Select text anywhere, press **Ctrl+Alt+M**, and the QuickTrans popup appears as an overlay at your cursor position - without switching focus to Supervertaler. Perfect for quick translations while working in your CAT tool.
87
+
88
+ - **QuickTrans Settings**: Added dedicated settings tab (Settings → QuickTrans) to configure:
89
+ - Which MT engines to include (Google, DeepL, Microsoft, Amazon, ModernMT, MyMemory)
90
+ - Which LLMs to include (Claude, OpenAI, Gemini) with model selection
91
+ - Access settings directly from the popup via the ⚙️ button
92
+
93
+ ### 🐛 Bug Fixes
94
+
95
+ - **View Settings Freeze Fixed**: Fixed a freeze that occurred when changing View settings (like "Termview under grid") and clicking "Save View Settings". The freeze was caused by TM saves being triggered for all confirmed segments during the update.
96
+
97
+ - **Termview Under Grid Default**: Changed "Termview/Session Log tabs under grid" to be OFF by default for new users. Setting is now properly persisted when changed.
98
+
99
+ ---
100
+
101
+ ## v1.9.192 - February 1, 2026
102
+
103
+ ### ✨ New Features
104
+
105
+ - **QuickTrans (GT4T-style)**: Added a new popup window for instant translation suggestions, inspired by GT4T. Press **Ctrl+M** (default) or use the **right-click context menu** to open a popup showing translations from all enabled MT engines (Google Translate, DeepL, Microsoft Translator, Amazon Translate, ModernMT, MyMemory). Features include:
106
+ - Source text displayed at the top for context
107
+ - Numbered list of translation suggestions with provider badges
108
+ - Press **1-9** to quickly insert a translation
109
+ - Arrow keys to navigate, **Enter** to insert selected
110
+ - **Escape** to dismiss
111
+ - Translations fetched in parallel for fast results
112
+ - Color-coded provider badges for easy identification
113
+ - **Smart text selection**: If you have text selected in source or target, only that selection gets translated; otherwise translates the full source segment
114
+ - Available from both source and target cell context menus ("⚡ QuickTrans")
115
+ - **Resizable and movable**: Popup window can be dragged and resized to your preference
116
+ - **Customizable shortcut**: Change the keyboard shortcut in Settings → Keyboard Shortcuts
117
+
118
+ ---
119
+
120
+ ## v1.9.191 - February 1, 2026
121
+
122
+ ### 🎨 UI Improvements
123
+
124
+ - **Status Icon Enhancement**: Confirmed status checkmarks now display in green (#2e7d32) for better visual distinction. Status icons in rows with capitalized text no longer clip vertically.
125
+
126
+ - **Button Padding Standardization**: Unified button padding across all toolbar buttons (Show Invisibles, Advanced Filters, Sort, Clear Filters, Quick Filters, Spellcheck, etc.) to 3px vertical and 5px horizontal for consistent appearance and better text spacing.
127
+
128
+ - **Font Size Optimization**: Increased font size for segment numbers and type column symbols (¶, •, #1, H1, etc.) from size 8 to size 9 for better readability and visual proportion relative to grid content.
129
+
130
+ - **Column Width Optimization**: Segment number column now uses optimized width with reduced padding (12px total) and 55px maximum cap, accommodating up to 4-digit segment numbers (1-1000) without excess horizontal space.
131
+
132
+ ---
133
+
134
+ ## v1.9.190 - February 1, 2026
135
+
136
+ ### 🎨 UI Improvements
137
+
138
+ - **Scrollbar Refinement**: Made main grid scrollbar narrower (12px) for cleaner appearance. Added visible triangle arrow icons to scrollbar buttons for better visual clarity. Removed custom floating precision scroll buttons for simpler interface.
139
+
140
+ - **Column Optimization**: Reduced Status column width from 60px to 50px to save horizontal space while maintaining full functionality. Changed table header font from bold to normal weight for more consistent typography.
141
+
142
+ ### 🐛 Bug Fixes
143
+
144
+ - **Document Order Sort Fixed**: Document Order sort now correctly restores segments to their original sequence (1, 2, 3...) by sorting by segment ID. Previously, if segments were saved while sorted, the sorted order would become the "original" order, making it impossible to restore true document order.
145
+
146
+ - **Save/Load Order Preservation**: Projects now always save segments in original document order, not sorted order. When loading a project, sort state is reset to document order (no sort applied). This ensures consistent behavior and prevents sorted order from being permanently baked into project files.
147
+
148
+ ---
149
+
150
+ ## v1.9.189 - February 1, 2026
151
+
152
+ ### 🎨 UI Improvements
153
+
154
+ - **Sort Progress Feedback**: Added progress dialog during sorting operations showing "Sorting segments, please wait..." message. Dialog only appears for operations taking longer than 500ms, providing clear user feedback without interrupting quick sorts on small projects. Automatically closes when sorting completes.
155
+
156
+ ---
157
+
158
+ ## v1.9.188 - February 1, 2026
159
+
160
+ ### 🎨 UI Improvements
161
+
162
+ - **Sort Menu Styling**: Fixed sort dropdown menu to use clean white background matching Quick Filters menu style. Previous version incorrectly inherited orange button styling in menu items.
163
+
164
+ ### ✨ Enhancements
165
+
166
+ - **Auto-Pagination on Sort**: Sorting now automatically sets pagination to "All" to display the complete sorted list. This prevents the confusing behavior where only the first page of sorted results would be visible. When you sort alphabetically, by length, by match rate, or any other criterion, you'll now see all sorted segments immediately.
167
+
168
+ ---
169
+
170
+ ## v1.9.187 - February 1, 2026
171
+
172
+ ### ✨ New Features
173
+
174
+ - **Segment Sorting**: Added comprehensive sort dropdown button (⇅ Sort) in the toolbar, positioned after Advanced Filters. Similar to memoQ's sorting functionality, you can now sort segments by:
175
+ - **Alphabetical**: Source/Target text (A → Z or Z → A)
176
+ - **Text Length**: Source/Target (longer or shorter first)
177
+ - **Match Rate**: TM match percentage (higher or lower first)
178
+ - **Frequency**: Source/Target text occurrence count (higher or lower first)
179
+ - **Last Changed**: Modification timestamp (newest or older first)
180
+ - **Row Status**: Grouped by translation status (not started → draft → translated → confirmed)
181
+ - **Document Order**: Reset to original document structure
182
+
183
+ Sorting is applied to the entire project and reloads the grid to reflect the new order. The orange sort button with dropdown menu makes it easy to organize segments for review, identify patterns, or work systematically through similar content.
184
+
185
+ ---
186
+
9
187
  ## v1.9.186 - February 1, 2026
10
188
 
11
189
  ### 🐛 Bug Fixes
@@ -672,6 +672,34 @@ ollama pull qwen2.5:3b
672
672
  - Multiple API keys (GPT-4o, Claude, Gemini)
673
673
  - Sufficient API credits for testing runs
674
674
 
675
+ ### Why is my antivirus flagging Supervertaler as malware?
676
+
677
+ This is a **known false positive** that affects applications built with PyInstaller (the tool used to create the Windows EXE).
678
+
679
+ **Why it happens:**
680
+ - PyInstaller bundles Python + all libraries into a single package
681
+ - This binary pattern triggers heuristic detection in some AV software (especially Norton 360)
682
+ - Generic detections like "Win64:Malware-gen" are pattern matches, not actual malware signatures
683
+ - The executable is not code-signed (certificates cost ~$300/year)
684
+
685
+ **Solutions:**
686
+
687
+ 1. **Use pip install (Recommended)**
688
+ - Install: `pip install supervertaler`
689
+ - Run: `supervertaler`
690
+ - No AV warnings because it runs from Python source
691
+
692
+ 2. **Whitelist the application**
693
+ - Add an exception in your antivirus settings
694
+ - The application is safe - you can verify by checking the [source code on GitHub](https://github.com/michaelbeijer/Supervertaler)
695
+
696
+ 3. **Report as false positive**
697
+ - Norton: https://submit.norton.com/
698
+ - Windows Defender: Click "More info" → "Run anyway"
699
+ - Other AV: Check vendor's false positive submission page
700
+
701
+ **This is common for PyInstaller apps** - it affects tools like Calibre, many game mods, and scientific software. See the [PyInstaller FAQ](https://pyinstaller.org/en/stable/faq.html) for more details.
702
+
675
703
  ---
676
704
 
677
705
  ## Workflow & Integration
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: supervertaler
3
- Version: 1.9.186
3
+ Version: 1.9.198
4
4
  Summary: Professional AI-enhanced 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