Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Releases: brandongregoryscott/beets

v1.12.0

10 Apr 18:09
4f9c718

Choose a tag to compare

What's Changed

  • Upgrade to react-router v6 #142
  • Reset password page/feature #145
    • Adds new route /reset-password for requesting a password change via email
      image
      • This route doubles as the "Change Password" functionality when being redirected from the reset email
        image
      • Invalid or expired tokens show an empty state to let the user know they need to request a new token
        image
    • 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.
      image

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

01 Apr 00:04
f39ea47

Choose a tag to compare

What's Changed

  • Help dialog route #130
    • Adds a new route, /help/usage for rendering the new usage markdown in a full page. This has the benefit of being fully linkable (with hashes for an individual heading/section).
      image

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

    • The HelpDialog has been updated to have a fullscreen toggle as well as a link to open as a full page in a new tab.
      image

Full Changelog: v1.10.3...v1.11.0

v1.10.3

31 Mar 00:12
273d4bc

Choose a tag to compare

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

28 Mar 00:20
5103bf8

Choose a tag to compare

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

27 Mar 20:59
70e28b3

Choose a tag to compare

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

27 Mar 15:11

Choose a tag to compare

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:
image
image

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

06 Mar 15:41
9d9c6ea

Choose a tag to compare

What's Changed

  • Feature: Use updated FileUploader from evergreen in #102
    image

Full Changelog: v1.8.2...v1.9.0

v1.8.2

27 Feb 20:06
6b5da45

Choose a tag to compare

What's Changed

  • 🐛 Fix looping behavior in PianoRoll/Sequencer preview modes #98

Full Changelog: v1.8.1...v1.8.2

v1.8.1

27 Feb 15:52
628fb20

Choose a tag to compare

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

27 Feb 15:01
286c434

Choose a tag to compare

What's Changed

  • Export as wav file #96
    • Additionally adds the ability to edit the exported file name (#95)

Full Changelog: v1.7.1...v1.8.0