Skip to content

Commit

Permalink
[2.4.0] Bump version and update news.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Apr 1, 2021
1 parent 0954a9d commit 792b906
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 27 deletions.
5 changes: 5 additions & 0 deletions NEWS.cs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### Verze 2.4.0

- Na hlavní stránku byl přidán widget komentářů.
- Anotátor nyní zobrazuje slovník, kterým je soubor anotován a umožňuje vybrat slovník, který bude použit pro textovou analýzu.

#### Verze 2.3.1

- Opraveny problémy s voláním služby textové analýzy a ukládání souborů v Docker kontejneru.
Expand Down
5 changes: 5 additions & 0 deletions NEWS.en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### Version 2.4.0

- Added a widget with comments to the dashboard.
- Annotator now displays the vocabulary used to annotate the file content and allows selecting vocabulary for text analysis.

#### Version 2.3.1

- Fixed issues with invocation of text analysis in Docker, as well as working with file contents.
Expand Down
64 changes: 38 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "termit-ui",
"version": "2.3.1",
"version": "2.4.0",
"private": true,
"homepage": ".",
"license": "GPL-3.0-only",
Expand Down

0 comments on commit 792b906

Please sign in to comment.