Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog #1934

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 21 additions & 4 deletions CHANGELOG.md
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes render fine on the GitHub Markdown preview but not as great on the GitHub Release page, which seems to retain newlines from plain text:

image

We could probably update extract-release-notes.js to address this, but 🤷

Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
# Changelog

* Added a new color tree by measurements feature.
Clicking on a group in the measurements panel will add a new coloring to the tree,
where the colors represent an average of the measurement values for the matching
test strain within the selected measurements group.
For full details, please see [#1924](https://github.com/nextstrain/auspice/pull/1924).
Clicking on a group in the measurements panel will add a new coloring to the tree,
where the colors represent an average of the measurement values for the matching
test strain within the selected measurements group.
For full details, please see [#1924](https://github.com/nextstrain/auspice/pull/1924).
* Dataset authors can display a warning banner at the top of the page by setting `.meta.warning` in the main dataset JSON.
The warning can be plain text or markdown format.
This can be incorporated into Nextstrain workflows using `augur export v2 --warning`, available as of Augur version 27.2.0.
([#1927](https://github.com/nextstrain/auspice/issues/1927))
* Bugfix: Clicking on the icons for FULL and GRID layout now changes the layout, just like clicking on the text ([#1911](https://github.com/nextstrain/auspice/issues/1911))

_Internal changes._

* Added a "Cite this repository" button on the GitHub repo.
([#1921](https://github.com/nextstrain/auspice/pull/1921))
* Kept dependencies up to date.
([#1443](https://github.com/nextstrain/auspice/pull/1443),
[#1923](https://github.com/nextstrain/auspice/pull/1923))
* Improved TypeScript usage.
([#1910](https://github.com/nextstrain/auspice/pull/1910),
[#1913](https://github.com/nextstrain/auspice/pull/1913),
[#1914](https://github.com/nextstrain/auspice/pull/1914),
[#1915](https://github.com/nextstrain/auspice/pull/1915))
* Improved GitHub Actions usage.
([#1916](https://github.com/nextstrain/auspice/pull/1916),
[#1920](https://github.com/nextstrain/auspice/pull/1920),
[#1929](https://github.com/nextstrain/auspice/pull/1929))

## version 2.61.2 - 2024/11/19


Expand Down
Loading