Skip to content

Commit

Permalink
Tagged for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasmoth committed Feb 2, 2015
1 parent a249ede commit 989f4e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
10 changes: 2 additions & 8 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
For 0.13
For 0.14
--------

- [*] Leaping bug fixes.
- [ ] Replace feature popups with inspector-like interface
- [*] Keep labels of large features on-screen (maybe needs to be optional?)
- [ ] Apply track-edit operations to multiple tracks at once.
- [ ] Typeahead for search-by-gene-ID
- [ ] Animate when leaping/toggling.
- [*] Overlay function plugin API
- [ ] Search-by-name (or description) in track-adder.
- [ ] Support for non-positional annotations (UI hookup for bigtab client)
- [*] High-res image export.
- [*] Gene translations (thanks to @ymen)
- [*] BAM Rendering improvements (thanks to @ymen)

For 0.14
For 0.15
--------

- [ ] Feature selection
Expand Down
6 changes: 3 additions & 3 deletions js/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
var VERSION = {
CONFIG: 5,
MAJOR: 0,
MINOR: 12,
MICRO: 9,
MINOR: 13,
MICRO: 0,
PATCH: '',
BRANCH: 'dev'
BRANCH: ''
};

VERSION.toString = function() {
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": "dalliance",
"version": "0.12.9-dev",
"version": "0.13.0",
"description": "Fast, embeddable genome visualization",
"homepage": "https://www.biodalliance.org/",
"repository": {
Expand Down

0 comments on commit 989f4e9

Please sign in to comment.