Skip to content

Commit

Permalink
Bump version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heralden committed Apr 7, 2022
1 parent ca49b1f commit 76fcf3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.4.2

- Make mine logo and name prominent in header, moving Bluegenes logo to the credits section at the bottom of the home page
- Ensure template constraints are removed from template queries displayed on report pages
- Reduce p-value exponential decimal places to 2 on enrichment results displayed on results page
- Improve support for HTTP clients using POST portal.do
- Fix incorrect counts when saving a list from some templates or custom query results [#797](https://github.com/intermine/bluegenes/issues/797)
- This would also lead to additional items in the saved list, not present in the original result table
- These additional items would also be passed onto visualisation tools

## 1.4.1

- Fix various crashes that occur when connected to a mine without any preferredbagtypes in model
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
;; and with much better errors.
(?read-string) (:bluegenes-deploy-path))))

(defproject org.intermine/bluegenes "1.4.1"
(defproject org.intermine/bluegenes "1.4.2"
:licence "LGPL-2.1-only"
:description "Bluegenes is a Clojure-powered user interface for InterMine, the biological data warehouse"
:url "http://www.intermine.org"
Expand Down

0 comments on commit 76fcf3e

Please sign in to comment.