Skip to content

Commit

Permalink
update release notes to talk about the autocompletion and jbrowse_con…
Browse files Browse the repository at this point in the history
…f.json, and added the relevant issue number for each bullet point
  • Loading branch information
rbuels committed Jun 5, 2012
1 parent 450c553 commit 9636b5c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,28 @@
many (hundreds or thousands) of tracks. This can be turned on by
setting the `trackSelectorType` config variable to "Faceted". See
the JBrowse wiki for more documentation on how to use faceted track
selection.
selection. (issue #95)

* Removed the dropdown selector for reference sequences in favor of
making the location box auto-complete reference sequence and
feature names. This makes JBrowse much more scalable to large
numbers of reference sequences. (fixes issues #3, #60, and #101)

* Added a vertical-scrolling marker on the right side of the track
pane, making it much easier to discern the vertical position of the
track display.
track display. (issue #93).

* biodb-to-json.pl and flatfile-to-json.pl now load all available
feature data: all attributes of features are now encoded in the
JSON and are available for use by feature callbacks.
JSON and are available for use by feature callbacks. (issue #72)

* Feature labels now do not scroll off screen if any part of the
feature is still visible (fixes issue #62).

* Added jbrowse_conf.json, a default JSON-format configuration file,
to the JBrowse root directory. Makes it easier to get started
with more advanced JBrowse configuration.

1.3.1 2012-04-19 17:55:44 America/New_York

* Fixed memory-management bug that caused way too much RAM to be used
Expand Down

0 comments on commit 9636b5c

Please sign in to comment.