supervertaler 1.9.109__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.
Files changed (85) hide show
  1. Supervertaler.py +44945 -0
  2. modules/__init__.py +10 -0
  3. modules/ai_actions.py +964 -0
  4. modules/ai_attachment_manager.py +343 -0
  5. modules/ai_file_viewer_dialog.py +210 -0
  6. modules/autofingers_engine.py +466 -0
  7. modules/cafetran_docx_handler.py +379 -0
  8. modules/config_manager.py +469 -0
  9. modules/database_manager.py +1766 -0
  10. modules/database_migrations.py +417 -0
  11. modules/dejavurtf_handler.py +779 -0
  12. modules/document_analyzer.py +427 -0
  13. modules/docx_handler.py +689 -0
  14. modules/encoding_repair.py +319 -0
  15. modules/encoding_repair_Qt.py +393 -0
  16. modules/encoding_repair_ui.py +481 -0
  17. modules/feature_manager.py +350 -0
  18. modules/figure_context_manager.py +340 -0
  19. modules/file_dialog_helper.py +148 -0
  20. modules/find_replace.py +164 -0
  21. modules/find_replace_qt.py +457 -0
  22. modules/glossary_manager.py +433 -0
  23. modules/image_extractor.py +188 -0
  24. modules/keyboard_shortcuts_widget.py +571 -0
  25. modules/llm_clients.py +1211 -0
  26. modules/llm_leaderboard.py +737 -0
  27. modules/llm_superbench_ui.py +1401 -0
  28. modules/local_llm_setup.py +1104 -0
  29. modules/model_update_dialog.py +381 -0
  30. modules/model_version_checker.py +373 -0
  31. modules/mqxliff_handler.py +638 -0
  32. modules/non_translatables_manager.py +743 -0
  33. modules/pdf_rescue_Qt.py +1822 -0
  34. modules/pdf_rescue_tkinter.py +909 -0
  35. modules/phrase_docx_handler.py +516 -0
  36. modules/project_home_panel.py +209 -0
  37. modules/prompt_assistant.py +357 -0
  38. modules/prompt_library.py +689 -0
  39. modules/prompt_library_migration.py +447 -0
  40. modules/quick_access_sidebar.py +282 -0
  41. modules/ribbon_widget.py +597 -0
  42. modules/sdlppx_handler.py +874 -0
  43. modules/setup_wizard.py +353 -0
  44. modules/shortcut_manager.py +904 -0
  45. modules/simple_segmenter.py +128 -0
  46. modules/spellcheck_manager.py +727 -0
  47. modules/statuses.py +207 -0
  48. modules/style_guide_manager.py +315 -0
  49. modules/superbench_ui.py +1319 -0
  50. modules/superbrowser.py +325 -0
  51. modules/supercleaner.py +600 -0
  52. modules/supercleaner_ui.py +444 -0
  53. modules/superdocs.py +19 -0
  54. modules/superdocs_viewer_qt.py +382 -0
  55. modules/superlookup.py +248 -0
  56. modules/tag_cleaner.py +260 -0
  57. modules/tag_manager.py +333 -0
  58. modules/term_extractor.py +270 -0
  59. modules/termbase_entry_editor.py +842 -0
  60. modules/termbase_import_export.py +488 -0
  61. modules/termbase_manager.py +1060 -0
  62. modules/termview_widget.py +1161 -0
  63. modules/theme_manager.py +499 -0
  64. modules/tm_editor_dialog.py +99 -0
  65. modules/tm_manager_qt.py +1280 -0
  66. modules/tm_metadata_manager.py +545 -0
  67. modules/tmx_editor.py +1461 -0
  68. modules/tmx_editor_qt.py +2784 -0
  69. modules/tmx_generator.py +284 -0
  70. modules/tracked_changes.py +900 -0
  71. modules/trados_docx_handler.py +430 -0
  72. modules/translation_memory.py +670 -0
  73. modules/translation_results_panel.py +2134 -0
  74. modules/translation_services.py +282 -0
  75. modules/unified_prompt_library.py +656 -0
  76. modules/unified_prompt_manager_qt.py +3715 -0
  77. modules/voice_commands.py +920 -0
  78. modules/voice_dictation.py +477 -0
  79. modules/voice_dictation_lite.py +249 -0
  80. supervertaler-1.9.109.dist-info/METADATA +788 -0
  81. supervertaler-1.9.109.dist-info/RECORD +85 -0
  82. supervertaler-1.9.109.dist-info/WHEEL +5 -0
  83. supervertaler-1.9.109.dist-info/entry_points.txt +2 -0
  84. supervertaler-1.9.109.dist-info/licenses/LICENSE +21 -0
  85. supervertaler-1.9.109.dist-info/top_level.txt +2 -0
@@ -0,0 +1,788 @@
1
+ Metadata-Version: 2.4
2
+ Name: supervertaler
3
+ Version: 1.9.109
4
+ Summary: Professional AI-powered translation workbench with multi-LLM support, glossary system, TM, spellcheck, voice commands, and PyQt6 interface. Batteries included (core).
5
+ Home-page: https://supervertaler.com
6
+ Author: Michael Beijer
7
+ Author-email: Michael Beijer <info@michaelbeijer.co.uk>
8
+ Maintainer-email: Michael Beijer <info@michaelbeijer.co.uk>
9
+ License-Expression: MIT
10
+ Project-URL: Homepage, https://supervertaler.com
11
+ Project-URL: Repository, https://github.com/michaelbeijer/Supervertaler.git
12
+ Project-URL: Bug Tracker, https://github.com/michaelbeijer/Supervertaler/issues
13
+ Project-URL: Changelog, https://github.com/michaelbeijer/Supervertaler/blob/main/CHANGELOG.md
14
+ Project-URL: Documentation, https://github.com/michaelbeijer/Supervertaler/blob/main/AGENTS.md
15
+ Project-URL: Author Website, https://michaelbeijer.co.uk
16
+ Keywords: translation,CAT,CAT-tool,AI,LLM,GPT,Claude,Gemini,Ollama,glossary,termbase,translation-memory,TM,PyQt6,localization,memoQ,Trados,SDLPPX,XLIFF,voice-commands,spellcheck
17
+ Classifier: Development Status :: 4 - Beta
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3.10
20
+ Classifier: Programming Language :: Python :: 3.11
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Operating System :: OS Independent
23
+ Classifier: Operating System :: Microsoft :: Windows
24
+ Classifier: Operating System :: POSIX :: Linux
25
+ Classifier: Intended Audience :: End Users/Desktop
26
+ Classifier: Topic :: Office/Business
27
+ Classifier: Topic :: Text Processing :: Linguistic
28
+ Classifier: Environment :: X11 Applications :: Qt
29
+ Requires-Python: >=3.10
30
+ Description-Content-Type: text/markdown
31
+ License-File: LICENSE
32
+ Requires-Dist: PyQt6>=6.5.0
33
+ Requires-Dist: PyQt6-WebEngine>=6.5.0
34
+ Requires-Dist: python-docx>=0.8.11
35
+ Requires-Dist: openpyxl>=3.1.0
36
+ Requires-Dist: Pillow>=10.0.0
37
+ Requires-Dist: lxml>=4.9.0
38
+ Requires-Dist: openai>=1.0.0
39
+ Requires-Dist: anthropic>=0.7.0
40
+ Requires-Dist: google-generativeai>=0.3.0
41
+ Requires-Dist: requests>=2.28.0
42
+ Requires-Dist: markitdown>=0.0.1
43
+ Requires-Dist: sacrebleu>=2.3.1
44
+ Requires-Dist: pyperclip>=1.8.2
45
+ Requires-Dist: chardet>=5.0.0
46
+ Requires-Dist: pyyaml>=6.0.0
47
+ Requires-Dist: markdown>=3.4.0
48
+ Requires-Dist: pyspellchecker>=0.7.0
49
+ Requires-Dist: sounddevice>=0.4.6
50
+ Requires-Dist: numpy>=1.24.0
51
+ Requires-Dist: PyMuPDF>=1.23.0
52
+ Requires-Dist: boto3>=1.28.0
53
+ Requires-Dist: deepl>=1.15.0
54
+ Requires-Dist: spylls>=0.1.7
55
+ Requires-Dist: keyboard>=0.13.5; platform_system == "Windows"
56
+ Requires-Dist: ahk>=1.0.0; platform_system == "Windows"
57
+ Requires-Dist: pyautogui>=0.9.54; platform_system == "Windows"
58
+ Requires-Dist: psutil>=5.9.0
59
+ Provides-Extra: local-whisper
60
+ Requires-Dist: openai-whisper>=20230314; extra == "local-whisper"
61
+ Provides-Extra: voice
62
+ Provides-Extra: web
63
+ Provides-Extra: pdf
64
+ Provides-Extra: mt
65
+ Provides-Extra: hunspell
66
+ Provides-Extra: windows
67
+ Provides-Extra: core
68
+ Provides-Extra: all
69
+ Dynamic: author
70
+ Dynamic: home-page
71
+ Dynamic: license-file
72
+ Dynamic: requires-python
73
+
74
+ # 🚀 Supervertaler v1.9.109
75
+
76
+ [![PyPI version](https://badge.fury.io/py/supervertaler.svg)](https://pypi.org/project/Supervertaler/)
77
+ [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
78
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
79
+
80
+ AI-enhanced CAT tool with multi-LLM support (GPT-4, Claude, Gemini, Ollama), innovative Superlookup concordance system offering access to multiple terminology sources (TMs, glossaries, web resources, etc.), and seamless CAT tool integration (memoQ, Trados, CafeTran, Phrase).
81
+
82
+ **Current Version:** v1.9.109 (January 18, 2026)
83
+
84
+ ### NEW in v1.9.108 - 📥📤 memoQ XLIFF Import/Export
85
+
86
+ Full support for memoQ XLIFF (.mqxliff) files with complete round-trip workflow, language detection for 30+ languages, and formatting preservation.
87
+
88
+ ### NEW in v1.9.102 - ⚡ QuickMenu (Right-click prompts in the Grid)
89
+
90
+ Run your favourite AI “mini-actions” directly from the grid’s right-click menu: run-and-preview, or run-and-replace the selection/target.
91
+ **Framework:** PyQt6
92
+ **Status:** Active Development
93
+
94
+ ### NEW in v1.9.104 - 📦 Packaging: Lighter Default Install
95
+
96
+ - Supermemory (semantic search) is optional again, so the default `pip install supervertaler` does not pull the heavy ML stack (PyTorch / sentence-transformers / ChromaDB).
97
+
98
+ ### FIXED in v1.9.103
99
+
100
+ - Ctrl+Enter now correctly confirms and advances through *filtered* segments when Filter Source/Target is active.
101
+
102
+ ---
103
+
104
+ ## 📚 Documentation
105
+
106
+ | Guide | Description |
107
+ |-------|-------------|
108
+ | **[Supervertaler Help](https://supervertaler.gitbook.io/superdocs/)** | Official online manual: quick start, guides, and troubleshooting |
109
+ | **[Keyboard Shortcuts](docs/guides/KEYBOARD_SHORTCUTS.md)** | Complete shortcut reference |
110
+ | **[FAQ](FAQ.md)** | Common questions answered |
111
+ | **[Changelog](CHANGELOG.md)** | Version history and recent features |
112
+
113
+ ### Additional Resources
114
+ - **[Project Context](PROJECT_CONTEXT.md)** — Complete project reference
115
+ - **[Architecture](docs/ARCHITECTURE.md)** — System design
116
+ - **[Legacy Versions](legacy_versions/LEGACY_VERSIONS.md)** — Historical information
117
+ - **[Similar Apps](docs/SIMILAR_APPS.md)** — CotranslatorAI, TransAIde, TWAS Suite, OpenAI Provider for Trados Studio, and other translation tools
118
+ - **[Stargazers](https://github.com/michaelbeijer/Supervertaler/stargazers)** — A page that lists all the users who have starred this repository
119
+
120
+ ### Contributing
121
+
122
+ - **[Contributing guide](CONTRIBUTING.md)** — How to report bugs, request features, and submit pull requests
123
+ - **[Code of Conduct](CODE_OF_CONDUCT.md)** — Community standards (Contributor Covenant v2.1)
124
+
125
+ **License note:** Supervertaler source code is MIT-licensed. The text of the Contributor Covenant (used in `CODE_OF_CONDUCT.md`) is licensed under CC BY 4.0, which is why that file contains attribution.
126
+
127
+ ---
128
+
129
+ ## 🚀 Installation & Running
130
+
131
+ ### Option 1: Install from PyPI (Recommended)
132
+
133
+ ```bash
134
+ pip install supervertaler
135
+ supervertaler
136
+ ```
137
+
138
+ This installs the recommended core Supervertaler (built-in web browser, PDF support, voice features via the OpenAI Whisper API path, and extra MT providers).
139
+
140
+ Supermemory (semantic search) is intentionally optional because it pulls in heavy ML dependencies (PyTorch). To enable it:
141
+
142
+ ```bash
143
+ pip install supervertaler[supermemory]
144
+ ```
145
+
146
+ ### Option 2: Run from Source
147
+
148
+ ```bash
149
+ git clone https://github.com/michaelbeijer/Supervertaler.git
150
+ cd Supervertaler
151
+ pip install -r requirements.txt
152
+ python Supervertaler.py
153
+ ```
154
+
155
+ **PyPI Package:** https://pypi.org/project/Supervertaler/
156
+
157
+ ### NEW in v1.9.91 - Déjà Vu X3 Bilingual RTF Support 🎯
158
+ * **Full Round-Trip Workflow**: Import, translate, and export Déjà Vu X3 bilingual RTF files
159
+ * **Tag Preservation**: Déjà Vu inline tags `{00108}` preserved and highlighted in pink
160
+ * **60+ Languages**: Comprehensive RTF language code mapping
161
+ * **Segment ID Tracking**: Each segment linked to original Déjà Vu segment ID
162
+ * **Unicode Support**: Proper RTF encoding for accented characters
163
+
164
+ ### v1.9.84 - Subscript & Superscript Support 📐
165
+ * **Subscript Tags**: `<sub>` tags for subscript text (P<sub>totaal</sub>)
166
+ * **Superscript Tags**: `<sup>` tags for superscript text (m<sup>2</sup>)
167
+ * **Full Pipeline**: Import from DOCX, display in grid, export back to Word
168
+
169
+ ### v1.9.83 - Notes Tab & Status Indicator 📝
170
+ * **TM Info + Notes Tabs**: Translation Results panel now has tabbed interface
171
+ * **Notes Tab**: Add/edit notes for each segment with auto-save to project file
172
+ * **Notes Indicator**: Status icon (✓/✗) gets orange highlight when segment has notes
173
+
174
+ ### v1.9.82 - Export for AI 🤖
175
+ * **AI-Readable Format**: New export option in File → Export → 🤖 AI-Readable Format (TXT)
176
+ * **[SEGMENT XXXX] Format**: Outputs clean numbered segments with language labels (NL/EN/DE etc.)
177
+ * **Auto Language Codes**: Detects project languages and converts to short codes
178
+ * **Content Modes**: Bilingual (source+target), Source only, Target only
179
+ * **Segment Filters**: Export all, untranslated only, or translated only
180
+ * **Live Preview**: See format preview before exporting
181
+
182
+ ### v1.9.81 - Superlookup UX Improvements 🔍
183
+ * **Search History**: Last 20 searches saved in dropdown
184
+ * **Resizable Sidebar**: Web Resources sidebar now resizable (120-250px)
185
+ * **Focus Rectangles Removed**: Cleaner button styling throughout
186
+
187
+ ### v1.9.60 - Tag-Aware TM Matching 🔍
188
+ * **Smart Tag Handling**: TM fuzzy matching now works regardless of tags in segments
189
+ * **Dual Search**: Searches both with and without tags - `<b>Hello</b>` matches `Hello` in your TM
190
+ * **Accurate Percentages**: Similarity calculation strips tags before comparing (100% match, not ~70%)
191
+ * **TMX Tag Cleaner Update**: Added `<li-b>` and `<li-o>` list item tags to Formatting category
192
+ * **AutoFingers Cleanup**: Removed TMX Manager tab, added Import button to Control Panel
193
+
194
+ ### v1.9.59 - TMX Tag Cleaner 🧹
195
+ * **Tag Cleaning Function**: New tag cleaner in both TMX Editor and main application
196
+ * **Access**: Edit → Bulk Operations → Clean Tags, or 🧹 Clean Tags toolbar button in TMX Editor
197
+ * **Flexible Selection**: Choose which tags to clean (formatting, TMX/XLIFF, memoQ, Trados, generic XML)
198
+ * **Scope Options**: Clean source, target, or both - cleans ALL languages in TMX, not just visible pair
199
+ * **Handles Escaped Tags**: Works with both literal `<b>` and XML-escaped `&lt;b&gt;` tags
200
+ * **TMX Editor Fix**: Language dropdowns now correctly default to different languages (source→target)
201
+ * **AutoHotkey Dialog**: "Do not show again" checkbox added
202
+
203
+ ### v1.9.54 - User-Facing Terminology Rename 📝
204
+ * **Termbase → Glossary**: All user-facing UI now uses "Glossary" instead of "Termbase"
205
+ * **TM Matches → TMs**: Tab renamed for consistency
206
+ * **Superlookup UX**: Enter triggers search, Edit in Glossary navigation fixed, fuzzy search filter improved
207
+ * **TM Source Column**: New column shows which TM each match came from
208
+ * **Internal code unchanged**: Database and project files maintain backward compatibility
209
+
210
+ ### v1.9.53 - Superlookup Glossary Enhancements 📋
211
+ * **Metadata Columns**: Glossary name, Domain, Notes columns in results
212
+ * **Import Progress Dialog**: Real-time progress with statistics and scrolling log
213
+ * **Tooltips**: Hover to see full content for long entries
214
+
215
+ ### v1.9.52 - Superlookup Web Resources 🌐
216
+ * **14 Web Resources**: IATE, Linguee, ProZ, Reverso, Google, Google Patents, Wikipedia (Source/Target), Juremy, michaelbeijer.co.uk, AcronymFinder, BabelNet, Wiktionary (Source/Target)
217
+ * **Persistent Login Sessions**: Cookies stored in `user_data/web_cache/` - stay logged in to ProZ, Linguee, etc.
218
+ * **Auto Language Selection**: Language pair auto-fills from current project
219
+ * **Compact Search Layout**: Single-line search with direction controls
220
+ * **Customizable Sidebar**: Settings checkboxes control which resource buttons appear
221
+
222
+ ### v1.9.51 - Superlookup MT Integration 🔍
223
+ * **All MT Providers Working**: Google Translate, Amazon Translate, DeepL, Microsoft Translator, ModernMT, MyMemory
224
+ * **Provider Status Panel**: Shows ✅ active, ⏸️ disabled, ❌ missing API keys
225
+ * **Error Display**: Errors shown in red with full details (no more silent failures)
226
+ * **Language Mapping Fix**: "Dutch" → "nl", "English" → "en" for all MT APIs
227
+ * **Settings Link**: "⚙️ Configure in Settings" navigates to Settings → MT Settings
228
+ * **Termbases Tab**: Search filter + split-view with editable terms grid
229
+
230
+ ### v1.9.50 - Voice Commands System 🎤
231
+ * **Hands-Free Translation**: Say "next segment", "confirm", "source to target", "translate" and more
232
+ * **Always-On Listening**: VAD-based continuous listening - no need to press F9 twice
233
+ * **Dual Recognition**: OpenAI Whisper API (recommended) or local Whisper model
234
+ * **Grid Toggle Button**: 🎧 Voice ON/OFF button in toolbar for easy access
235
+ * **Status Indicators**: Status bar shows 🟢 Listening → 🔴 Recording → ⏳ Processing
236
+ * **AutoHotkey Integration**: Control external apps (memoQ, Trados, Word) by voice
237
+ * **Custom Commands**: Add your own voice commands with fuzzy matching
238
+ * **Configure**: Tools → Supervoice tab
239
+
240
+ ### v1.9.41 - Dark Mode 🌙
241
+ * **Complete Dark Theme**: Full dark mode support with consistent styling across the entire application
242
+ * **Compare Boxes**: Translation Results panel properly displays dark backgrounds in dark mode
243
+ * **Termview Visibility**: All words visible in dark mode, not just terms with matches
244
+ * **Access**: View → Theme Editor → Select "Dark" theme
245
+
246
+ ### v1.9.40 - Superlookup Unified Concordance System
247
+ * **Ctrl+K Now Opens Superlookup**: All concordance searches consolidated into Superlookup - one hub for TM, Termbase, Supermemory, MT, and Web Resources
248
+ * **Dual-View Toggle**: Switch between Horizontal (table) and Vertical (list) layouts for TM results
249
+ * **Tab Reorganization**: "Project Resources" tab now before "Prompt Manager", removed redundant Concordance and Import/Export tabs
250
+ * **FTS5 Full-Text Search**: Concordance now uses SQLite FTS5 for 100-1000x faster search on large databases
251
+
252
+ ### v1.9.39 - Superlookup Multilingual Search
253
+ * **Language Filtering**: From/To dropdowns filter TM and termbase searches by language pair
254
+ * **Search Direction**: Both/Source only/Target only radio buttons for precise concordance
255
+ * **Yellow Highlighting**: Search terms highlighted in results with compact display and tooltips
256
+
257
+ **v1.9.32 - Trados SDLRPX Status Fix:**
258
+ - 📦 **Trados SDLRPX Status Fix** - Fixed critical bug where exported SDLRPX return packages kept segments in "Draft" status instead of updating to "Translated".
259
+
260
+ **v1.9.30 - Critical LLM Fix:**
261
+ - 🐛 **Fixed OpenAI Translation** - Removed hardcoded debug path that caused "No such file or directory" errors
262
+ - 📝 **Spellcheck Integration** - Built-in spellcheck with 8 languages bundled (EN, NL, DE, FR, ES, PT, IT, RU)
263
+ - 📚 **Optional Hunspell** - Add more languages with .dic/.aff dictionary files
264
+ - 💬 **Right-Click Menu** - Spelling suggestions, Add to Dictionary, Ignore
265
+ - 💾 **Project Settings** - Spellcheck state saved per-project in .svproj files
266
+
267
+ **v1.9.28 - Phrase DOCX Support & Show Invisibles:**
268
+ - 📄 **Phrase (Memsource) Bilingual DOCX** - Full round-trip support for Phrase TMS files
269
+ - 👁️ **Show Invisibles** - Display spaces (·), tabs (→), NBSPs (°), line breaks (¶) in the grid
270
+ - 🎨 **Smart Handling** - Copy/paste, word selection, and navigation work correctly with invisibles shown
271
+
272
+ **v1.9.27 - Simple Text File Import/Export:**
273
+ - 📄 **Simple TXT Import** - Import plain text files where each line becomes a source segment
274
+ - 📤 **Simple TXT Export** - Export translations as matching text file with target text
275
+ - 🌐 **Encoding Support** - UTF-8, Latin-1, Windows-1252 with automatic detection
276
+ - 📝 **Line-by-Line** - Perfect for translating simple text content
277
+
278
+ **v1.9.26 - Automatic Model Version Checker:**
279
+ - 🔄 **Auto Model Detection** - Automatically checks for new LLM models from OpenAI, Anthropic, and Google
280
+ - 📅 **Daily Checks** - Runs once per 24 hours on startup (configurable)
281
+ - 🎨 **UI Standardization** - All 68 checkboxes now use consistent green (16x16px) design
282
+
283
+ **v1.9.25 - Linux Compatibility:**
284
+ - 🐧 **Full Linux Support** - Works perfectly on Ubuntu and other Linux distributions
285
+ - 📦 **Complete Dependencies** - One-command installation with requirements.txt
286
+
287
+ **v1.9.20 - Trados Studio Package Support:**
288
+ - 📦 **SDLPPX Import** - Import Trados Studio project packages directly
289
+ - 📤 **SDLRPX Export** - Create return packages for delivery back to Trados users
290
+ - 💾 **Project Persistence** - Save/restore SDLPPX projects across sessions
291
+
292
+ **v1.9.18 - Supermemory Concordance Integration:**
293
+ - 🔍 **Semantic Concordance** - Concordance Search (Ctrl+K) now includes Supermemory tab
294
+ - 🧠 **Two-Tab Interface** - TM Matches (exact) and Supermemory (meaning-based)
295
+
296
+ **v1.9.17 - Supermemory Enhancements:**
297
+ - 🧠 **Domain Management** - Categorize TMs by domain (Legal, Medical, Patents, Technical, etc.)
298
+ - 🔍 **Semantic Search** - Find translations by meaning using AI embeddings
299
+ - 🌐 **Language Filtering** - Filter by language pairs with dynamic column headers
300
+ - 🔗 **Superlookup Integration** - New Supermemory tab for unified lookup
301
+ - 📤 **Export Options** - Export to TMX or CSV format
302
+
303
+ **v1.9.16 - Local LLM Support (Ollama):**
304
+ - 🖥️ **Offline AI** - Run translation entirely on your computer with no API costs
305
+ - 🔧 **Hardware Detection** - Automatic model recommendations based on RAM/GPU
306
+ - 📦 **Setup Wizard** - One-click Ollama installation and model downloads
307
+
308
+ **v1.9.15 - Bilingual Table Export/Import:**
309
+ - 📋 **With Tags Export** - Export bilingual table with Supervertaler tags for proofreading (can be re-imported)
310
+ - 📄 **Formatted Export** - Export bilingual table with applied formatting for clients/archives
311
+ - 🔄 **Import Changes** - Re-import edited bilingual table to update translations with diff preview
312
+ - 📊 **5-Column Table** - Segment #, Source, Target, Status, Notes - perfect for review workflow
313
+
314
+ **v1.9.14 - DOCX Export & Keyboard Navigation:**
315
+ - 📤 **Formatting Preservation** - Export properly converts `<b>`, `<i>`, `<u>` tags to Word formatting
316
+ - ⌨️ **Ctrl+Home/End** - Navigate to first/last segment even when editing in grid cells
317
+
318
+ **v1.9.13 - Document Preview & List Formatting Tags:**
319
+ - 📄 **Preview Tab** - New Preview tab shows formatted document with headings, paragraphs, and lists
320
+ - 🔢 **List Type Detection** - DOCX import properly detects bullet vs numbered lists from Word XML
321
+ - 🏷️ **Short List Tags** - `<li-o>` for ordered/numbered lists (1. 2. 3.), `<li-b>` for bullet points (•)
322
+
323
+ **v1.9.12 - Progress Indicator Status Bar:**
324
+ - 📊 **Words Translated** - Shows X/Y words with percentage
325
+ - ✅ **Confirmed Segments** - Shows X/Y segments with percentage
326
+ - 🔢 **Remaining Count** - Segments still needing work
327
+ - 🎨 **Color Coding** - Red (<50%), Orange (50-80%), Green (>80%)
328
+
329
+ **v1.9.11 - Navigation & Find/Replace Improvements:**
330
+ - ⚡ **Quick Navigation** - Ctrl+Home/End to jump to first/last segment
331
+ - 🔍 **Smart Pre-fill** - Find/Replace dialog pre-fills selected text
332
+ - ⌨️ **Ctrl+Q Shortcut** - Instant term pair saving (remembers last-used termbase)
333
+
334
+ **v1.9.6 - Custom File Extensions & Monolingual Export:**
335
+ - 📁 **Branded Extensions** - `.svproj` (projects), `.svprompt` (prompts), `.svntl` (non-translatables)
336
+ - 🌐 **Language Selection** - Monolingual DOCX import now prompts for source/target languages
337
+ - 📤 **Target-Only Export** - Export translated content preserving original document structure
338
+ - 💾 **Project Persistence** - Original DOCX path saved for reliable exports
339
+ - 📊 **Preview & Configure** - Review extracted terms, adjust parameters (frequency, n-gram, language)
340
+ - 🎯 **Visual Distinction** - Project=pink, Forbidden=black, Background=priority-based blue
341
+ - ⚡ **One-Click Extraction** - Extract Terms button in Termbases tab (enabled when project loaded)
342
+
343
+ **v1.6.0 - Complete Termbase System:**
344
+ - 📚 **Professional Terminology Management** - SQLite-based termbase system rivaling commercial CAT tools
345
+ - 🎨 **Priority-Based Highlighting** - Terms highlighted in source with color intensity matching priority (1-99)
346
+ - 💡 **Hover Tooltips** - Mouse over highlighted terms to see translation, priority, and forbidden status
347
+ - 🖱️ **Double-Click Insertion** - Click any highlighted term to insert translation at cursor
348
+ - ⚫ **Forbidden Term Marking** - Forbidden terms highlighted in black for maximum visibility
349
+ - 🔍 **Real-Time Matching** - Automatic detection and display in Translation Results panel
350
+ - 🗂️ **Multi-Termbase Support** - Create, activate/deactivate, and manage multiple termbases
351
+ - ⌨️ **Fast Term Entry** - Select source → Tab → select target → Ctrl+E to add term
352
+ - ✏️ **Full Management** - Edit priority, forbidden flag, definition, domain in dedicated UI
353
+
354
+ **v1.5.1 - Source/Target Tab Cycling:**
355
+ - 🔄 **Tab Key Cycling** - Press `Tab` to jump between source and target cells
356
+ - ⌨️ **Termbase Workflow** - Select term in source → `Tab` → select translation in target
357
+ - 🔠 **Ctrl+Tab** - Insert actual tab character when needed
358
+
359
+ **v1.5.0 - Translation Results Enhancement + Match Insertion:**
360
+ - 🎯 **Progressive Match Loading** - All match types now accumulate (termbase + TM + MT + LLM)
361
+ - ⌨️ **Match Shortcuts** - `Ctrl+1-9` for quick insert, `Ctrl+Up/Down` to navigate, `Ctrl+Space` to insert
362
+ - 🏷️ **Tag Display Control** - Optional show/hide HTML/XML tags in results
363
+ - 📊 **Smart Status** - Manual edits reset status requiring confirmation
364
+
365
+ **v1.4.0 - Supervoice Voice Dictation + Detachable Log:**
366
+ - 🎤 **Supervoice Voice Dictation** - AI-powered hands-free translation input
367
+ - 🌍 **100+ Languages** - OpenAI Whisper supports virtually any language
368
+ - ⌨️ **F9 Global Hotkey** - Press-to-start, press-to-stop recording anywhere
369
+ - 🎚️ **5 Model Sizes** - Tiny to Large (balance speed vs accuracy)
370
+ - 🚀 **Future Voice Commands** - Planned parallel dictation for workflow automation
371
+ - 🪟 **Detachable Log Window** - Multi-monitor support with synchronized auto-scroll
372
+
373
+ **Previous Features:**
374
+ - 🤖 **AI Assistant Enhanced Prompts** - ChatGPT-quality translation prompts (v1.3.4)
375
+ - 📊 **Superbench** - LLM translation quality benchmarking with adaptive project sampling (v1.4.1, formerly LLM Leaderboard v1.3.3)
376
+
377
+ **v1.3.1 Features - AI Assistant File Attachment Persistence:**
378
+ - 📎 **Persistent File Attachments** - Attached files saved to disk across sessions
379
+ - 👁️ **File Viewer Dialog** - View attached content with markdown preview
380
+ - 🗂️ **Expandable Files Panel** - Collapsible UI with view/remove buttons
381
+
382
+ **v1.3.0 Features - AI Assistant + 2-Layer Architecture:**
383
+ - 🤖 **AI Assistant with Chat Interface** - Conversational prompt generation and document analysis
384
+ - 🎯 **2-Layer Prompt Architecture** - Simplified from 4-layer to intuitive 2-layer system
385
+ - **Layer 1: System Prompts** - Infrastructure (CAT tags, formatting, core instructions)
386
+ - **Layer 2: Custom Prompts** - Domain + Project + Style Guide (unified, flexible)
387
+ - ✨ **Markdown Chat Formatting** - Beautiful chat bubbles with **bold**, *italic*, `code`, and bullets
388
+ - 🧹 **TagCleaner Module** - Clean memoQ index tags from AutoFingers translations
389
+ - 🎨 **Perfect Chat Rendering** - Custom Qt delegates for professional chat UI
390
+
391
+ **v1.2.4 Features - TagCleaner Module & AutoFingers Enhancement:**
392
+ - ✅ **TagCleaner Module** - Standalone module for cleaning CAT tool tags
393
+ - ✅ **AutoFingers Integration** - Tag cleaning integrated with AutoFingers engine
394
+ - ✅ **Status Column Improvements** - Semantic icons and better visual design
395
+
396
+ **v1.2.2-1.2.3 Features:**
397
+ - ✅ **Translation Results Panels** - All match types display correctly
398
+ - ✅ **Document View Formatting** - Renders bold, italic, underline, list items
399
+ - ✅ **Enhanced Type Column** - H1-H4, Title, Sub, li, ¶ with color coding
400
+ - ✅ **Tabbed Panel Interface** - Translation Results | Segment Editor | Notes
401
+ - ✅ **Complete Match Chaining** - Termbase + TM + MT + LLM together
402
+
403
+ **Core Features:**
404
+ - 🎯 **2-Layer Prompt Architecture** - System Prompts + Custom Prompts with AI Assistant
405
+ - 🤖 **AI Assistant** - Conversational interface for document analysis and prompt generation
406
+ - 🧠 **Context-aware AI** - Leverages full document context, images, TM, and termbases
407
+ - 🤖 **Multiple AI Providers** - OpenAI GPT-4o/5, Claude 3.5 Sonnet, Google Gemini 2.0
408
+ - 🖥️ **Local LLM (Ollama)** - Run AI translation offline, no API keys needed, complete privacy
409
+ - 🌐 **Machine Translation** - Google Cloud Translation API integration
410
+ - 🎨 **Translation Results Panel** - All match types (Termbase, TM, MT, LLM) in one view
411
+ - 🔄 **CAT Tool Integration** - Import/export with memoQ, Trados, CafeTran
412
+ - 📊 **Bilingual Review Interface** - Grid, List, and Document views
413
+ - 🔍 **Superlookup** - System-wide search with global hotkey (Ctrl+Alt+L)
414
+ - 📝 **TMX Editor** - Professional translation memory editor with database support
415
+ - 🧹 **AutoFingers** - Automated translation pasting for memoQ with tag cleaning
416
+ - 🔧 **PDF Rescue** - AI-powered OCR for poorly formatted PDFs
417
+ - 🔧 **Encoding Repair Tool** - Detect and fix text encoding corruption (mojibake)
418
+ - 💾 **Translation Memory** - Fuzzy matching with TMX import/export
419
+ - 📚 **Multiple Termbases** - Glossary support per project
420
+
421
+ ---
422
+
423
+ ## 📋 System Requirements
424
+
425
+ - **Python:** 3.8+
426
+ - **PyQt6** - Modern GUI framework
427
+ - **OS:** Windows, macOS, Linux
428
+ - **Database:** SQLite (built-in)
429
+
430
+ ---
431
+
432
+ ## 💡 Repository Philosophy
433
+
434
+ This repository follows a **lean structure** optimized for efficiency:
435
+ - ✅ Only essential source code included
436
+ - ✅ Current documentation in `docs/`
437
+ - ✅ Historical documentation archived in `docs/archive/`
438
+ - ✅ Smaller repo = faster AI processing = lower costs
439
+
440
+ ---
441
+
442
+ ## 📖 Learn More
443
+
444
+ For comprehensive project information, see [PROJECT_CONTEXT.md](PROJECT_CONTEXT.md).
445
+
446
+ ---
447
+
448
+ **Last Updated:** October 30, 2025
449
+ **Latest Version:** v1.0.2-Qt (October 31, 2025)
450
+
451
+ ---
452
+
453
+ ## 📦 Two Editions Available
454
+
455
+ ### 🆕 Qt Edition (Modern) - **Recommended**
456
+ **File**: `Supervertaler_Qt.py`
457
+ **Current Version**: v1.0.0 Phase 5 (October 29, 2025)
458
+
459
+ **Latest Features**:
460
+ - 🔍 **Superlookup** - Search TM from anywhere (Ctrl+Alt+L)
461
+ - 🎨 **Modern UI** - PyQt6 with 6 built-in themes + custom theme editor
462
+ - ⚡ **Better Performance** - Faster, more responsive
463
+ - 🎯 **Superlookup** - System-wide translation memory search
464
+ - 🤖 **AutoFingers** - Automated translation pasting for memoQ
465
+ - 📋 **memoQ Integration** - Bilingual DOCX import/export
466
+ - 💾 **Translation Memory** - SQLite-based with FTS5 search
467
+ - 📝 **TMX Editor** - Professional TM editing
468
+
469
+ ### 🔧 Tkinter Edition (Classic) - **Stable**
470
+ **File**: `Supervertaler_tkinter.py`
471
+ **Current Version**: v3.7.7 (October 27, 2025)
472
+
473
+ **Features**:
474
+ - 🤖 **LLM Integration** - OpenAI GPT-4/5, Anthropic Claude, Google Gemini
475
+ - 🎯 **Context-aware Translation** - Full document understanding
476
+ - 📚 **Unified Prompt Library** - System Prompts + Custom Instructions
477
+ - 🆘 **PDF Rescue** - AI-powered OCR for badly-formatted PDFs
478
+ - ✅ **CAT Features** - Segment editing, grid pagination, dual selection
479
+ - 📝 **TMX Editor** - Professional translation memory editor
480
+ - 🔗 **CAT Tool Integration** - memoQ, CafeTran, Trados Studio
481
+ - 📊 **Smart Auto-export** - TMX, TSV, XLIFF, Excel
482
+
483
+ ---
484
+
485
+ ## Quick Start
486
+
487
+ **Download Latest**:
488
+ - **Qt Edition**: `Supervertaler_Qt.py` (Modern, recommended)
489
+ - **Tkinter Edition**: `Supervertaler_tkinter.py` (Classic, stable)
490
+
491
+ **Previous Versions**: See `previous_versions/` folder for archived releases
492
+
493
+ ---
494
+
495
+ ## ✨ What is Supervertaler?
496
+
497
+ Supervertaler is a **professional Computer-Aided Translation (CAT) editor** designed by a 30-year veteran translator for translators.
498
+
499
+ Built with PyQt6, Supervertaler offers modern UI, advanced AI integration, complete termbase system, and specialized modules for every translation challenge.
500
+
501
+ ---
502
+
503
+ ## 🎯 Core Features
504
+
505
+ **Complete Termbase System** (v1.6.0):
506
+ - 📚 **Professional Terminology Management** - SQLite-based with FTS5 search
507
+ - 🎨 **Priority-Based Highlighting** - Terms highlighted with color intensity (1-99 scale)
508
+ - 💡 **Hover Tooltips** - See translation, priority, forbidden status on hover
509
+ - 🖱️ **Double-Click Insertion** - Insert translations at cursor with one click
510
+ - ⚫ **Forbidden Term Marking** - Black highlighting for do-not-use terms
511
+ - 🔍 **Real-Time Matching** - Automatic detection in Translation Results panel
512
+ - 🗂️ **Multi-Termbase Support** - Create, activate/deactivate multiple termbases
513
+
514
+ **AI & Translation**
515
+
516
+ - 🤖 **Multiple AI Providers** - OpenAI GPT-4o/5, Claude 3.5 Sonnet, Google Gemini 2.0
517
+ - 🎯 **2-Layer Prompt Architecture** - System Prompts + Custom Prompts with AI Assistant
518
+ - 🤖 **AI Assistant** - Conversational interface for document analysis and prompt generation
519
+ - 🧠 **Context-aware Translation** - Full document context, images, TM, and termbases
520
+ - 🌐 **Machine Translation** - Google Cloud Translation API integration
521
+ - 🎨 **Translation Results Panel** - All match types (Termbase, TM, MT, LLM) in one view
522
+
523
+ **Professional CAT Editor**:
524
+ - 📊 **Bilingual Grid Interface** - Source/target cells with inline editing
525
+ - 🔄 **Tab Key Cycling** - Jump between source and target cells
526
+ - ⌨️ **Match Shortcuts** - Ctrl+1-9 for quick insert, Ctrl+Up/Down to navigate
527
+ - 📝 **Document View** - Full document layout with formatting
528
+ - 🏷️ **Tag Display Control** - Optional show/hide HTML/XML tags
529
+ - 🔍 **Find/Replace** - Search across segments with regex support
530
+
531
+ **Translation Memory**:
532
+ - 💾 **SQLite Backend** - Fast, reliable database storage with FTS5 search
533
+ - 🔍 **Fuzzy Matching** - Find similar segments with match percentages
534
+ - 📝 **TMX Editor** - Professional TM editor handles massive 1GB+ files
535
+ - 📥 **Import/Export** - TMX, XLIFF, bilingual DOCX formats
536
+ - 🔄 **Auto-propagation** - Repeat translations automatically
537
+
538
+ **Voice & Accessibility**:
539
+ - 🎤 **Supervoice** - AI voice dictation with OpenAI Whisper (100+ languages)
540
+ - ⌨️ **F9 Global Hotkey** - Press-to-start, press-to-stop recording
541
+ - 🎚️ **5 Model Sizes** - Tiny to Large (balance speed vs accuracy)
542
+ - 🪟 **Detachable Windows** - Multi-monitor support for log and panels
543
+
544
+ **Specialized Modules**:
545
+ - 📄 **PDF Rescue** - AI OCR with GPT-4 Vision for locked PDFs
546
+ - 🧹 **AutoFingers** - Automated translation pasting for memoQ with tag cleaning
547
+ - 📊 **Superbench** - LLM translation quality benchmarking with chrF++ scoring
548
+ - 🔧 **Encoding Repair** - Detect and fix text encoding corruption (mojibake)
549
+ - 🔍 **Superlookup** - System-wide TM search with global hotkey (Ctrl+Alt+L)
550
+
551
+ **CAT Tool Integration**:
552
+ - 📊 **memoQ** - Bilingual DOCX import/export with perfect alignment
553
+ - 🏢 **Trados** - XLIFF import/export with tag preservation
554
+ - ☕ **CafeTran** - Bilingual DOCX support
555
+ - 💾 **Export Formats** - DOCX, TSV, JSON, XLIFF, TMX, Excel, HTML, Markdown
556
+
557
+ ---
558
+
559
+ ## 🔧 Getting Started
560
+
561
+ ### Installation
562
+
563
+ ```bash
564
+ # Clone repository
565
+ git clone https://github.com/michaelbeijer/Supervertaler.git
566
+ cd Supervertaler
567
+
568
+ # Install dependencies
569
+ pip install -r requirements.txt
570
+
571
+ # Run application
572
+ python Supervertaler.py
573
+ ```
574
+
575
+ ---
576
+
577
+ ### First Steps
578
+
579
+ 1. **Configure API Keys**: Set up OpenAI, Claude, or Gemini credentials
580
+ 2. **Explore System Prompts** (Ctrl+P) - Browse domain-specific specialist prompts
581
+ 3. **Create Custom Instructions** - Define your translation preferences
582
+ 4. **Open a Document** - Import DOCX, create segments
583
+ 5. **Start Translating** - Use System Prompts or custom instructions
584
+ 6. **Export Results** - Session reports, TMX, auto-export to CAT tools
585
+
586
+ ---
587
+
588
+ ## 📖 Documentation
589
+
590
+ - **Changelog**: [CHANGELOG.md](CHANGELOG.md) - Complete version history
591
+ - **Legacy Versions**: [legacy_versions/LEGACY_VERSIONS.md](legacy_versions/LEGACY_VERSIONS.md) - Historical information
592
+ - **Project Context**: [PROJECT_CONTEXT.md](PROJECT_CONTEXT.md) - Complete project reference
593
+ - **Website**: [michaelbeijer.github.io/Supervertaler](https://michaelbeijer.github.io/Supervertaler)
594
+
595
+ ---
596
+
597
+ ## 🎯 Why Supervertaler?
598
+
599
+ ### For Professional Translators
600
+ - ✅ Built by a professional translator (30 years experience)
601
+ - ✅ Designed for real translation workflows, not generic AI
602
+ - ✅ Integrates with your existing CAT tools
603
+ - ✅ Context-aware for better accuracy
604
+ - ✅ Fully open source - no vendor lock-in
605
+
606
+ ### For Translation Agencies (LSPs)
607
+ - ✅ Improve translator productivity (20-40% gains documented)
608
+ - ✅ Consistent quality across your translator pool
609
+ - ✅ Works with your existing CAT tool infrastructure
610
+ - ✅ Open source means you own your workflow
611
+ - ✅ Custom training and consulting available
612
+
613
+ ### Why Open Source?
614
+ - 🔓 **Full transparency** - See exactly what the AI is doing
615
+ - 🔓 **No vendor lock-in** - Own your translation workflow
616
+ - 🔓 **Community-driven** - Contribute features, report bugs
617
+ - 🔓 **Sustainable** - Supported through consulting and training
618
+
619
+ ---
620
+
621
+ ## 🚀 Features Overview
622
+
623
+ ### AI Translation Engine
624
+ - **Multiple providers** - OpenAI, Anthropic, Google Gemini
625
+ - **Multimodal support** - GPT-4 Vision for figures and context
626
+ - **Batch processing** - Translate entire documents at once
627
+ - **Context preservation** - Full document analysis before translation
628
+
629
+ ### Professional Prompts
630
+ - **19 System Prompts** - Domain specialists (Legal, Medical, Patent, Tech, etc.)
631
+ - **8 Custom Instructions** - User-defined preferences
632
+ - **Prompt Assistant** - Generate custom prompts from document analysis
633
+ - **Markdown format** - Human-readable, easy to edit
634
+
635
+ ### Translation Memory
636
+ - **Fuzzy matching** - Find similar segments
637
+ - **Context display** - See source alongside match
638
+ - **Segment history** - Learn from previous translations
639
+ - **TMX export** - Industry-standard format
640
+
641
+ ### Professional Export
642
+ - **Auto-reports** - Session reports in HTML and Markdown
643
+ - **CAT tool export** - Direct memoQ and CafeTran DOCX
644
+ - **Format preservation** - Bold, italic, formatting maintained
645
+ - **Tag safety** - XLIFF tags completely preserved
646
+
647
+ ---
648
+
649
+ ## 📊 Performance
650
+
651
+ - ⚡ **Grid pagination** - 10x faster loading (50 segments/page)
652
+ - ⚡ **Smart caching** - Reduce API calls with TM fuzzy matching
653
+ - ⚡ **Batch translation** - Process 100+ segments simultaneously
654
+ - ⚡ **Responsive UI** - Stays responsive during large operations
655
+
656
+ ---
657
+
658
+ ## 🤝 Community & Support
659
+
660
+ - **GitHub Issues**: [Report bugs or request features](https://github.com/michaelbeijer/Supervertaler/issues)
661
+ - **GitHub Discussions**: [Community chat and questions](https://github.com/michaelbeijer/Supervertaler/discussions)
662
+ - **Website**: [supervertaler.com](https://supervertaler.com)
663
+ - **Professional Website**: [michaelbeijer.co.uk](https://michaelbeijer.co.uk)
664
+
665
+ ---
666
+
667
+ ## 💡 Use Cases
668
+
669
+ ### Individual Translators
670
+ - Enhance personal productivity with AI
671
+ - Maintain consistent terminology
672
+ - Work faster without sacrificing quality
673
+ - Leverage domain-specific prompts
674
+
675
+ ### Translation Agencies
676
+ - Train all translators with same prompts
677
+ - Maintain company-wide consistency
678
+ - Increase productivity across the team
679
+ - Reduce review/QA time
680
+ - Custom LSP consulting available
681
+
682
+ ### Translation Students
683
+ - Learn professional translation workflows
684
+ - Understand CAT tool integration
685
+ - Practice with real-world tools
686
+ - Open source to study and modify
687
+
688
+ ---
689
+
690
+ ## 🔐 Privacy & Security
691
+
692
+ - **No data collection** - Your translations stay on your computer
693
+ - **Local processing** - Translations processed locally by default
694
+ - **API keys encrypted** - Credentials stored securely
695
+ - **Open source** - Full audit trail, no hidden code
696
+ - **GDPR compliant** - User data never leaves your system
697
+
698
+ ---
699
+
700
+ ## 📄 License
701
+
702
+ **MIT License** - Fully open source and free
703
+
704
+ This software is provided as-is for both personal and commercial use.
705
+
706
+ ---
707
+
708
+ ## 👤 About
709
+
710
+ **Supervertaler** is maintained by Michael Beijer, a professional translator with 30 years of experience in technical and patent translation. The project represents a personal passion for building tools that make translators' lives easier.
711
+
712
+ - 🌐 **Website**: [michaelbeijer.co.uk](https://michaelbeijer.co.uk)
713
+ - 💼 **Professional**: [ProZ Profile](https://www.proz.com/profile/652138)
714
+ - 🔗 **LinkedIn**: [linkedin.com/in/michaelbeijer](https://www.linkedin.com/in/michaelbeijer/)
715
+
716
+ ---
717
+
718
+ **Last Updated:** November 16, 2025
719
+ **Current Version:** v1.6.6
720
+
721
+ ## 🎯 Roadmap
722
+
723
+ ### Planned Features (v3.8+)
724
+ - Enhanced Prompt Assistant with auto-refinement
725
+ - Glossary management UI improvements
726
+ - Advanced TM features (penalty weights, leverage scoring)
727
+ - Integration marketplace (partner CAT tools)
728
+ - Professional cloud hosting option (optional)
729
+
730
+ ### Community Contributions Welcome
731
+ We're looking for:
732
+ - 🐛 Bug reports and feature requests
733
+ - 💡 Prompt contributions (System Prompts, Custom Instructions)
734
+ - 📖 Documentation improvements
735
+ - 🌍 Translations and localization
736
+ - 🤝 Code contributions
737
+
738
+ ---
739
+
740
+ ## 📞 Questions?
741
+
742
+ Check out:
743
+ 1. **README.md** (this file) - Overview
744
+ 2. **[CHANGELOG.md](CHANGELOG.md)** - Complete version history
745
+ 3. **[PROJECT_CONTEXT.md](PROJECT_CONTEXT.md)** - Complete project reference
746
+ 4. **[GitHub Discussions](https://github.com/michaelbeijer/Supervertaler/discussions)** - Ask questions & share ideas
747
+ 5. **[Website Documentation](https://supervertaler.com)** - Guides and tutorials
748
+ 6. **[GitHub Issues](https://github.com/michaelbeijer/Supervertaler/issues)** - Bug reports & feature requests
749
+
750
+ ---
751
+
752
+ ## 💡 Contributing & Feedback
753
+
754
+ We welcome contributions and feedback from the community!
755
+
756
+ ### Feature Requests & Ideas
757
+ Have an idea for a new module or feature? We'd love to hear from you!
758
+
759
+ - **💬 [Start a Discussion](https://github.com/michaelbeijer/Supervertaler/discussions)** - Share ideas, ask questions, discuss features
760
+ - Perfect for brainstorming new modules
761
+ - Exploring "what if" scenarios
762
+ - Getting community feedback
763
+ - Discussing implementation approaches
764
+
765
+ ### Bug Reports
766
+ Found a problem? Help us improve!
767
+
768
+ - **🐛 [Report a Bug](https://github.com/michaelbeijer/Supervertaler/issues)** - Submit detailed bug reports
769
+ - Include steps to reproduce
770
+ - Specify your environment (OS, Python version)
771
+ - Attach screenshots if relevant
772
+
773
+ ### Workflow
774
+ 1. **💭 Idea** → Start in [Discussions](https://github.com/michaelbeijer/Supervertaler/discussions)
775
+ 2. **✅ Approved** → Converted to [Issue](https://github.com/michaelbeijer/Supervertaler/issues) for tracking
776
+ 3. **🚀 Implemented** → Linked to commits and released
777
+
778
+ ---
779
+
780
+ **Last Updated**: October 31, 2025
781
+ **Version**: v1.1.0 (Qt Edition)
782
+ **Status**: Active Development
783
+ **License**: MIT (Open Source)
784
+ **Security Status**: Current - Security patches applied
785
+
786
+ ---
787
+
788
+ > 🎯 **Supervertaler**: Empowering professional translators with intelligent, context-aware AI tools. Built by translators, for translators.