AplikaceAplikace
Nastavení

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:seznamy:kontext_verze [2026/01/22 14:24] tomasmachaleken:seznamy:kontext_verze [2026/05/15 17:07] (current) tomasmachalek
Line 8: Line 8:
  
 The version history overview below contains only the most signicant changes as seen from the end-user perspective. **A complete list of all changes and bug fixes can be found on [[https://github.com/czcorpus/kontext/releases|KonText's GitHub page]]** which also hosts a complete source code repository. The version history overview below contains only the most signicant changes as seen from the end-user perspective. **A complete list of all changes and bug fixes can be found on [[https://github.com/czcorpus/kontext/releases|KonText's GitHub page]]** which also hosts a complete source code repository.
 +
 +===== Version 0.21.0 =====
 +
 +//Publication date: 5. 5. 2026//
 +
 +User changes:
 +
 +    * Concordance view
 +        * Warning shown in case of duplicate lines in concordances (nested matches),
 +        * The size of the left column containing metadata and auxiliary functions can be adjusted using a slider, and the left column can be locked horizontally so that it stays visible when scrolling horizontally through concordance lines.
 +        * Improved switching between multiple syntactic trees (tab navigation)
 +        * Improved rendering of positional attributes when using two aligned corpora with different sets of attributes (this caused errors in previous versions)
 +    * The tagbuilder for key-value tagsets (e.g., UD) now allows browsing through multiple attributes (e.g., //upos//, //feats//, //deprel//)
 +
 +Technical changes:
 +
 +    * Optimization of React components for displaying concordances (faster rendering and response to user actions)
 +    * Updates of dependencies (used libraries) on both the server and client sides
 +
 +
 +
 +===== Release 0.20.0 =====
 +
 +//Publication date: 18.3.2025//
 +
 +User changes:
 +
 +  * Option to filter keyword analysis results using a measure that is independent of the one used for sorting results.
 +  * Extension of the corpus selection widget to include the option to search for public subcorpora.
 +  * Removed deprecated FCS v1 module in favor of our standalone FCS v2 server [[https://github.com/czcorpus/mquery-sru|MQuery-SRU]]
 +
 +
 +Technical changes:
 +
 +  * Improved reliability when downloading larger data files
  
 ===== Release 0.19.0 ===== ===== Release 0.19.0 =====