Skip to content

Releases: brandongregoryscott/beets

v1.26.0

17 Feb 20:50
Compare
Choose a tag to compare

1.26.0 (2023-02-17)

Bug Fixes

  • add select(*) after upsert in generated useCreateOrUpdate hooks from breaking supabase change (849fd57)
  • keyboard-shortcut-utils: update key mapping logic to change cmd to meta for breaking lib change (10934ec), closes #342
  • only render Snowfall if in January or December (869ec52)
  • project-settings-dialog: redirect to new project route after deleting Project (d345bd1)
  • theme: update evergreen and theme shape for v7 selectors (ca709fe)
  • use-create-file: chain select call after insert to return created File entity (625fff7), closes #341
  • workstation-page: add condition in useEffect to reset initialization state to prevent loop (a2551f5)

Features

  • Add IntroVideoDialog for playing video in-app (c4a507f)
  • bump evergreen-ui from 6.13.2 to 7.1.0 (16ba1f9)
  • Upgrade to Supabase V2 (#336) (be37b7e)
  • Virtualize Workstation for performance (#337) (01d77ac)

v1.25.0

29 Jan 03:49
Compare
Choose a tag to compare

1.25.0 (2023-01-29)

Bug Fixes

  • about-dialog: add h1 to component mapping to fix styling (1fdd345)
  • login-or-register-form: update login/register button to primary appearance (4d50c36)
  • redirect to created project route on save (d500957)

Features

  • add dialog for submitting feedback (0bae1d9)
  • rename HelpDialog to DocumentationDialog, render HelpTab in WorkstationTabs (316df3a)

v1.24.1

28 Jan 17:45
468556e
Compare
Choose a tag to compare

1.24.1 (2023-01-28)

Bug Fixes

  • only set enableHolidayMode to true if in dec/jan by default (ddba6c5)

v1.24.0

22 Jan 23:24
Compare
Choose a tag to compare

1.24.0 (2023-01-22)

Features

  • replace luxon with date-fns, gate holiday mode to jan/dec (c9c2161)

v1.23.0

19 Dec 20:06
Compare
Choose a tag to compare

1.23.0 (2022-12-19)

Bug Fixes

  • package.json: fix env variables not being passed to codegen, fix postcodegen format script (8d96a2d)

Features

  • add full route for project, clean up internal state initialization logic (76e0c1b), closes #310
  • add holiday mode ❄️ (4c3e4c4)

v1.22.1

17 Dec 17:29
Compare
Choose a tag to compare

1.22.1 (2022-12-17)

Features

  • add preview to file card #291

Bug Fixes

  • confirm-icon-button: fix eslint errors for type-only imports (629e783)
  • swap user with password in example database url env variable (e9eb7f4)
  • trigger migration utils should drop before creation if exists (11f6b91)

v1.22.0

09 Oct 19:05
42c4e35
Compare
Choose a tag to compare

1.22.0 (2022-10-09)

Features

  • component: Add ConfirmIconButton and update file card delete button (#287) (42c4e35)
    image

v1.21.0

05 Jul 23:35
Compare
Choose a tag to compare

1.21.0 (2022-07-05)

Bug Fixes

  • increase time calculation to account for lead and tail audio during recording (c4dc6c5)

Features

  • implement page, auth/registration and basic workstation tracking (#250) (b0549b4)

v1.20.0

23 Jun 23:55
Compare
Choose a tag to compare

What's Changed

  • PianoRoll Step Randomizer #234

    • Introduces new controls and a menu in the PianoRoll component for generating steps, and parameters for how they are generated.
      image
      image
  • Bug: Sequencer samples can collide #238

  • Show native tooltip in Sequencer for long file names #239

🛠️ Package Upgrades

  • Bump typescript from 4.7.3 to 4.7.4 #236
  • Bump evergreen-ui from 6.9.11 to 6.10.0 #237
  • Bump evergreen-ui from 6.10.0 to 6.10.1 #240

Full Changelog: v1.19.1...v1.20.0

v1.19.1

17 Jun 11:38
Compare
Choose a tag to compare

What's Changed

  • Only apply filter to FileSelectMenu if title is rendered 3ad869a (#233)

🛠️ Package Upgrades

Full Changelog: v1.19.0...v1.19.1