From 92840d2e4001fe19745f67aabe883810a77776f2 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 22 Nov 2023 15:43:06 -0500 Subject: [PATCH] [skip ci] Add silent flag to package.json --- package.json | 2 +- website/release_announcement_drafts/v2.9.0.md | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 93b185938b..677fd133d0 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/website/release_announcement_drafts/v2.9.0.md b/website/release_announcement_drafts/v2.9.0.md index e590cb9fdf..319ab6ff2a 100644 --- a/website/release_announcement_drafts/v2.9.0.md +++ b/website/release_announcement_drafts/v2.9.0.md @@ -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.