From 9163b20ad7efc60639fffb905d04666b53077aa0 Mon Sep 17 00:00:00 2001 From: bindeali <56399637+bindeali@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:08:11 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8f922..2dec1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,14 @@ All notable changes to the Assembly line tooling will be documented here. ## [Unreleased] - yyyy-mm-dd -- /RELEASE-MANAGER/ short description +Ontographer stability and minor speed improvements along with minor bug fixes. +- [OntoGrapher - #509](https://github.com/datagov-cz/ontoGrapher/issues/509), fix row duplication in RPP exports +- [OntoGrapher - #505](https://github.com/datagov-cz/ontoGrapher/issues/505), fix IRI generation with slashes +- [Ontographer - AL#178](https://github.com/opendata-mvcr/sgov-assembly-line/issues/178), fixed error when attempting to delete last remaining diagram +- [Ontographer - AL#176](https://github.com/opendata-mvcr/sgov-assembly-line/issues/176), implemented clarifying text to differentiate write-enabled and read-only terms +- [Ontographer - AL#173](https://github.com/opendata-mvcr/sgov-assembly-line/issues/173), fixed context menu appearing on new term creation +- [Ontographer - AL#171](https://github.com/opendata-mvcr/sgov-assembly-line/issues/171), fixed "Vocabularies" selector in diagram detail panel's styling +- [Assembly Line - AL#166](https://github.com/opendata-mvcr/sgov-assembly-line/issues/166), fixed server restriction causing TermIT CSV export to not work ## 2023-08-20 - Term list export and compact mode improvements From 4d8fafdf24c763551b341128d5d4e898cf7a5b76 Mon Sep 17 00:00:00 2001 From: bindeali <56399637+bindeali@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:15:01 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dec1a8..aa41525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # Change Log All notable changes to the Assembly line tooling will be documented here. -## [Unreleased] - yyyy-mm-dd +## 2023-12-05 Ontographer stability and minor speed improvements along with minor bug fixes. - [OntoGrapher - #509](https://github.com/datagov-cz/ontoGrapher/issues/509), fix row duplication in RPP exports - [OntoGrapher - #505](https://github.com/datagov-cz/ontoGrapher/issues/505), fix IRI generation with slashes