Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heralden committed Feb 16, 2022
1 parent 5a67eb6 commit 3131931
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.0

- Improvements and bugfixes for query builder
- Use displayName for classes in Data Browser
- More clearly convey empty classes in Data Browser
- Do not show empty classes in QB root class dropdown
- Distinguish reverse references by showing them top of list with an arrow
- Fix outer join not being removed when class with it is removed from view
- Fix crash caused by adding or summarising descendent of class with type/subclass constraint
- Rename *Summary* buttons to *Add summary*
- Open first extant tab in upload page save step when matches tab isn't present
- Make Back To Template button visible on results page after running template, return to templates page with the template still active
- Autofocus search input on search page
- Add clear button to region search page
- Re-introduce old portal.do [linking in API](https://intermine.readthedocs.io/en/latest/webapp/linking-in/#list-of-identifiers) for directly opening upload page with specified IDs resolved

## 1.3.0

- Support for creating templates from query builder 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.3.0"
(defproject org.intermine/bluegenes "1.4.0"
: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 3131931

Please sign in to comment.