Skip to content

Commit

Permalink
build(annotation): release version 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jul 29, 2024
1 parent 7f14e55 commit 511212d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions libs/annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.1.14](https://github.com/IPS-LMU/octra/compare/annotation-0.1.13...annotation-0.1.14) (2024-07-29)


### Bug Fixes

* **annotation:** srt import doesn't combine units of same speaker correctly ([2f41036](https://github.com/IPS-LMU/octra/commit/2f41036a90eb756872ccc4118729f989c9910243))
* **octra:** overview can not be opened after srt import ([679fec1](https://github.com/IPS-LMU/octra/commit/679fec11d298a2998d584ed83c82fed83059f242))
* **octra:** url mode loads wrong data if logged-in in other tab ([efaa5ad](https://github.com/IPS-LMU/octra/commit/efaa5ad3fe64308f78363fd078a8d214663912a3))


### Features

* **octra:** new query param for url mode "aType" for export type ([69a9fa1](https://github.com/IPS-LMU/octra/commit/69a9fa15314e5bc304d73010693559dc605aa405))
* **octra:** SRT import with special import options ([8bd4111](https://github.com/IPS-LMU/octra/commit/8bd4111373784735ad0b7d19be016a908afea060))



## [0.1.13](https://github.com/IPS-LMU/octra/compare/annotation-0.1.12...annotation-0.1.13) (2024-03-25)


Expand Down
2 changes: 1 addition & 1 deletion libs/annotation/package.json
Original file line number Diff line number Diff line change
@@ -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.13",
"version": "0.1.14",
"license": "MIT",
"private": false,
"author": {
Expand Down

0 comments on commit 511212d

Please sign in to comment.