From e79f6488da747f54e0412ff732801e8e1d6f7ad6 Mon Sep 17 00:00:00 2001 From: mboudet Date: Thu, 23 Nov 2023 10:07:37 +0100 Subject: [PATCH] Changelog & prepare release --- CHANGELOG.md | 12 ++++++++++++ config.json.template | 1 + package.json | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a1cce0..14fe05c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) +## [0.4.10] 2023-11-23 + +### Added + +- Added 'disable_header' config option, to hide GeneNotebook links and display on the landing page + +### Fixed + +- Fixed test CI +- Fixed gene list not re-rendering properly when searching +- Fixed search block on the bottom of the landing page + ## [0.4.9] 2023-11-17 ### Fixed diff --git a/config.json.template b/config.json.template index 3e380878..8abc5b85 100644 --- a/config.json.template +++ b/config.json.template @@ -3,6 +3,7 @@ "disable_blast": false, "disable_user_login": false, "disable_user_registration": false, + "disable_header": false, "blast_link": "", "expression_unit": "My unit", "externalSearch": false, diff --git a/package.json b/package.json index ddeab903..595b0675 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genoboo", - "version": "0.4.9", + "version": "0.4.10", "repository": "https://github.com/gogepp/genoboo", "description": "A portable website for browsing and querying genome sequences and annotations. Forked from genenotebook", "license": "AGPL-3.0",