Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Dec 6, 2023
1 parent e7845a6 commit 0db13dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ As this project is a user-facing application, the places in the semantic version

## [Unreleased]

## [2.3.0] (2023-12-06)

### Added

- Docker support
- Show year tooltip when dragging year filter slider handles
- Add term/work titles ("slugs") to url
- Add structured data as JSON-LD snippets for SEO
- Add "noindex" robots meta for the 404 page
- Set `rel="canonical"` link element

### Change

Expand Down Expand Up @@ -284,7 +287,8 @@ As this project is a user-facing application, the places in the semantic version

This date marks the public release of the website. It features a search interface for the Queerlit bibliography, as well as a thesaurus browser for the QLIT thesaurus. Change up until this point are not documented other than in the git commit log.

[unreleased]: https://github.com/gu-gridh/queerlit-gui/compare/v2.2.7...HEAD
[unreleased]: https://github.com/gu-gridh/queerlit-gui/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/gu-gridh/queerlit-gui/compare/v2.2.7...v2.3.0
[2.2.7]: https://github.com/gu-gridh/queerlit-gui/compare/v2.2.6...v2.2.7
[2.2.6]: https://github.com/gu-gridh/queerlit-gui/compare/v2.2.5...v2.2.6
[2.2.5]: https://github.com/gu-gridh/queerlit-gui/compare/v2.2.4...v2.2.5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "queerlit-gui",
"version": "2.2.7",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 0db13dc

Please sign in to comment.