Releases: woped/WoPeD
Releases · woped/WoPeD
Release list
v3.11.1
v3.11.0
3.11.0 (2026-03-17)
Bug Fixes
- 2nd try to make communication with t2p backend configurable (acf2a36)
- first try to make communication with t2p backend configurable (7d44ad1)
- improve LLM service connection string construction (cf553e8)
Features
- implement T2PResponseParser for extracting PNML from JSON responses (1ea2899)
v3.10.0
3.10.0 (2026-02-05)
Bug Fixes
- configuration page fix: Fixed config page using wrong interface methods (a5b59bb)
- defaults: switched from localhost to woped domain (19e90df)
- proper model folder, documentation: fixed model not being in its own folder, added comments inline to much of the legacy code (c85e0e1)
- size: increase window size to fit new button (6d3c008)
- translated messages: properly display translated error messages (5bc742d)
- UI-Buttons: Re-add delete button (1890c68)
- UI-Labels: Make Labels more clear (c06ade8)
- wrong url composition: fixed new url composition with port from config files (885aedf)
Features
- add llm selection: added llm selection option (74042f7)
- beans: Continue implementing new beans (3dd9998)
- fix connectivity: Connectivity to T2P 2.0 (9dcd820)
- port selection for llm backend: Add Port selection for the LLM backend (a7cb851)
- serialization: Implement serialization usign Gson (92f6886)
- T2P LLM Servereinstellungen: Neuer Abschnitt in den einstellungen für T2P 2.0 server host feld (88b692c)
- T2P LLM Servereinstellungen: Verbindungstestmethode eingefügt (845dbda)
v3.9.5
v3.9.4
v3.9.3
fix: use correct tag name for semantic-release
3.9.2
3.9.1-SNAPSHOT-8122ae2c
Merge pull request #160 from adamburkegh/v3_9_1_autosave Autosave feature first cut
3.9.1-SNAPSHOT-3b43e08d
DOCX bug, Java version build and unit test fixes (#158) * Upgrade launch4j to fix build errors related to Java upgrades and deprecated APIs. * Upgrade mockito to fix build and unit test errors related to Java upgrades and deprecated APIs. * Ignore DOCX loader test that was failing due to xmlbeans API incompatibilities, detailed in issue #157. Load resource files for test reliably * Fix unit tests expecting incorrect string comparator behaviour, especially ShortLexStringComparator behaviour. Possibly related to Java upgrades.
3.9.1-SNAPSHOT-6e2ed2e4
ci: Add checkout to release step