From 6c1bf9f0a16e29f97f49982583c81e873a83fc6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Mon, 13 Jan 2025 09:55:31 +0100 Subject: [PATCH] build(annotation): release version 1.0.0 --- libs/annotation/CHANGELOG.md | 17 +++++++++++++++++ libs/annotation/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/libs/annotation/CHANGELOG.md b/libs/annotation/CHANGELOG.md index 628272441..466fb2b83 100644 --- a/libs/annotation/CHANGELOG.md +++ b/libs/annotation/CHANGELOG.md @@ -2,6 +2,23 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [1.0.0](https://github.com/IPS-LMU/octra/compare/annotation-0.1.17...annotation-1.0.0) (2025-01-13) + + +### Bug Fixes + +* **annotation:** SRT converter combines same speaker units incorrectly ([16806e1](https://github.com/IPS-LMU/octra/commit/16806e1138c714b8bfd26305cabd2e1da4b16120)) +* **octra:** visible escape codes on shortcuts modal ([e7a63fb](https://github.com/IPS-LMU/octra/commit/e7a63fb542ee0841e21ffae1cdf9704a22525b1c)) + + +### Features + +* **annotation:** more information about supported apps foreach annotation format ([1a6e192](https://github.com/IPS-LMU/octra/commit/1a6e192d30d31af4820bbbe02ebfe252c23e9bc7)) +* **octra:** import options can be set in projectconfig.json for each converter ([f1addb2](https://github.com/IPS-LMU/octra/commit/f1addb2e762a5f37ab02b371dde1103168074fe6)) +* **octra:** upgrade to Nx 20 incl. Angular 19 ([5850cbc](https://github.com/IPS-LMU/octra/commit/5850cbcb71a6664ca53e9a038443e913390910c3)) + + + ## [0.1.17](https://github.com/IPS-LMU/octra/compare/annotation-0.1.16...annotation-0.1.17) (2024-12-03) ### Bug Fixes diff --git a/libs/annotation/package.json b/libs/annotation/package.json index 988ac5494..8f25381ac 100644 --- a/libs/annotation/package.json +++ b/libs/annotation/package.json @@ -1,7 +1,7 @@ { "name": "@octra/annotation", "description": "library containing annotation related classes and functions used by OCTRA (e.g. file converters)", - "version": "0.1.17", + "version": "1.0.0", "license": "MIT", "private": false, "author": {