Releases: brandongregoryscott/beets
v1.12.0
What's Changed
- Upgrade to react-router v6 #142
- Reset password page/feature #145
- Adds new route
/reset-passwordfor requesting a password change via email
- Email template has been added from https://codesandbox.io/s/beets-reset-password-template-wmu36x
- A new "Not Found" page has been added as a catch-all for any non-matching routes.

- Adds new route
Dependencies
- Bump typescript from 4.4.4 to 4.6.3 #126
- Bump react and react-dom #127
- Bump luxon from 2.0.2 to 2.3.1 #128
- Bump react-markdown from 8.0.1 to 8.0.2 #131
- Bump react-redux from 7.2.6 to 7.2.7 #133
- Bump ts-node from 10.3.1 to 10.7.0 #135
- Bump collation from 0.7.1 to 0.8.0 #137
- Bump jotai from 1.5.2 to 1.6.1 #134
- Bump @supabase/supabase-js from 1.24.0 to 1.33.3 #141
- Bump jotai from 1.6.1 to 1.6.2 #143
- Bump react-redux from 7.2.7 to 7.2.8 #138
- Bump react-error-overlay from 6.0.9 to 6.0.10 #139
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- Help dialog route #130
-
Adds a new route,
/help/usagefor rendering the new usage markdown in a full page. This has the benefit of being fully linkable (with hashes for an individual heading/section).

-
Updated the
<Heading>to render with an<IconButton>that copies a link to that specific section

-
The
HelpDialoghas been updated to have a fullscreen toggle as well as a link to open as a full page in a new tab.

-
Full Changelog: v1.10.3...v1.11.0
v1.10.3
What's Changed
🛠️ Package upgrades
- Bump url-parse from 1.5.3 to 1.5.10 in #116
- Bump nanoid from 3.1.25 to 3.3.2 in #117
- Bump minimist from 1.2.5 to 1.2.6 in #118
- Bump follow-redirects from 1.14.1 to 1.14.9 in #119
- Bump evergreen-ui from 6.9.0 to 6.9.5 in #124
- Bump react-query from 3.22.0 to 3.34.19 in #125
- Bump rooks from 5.7.2 to 5.11.0 in #123
- Bump ts-morph from 12.0.0 to 14.0.0 in #122
Full Changelog: v1.10.2...v1.10.3
v1.10.2
What's Changed
- Prevent preview from playing after close/ghost sequences #113
- Unsolo tracks when sequencer opened #114
Full Changelog: v1.10.1...v1.10.2
v1.10.1
What's Changed
- Fix groupBy function to ensure StorageProviderFiles & Files are matched up correctly #110
- Fix FileCard description overflow, consistent FileUploader width #111
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- Prevent PlayButton from selecting or deselecting sample in FileSelectMenu #100
- Add markdown documentation page + render in app #107
The HelpDialog is now accessible via the profile menu:


This documentation will be expanded & make be shifted around to be in a more useful format in future releases. It is also available to view in markdown format in the repo at src/docs/usage.md
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- Feature: Use updated FileUploader from evergreen in #102

Full Changelog: v1.8.2...v1.9.0
v1.8.2
What's Changed
- 🐛 Fix looping behavior in
PianoRoll/Sequencerpreview modes #98
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
- 🐛 Prevent ContextualIconButtons from rendering at bottom of card or scrolling w/ page #97
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
Full Changelog: v1.7.1...v1.8.0

