diff --git a/CHANGELOG.md b/CHANGELOG.md index 203ff736b6a1276dd811294a45f9faed81f07a95..bd6754f8f3aeee5d9557ecb84cce1c84f7b326de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.13.1 - 2023-11-17] ## + +### Fixed ### + +* [#242](https://gitlab.com/linkahead/linkahead-webui/-/issues/242) Missing + LinkAhead logo in footer + ## [0.13.0 - 2023-10-11] ## ### Added ### @@ -40,10 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Update to bootstrap 5.3.1 * Update to bootstrap-icons 1.10.5 -### Deprecated ### - -### Removed ### - ### Fixed ### * The new query panel can't be deactivated. @@ -55,8 +58,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fixed breaking timestamps due to whitespace [caosdb-webui#239](https://gitlab.com/caosdb/caosdb-webui/-/issues/239) -### Security ### - ### Documentation ### * Added `tools/query_template_descrtiption.yml` for easy set-up of query diff --git a/CITATION.cff b/CITATION.cff index 5e6a1c68698e156432f3d686d7454a0d432a6cc5..411ef9b3c7665d62e3e4bd385dbf80cfc951599b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,6 +20,6 @@ authors: given-names: Stefan orcid: https://orcid.org/0000-0001-7214-8125 title: LinkAhead - WebUI -version: 0.13.0 +version: 0.13.1 doi: 10.3390/data4020083 -date-released: 2023-10-11 +date-released: 2023-11-17 diff --git a/src/core/pics/logo_linkahead_no_subtitle_dark_bg_144x25.png b/src/core/pics/logo_linkahead_no_subtitle_dark_bg_144x25.png new file mode 100644 index 0000000000000000000000000000000000000000..a6ff2e4fd1b2734a2bccb6a26e548ddd3728846d Binary files /dev/null and b/src/core/pics/logo_linkahead_no_subtitle_dark_bg_144x25.png differ diff --git a/src/doc/conf.py b/src/doc/conf.py index f0f09e6c4e18b052b2e100947bd85b6b7056b701..b941fb5457da034386ba7475a95d7f5da19ef8c5 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -26,9 +26,9 @@ copyright = '2022, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.13.0' +version = '0.13.1' # The full version, including alpha/beta/rc tags -release = '0.13.0' +release = '0.13.1' # -- General configuration ---------------------------------------------------