Skip to content

Commit

Permalink
[skip ci] Add silent flag to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 30, 2023
1 parent d20cf26 commit 92840d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"scripts": {
"build": "yarn useDist && node scripts/build.js && yarn useSrc",
"changelog": "lerna-changelog",
"changelog": "lerna-changelog --silent",
"useDist": "lerna run useDist --scope \"@jbrowse/plugin*\" --scope @jbrowse/text-indexing",
"useSrc": "lerna run useSrc --scope \"@jbrowse/plugin*\" --scope @jbrowse/text-indexing",
"lerna-publish": "lerna publish",
Expand Down
18 changes: 14 additions & 4 deletions website/release_announcement_drafts/v2.9.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
This release adds a new feature for seeing "Recently used" and "Favorite"
tracks. This will be valuable especially to users and organizations who have
large tracklists!
This release adds a new feature for keeping track of your "Recently used tracks"
and tagging "Favorite tracks" . This will be valuable especially to users and
organizations who have large tracklists!

This also fixes an issue people saw with Mac auto-updates failing
![](https://user-images.githubusercontent.com/6511937/287035460-c5705fc9-d90c-4fe1-ad23-e05389047c53.png)

Screenshot showing "Recently used tracks" dropdown menu

We also added the ability to load "single file hubs" from UCSC. These must be
manually pasted in the "Add connection" but in the future, we may add ability to
auto-load the hubs via the URL bar or similar. You can find a large amount of
these single file hubs from GenArk! https://hgdownload.soe.ucsc.edu/hubs/

Finally, this release also fixes an issue people saw with auto-updates for
JBrowse Desktop on Mac failing.

0 comments on commit 92840d2

Please sign in to comment.