Skip to content

Commit

Permalink
Files updated in release process
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Feb 9, 2024
1 parent 9343cef commit 187f8ea
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion src/main/webapp/VAADIN/help/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 8 additions & 0 deletions src/main/webapp/VAADIN/help/css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
10 changes: 0 additions & 10 deletions src/main/webapp/VAADIN/help/css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
--searchresults-border-color: #888;
--searchresults-li-bg: #252932;
--search-mark-bg: #e3b171;

--color-scheme: dark;
}

.coal {
Expand Down Expand Up @@ -92,8 +90,6 @@
--searchresults-border-color: #98a3ad;
--searchresults-li-bg: #2b2b2f;
--search-mark-bg: #355c7d;

--color-scheme: dark;
}

.light {
Expand Down Expand Up @@ -134,8 +130,6 @@
--searchresults-border-color: #888;
--searchresults-li-bg: #e4f2fe;
--search-mark-bg: #a2cff5;

--color-scheme: light;
}

.navy {
Expand Down Expand Up @@ -176,8 +170,6 @@
--searchresults-border-color: #5c5c68;
--searchresults-li-bg: #242430;
--search-mark-bg: #a2cff5;

--color-scheme: dark;
}

.rust {
Expand Down Expand Up @@ -218,8 +210,6 @@
--searchresults-border-color: #888;
--searchresults-li-bg: #dec2a2;
--search-mark-bg: #e69f67;

--color-scheme: light;
}

@media (prefers-color-scheme: dark) {
Expand Down

0 comments on commit 187f8ea

Please sign in to comment.