Skip to content

Releases: woped/WoPeD

v3.11.1

Choose a tag to compare

@github-actions github-actions released this 14 May 06:54

3.11.1 (2026-05-14)

Bug Fixes

  • update .gitignore to include build.output and refactor ribbon integration in MainFrame (f159e3a)

v3.11.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 08:58
cf16f9c

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

Choose a tag to compare

@github-actions github-actions released this 05 Feb 20:01
6c9890a

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

Choose a tag to compare

@github-actions github-actions released this 17 Aug 08:05
32e1793

3.9.5 (2025-08-17)

Bug Fixes

v3.9.4

Choose a tag to compare

@github-actions github-actions released this 20 Jun 18:54
c3a99c9

3.9.4 (2025-06-20)

v3.9.3

Choose a tag to compare

@Moritz010902 Moritz010902 released this 18 Jun 13:39
023201e

fix: use correct tag name for semantic-release

3.9.2

Choose a tag to compare

@nileger nileger released this 22 Feb 17:47
b963b94

Changes

  • Added autosave feature in editor
  • Removed registration dialog and menu item (WoPeD community server no more supported)

3.9.1-SNAPSHOT-8122ae2c

Choose a tag to compare

@github-actions github-actions released this 05 Dec 11:56
8122ae2
Merge pull request #160 from adamburkegh/v3_9_1_autosave

Autosave feature first cut

3.9.1-SNAPSHOT-3b43e08d

Choose a tag to compare

@github-actions github-actions released this 18 Nov 12:27
3b43e08
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

Choose a tag to compare

ci: Add checkout to release step