Skip to content

Commit

Permalink
Bump version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heralden committed Aug 3, 2022
1 parent 61e00a0 commit cf4cb50
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.4.3

- Handle constraining attributes of type boolean
- Allow constraining with custom value when possible values
- Fix unable to set idresolver options when linking in
- Display tabs on templates when public or owned by user
- Make list authorized/public tabs both visible, and fix filtering
- Homepage templates: Fallback if none are ranked
- Collapse the arrows in homepage template names
- Only enable oauth login when on default mine
- Use summaryfields when displaying search result attributes
- Report page: Do not use attribute of ref/coll of class for title
- Update to result tables
- Make column summary shorter in height to avoid buttons ending up off-screen on smaller monitors
- Make cell an external link if it's a URL

## 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
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.2"
(defproject org.intermine/bluegenes "1.4.3"
: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 cf4cb50

Please sign in to comment.