Skip to content

Commit

Permalink
Changelog & prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Nov 23, 2023
1 parent 970f8f7 commit e79f648
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -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,
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": "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",
Expand Down

0 comments on commit e79f648

Please sign in to comment.