Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Releases: corese-stack/corese-gui-swing

Release v4.6.2

13 Mar 17:47

Choose a tag to compare

Added

  • Added an in-app migration notification to guide users from legacy 4.x to the new Corese-GUI 5.x repository.
  • Updated install scripts to handle migration flows toward corese-stack/corese-gui for versions >= 5.0.0.

Changed

  • Marked this repository/documentation line as legacy and prepared transition links toward the new repository.
  • Updated documentation version switcher generation to support navigation between legacy 4.x docs and new 5.x docs.

Release v4.6.1

10 Oct 13:34

Choose a tag to compare

Fixed

  • Fixed RDFS RL inference engine initialization issue causing failures since version 4.6.0.
  • Improved synchronization between UI states and inference engine states.

Release v4.6.0

01 Aug 12:35

Choose a tag to compare

Added

  • Allow to zoom in/out/reset the view in the Corese GUI.

Changed

  • Fix zooming and panning functionality of graph view.
  • Migration from Maven to Gradle for build management.
  • Updated dependencies to their latest versions.
  • Removed all module-info files.
  • Clean up of unused imports and code comments.

Removed

  • Dropped support for shex.
  • Removed the LUBM benchmark from the source code.
  • Dropped support for alternative storage systems (Jena TDB1, Corese Graph, RDF4J Model).

Development Pre-release

30 Jul 15:35

Choose a tag to compare

Pre-release

🚧 This is the latest build from the develop branch.
Not intended for production use.

Last Updated: 13 March 2026, 18:52:46
Build Info:

  • Branch: develop
  • Commit: cde3abeab45f06a48c48a05e7b54b06d61f6d45d
  • Build Time: 13 March 2026, 18:52:46

Release v4.5.0

09 Jul 09:00

Choose a tag to compare

Added

Fixed

  • Fixed Trig serialization to escape special characters (see issue #151).
  • Fixed federated queries with PREFIX statements failing under certain conditions (see issue #140).

Security

Release v4.4.1

09 Jul 09:00

Choose a tag to compare

Fixed

  • Removed warning: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.

Security

Release v4.4.0

09 Jul 08:59

Choose a tag to compare

Added

Changed

  • Performed code clean-up, corrections, and added comments for improved readability and maintenance.

Fixed

  • Fixed an encoding error when loading a file whose path contains a space.
  • Fixed encoding error on Windows when exporting graphs.
  • Fixed SPARQL engine bug where it was impossible to load a named graph that contains a non-empty RDF list.
  • Fixed issue with rdf: prefix not found when sending a federated query to Fuseki (see issue #114).
  • Fixed non-standard JSON format on query timeout (see issue #113).
  • Fixed inconsistent status of the OWL and Rules checkboxes in Corese-GUI that were not updated during reload (see issue #110).
  • Fixed the rule engine that was implementing optimizations incompatible with the owl:propertyChainAxiom rule (see issue #110).

Security

Release v4.3.0

09 Jul 08:58

Choose a tag to compare

Added

  • Added a SHACL editor.
  • Added a Turtle editor.
  • Added possibility to save the current graph.

Fixed