diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9deded1c..c5c04e29b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.11.0] - 2024-02-09 + ### Added - Added the possibility to log user search interactions of the `QueryController` @@ -1334,7 +1336,8 @@ https://github.com/korpling/ANNIS/issues?milestone=4&state=closed - [#37](https://github.com/korpling/ANNIS/issues/37) Allow to migrate corpora in database initialization -[Unreleased]: https://github.com/korpling/ANNIS/compare/v4.10.6...HEAD +[Unreleased]: https://github.com/korpling/ANNIS/compare/v4.11.0...HEAD +[4.11.0]: https://github.com/korpling/ANNIS/compare/v4.10.6...v4.11.0 [4.10.6]: https://github.com/korpling/ANNIS/compare/v4.10.5...v4.10.6 [4.10.5]: https://github.com/korpling/ANNIS/compare/v4.10.4...v4.10.5 [4.10.4]: https://github.com/korpling/ANNIS/compare/v4.10.3...v4.10.4 diff --git a/CITATION.cff b/CITATION.cff index 5458272b3f..81e82aa2d3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -38,8 +38,8 @@ authors: affiliation: Ruhr-Universitaet Bochum repository-code: https://github.com/korpling/ANNIS license: Apache-2.0 -version: 4.10.6 -date-released: 2024-01-16 +version: 4.11.0 +date-released: 2024-02-09 references: - type: article title: 'ANNIS3: A new architecture for generic corpus query and visualization' diff --git a/src/main/webapp/VAADIN/help/css/general.css b/src/main/webapp/VAADIN/help/css/general.css index a6db6805a9..344b53eb7f 100644 --- a/src/main/webapp/VAADIN/help/css/general.css +++ b/src/main/webapp/VAADIN/help/css/general.css @@ -5,7 +5,6 @@ :root { /* Browser default font-size is 16px, this way 1 rem = 10px */ font-size: 62.5%; - color-scheme: var(--color-scheme); } html { diff --git a/src/main/webapp/VAADIN/help/css/print.css b/src/main/webapp/VAADIN/help/css/print.css index 27d05e9285..5e690f7559 100644 --- a/src/main/webapp/VAADIN/help/css/print.css +++ b/src/main/webapp/VAADIN/help/css/print.css @@ -22,6 +22,14 @@ overflow-y: initial; } +code { + background-color: #666666; + border-radius: 5px; + + /* Force background to be printed in Chrome */ + -webkit-print-color-adjust: exact; +} + pre > .buttons { z-index: 2; } diff --git a/src/main/webapp/VAADIN/help/css/variables.css b/src/main/webapp/VAADIN/help/css/variables.css index 59fcda88f4..21bf8e55e0 100644 --- a/src/main/webapp/VAADIN/help/css/variables.css +++ b/src/main/webapp/VAADIN/help/css/variables.css @@ -50,8 +50,6 @@ --searchresults-border-color: #888; --searchresults-li-bg: #252932; --search-mark-bg: #e3b171; - - --color-scheme: dark; } .coal { @@ -92,8 +90,6 @@ --searchresults-border-color: #98a3ad; --searchresults-li-bg: #2b2b2f; --search-mark-bg: #355c7d; - - --color-scheme: dark; } .light { @@ -134,8 +130,6 @@ --searchresults-border-color: #888; --searchresults-li-bg: #e4f2fe; --search-mark-bg: #a2cff5; - - --color-scheme: light; } .navy { @@ -176,8 +170,6 @@ --searchresults-border-color: #5c5c68; --searchresults-li-bg: #242430; --search-mark-bg: #a2cff5; - - --color-scheme: dark; } .rust { @@ -218,8 +210,6 @@ --searchresults-border-color: #888; --searchresults-li-bg: #dec2a2; --search-mark-bg: #e69f67; - - --color-scheme: light; } @media (prefers-color-scheme: dark) {