You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a togglable file browser docked to the left of the editor.
Replaces the header LOAD/APPEND buttons with a single FILES toggle
that opens the panel. The browser supports drive/bookmark navigation,
back/forward/up/refresh history, a path editor with error flash, a
resizable splitter between locations and files, drag-and-drop of audio
files onto the waveform, and double-click load (append when a sample
is already loaded). Browser visibility and bookmarks persist in user
settings. Window width grows by 260px when the browser is open.
Also: header sample/status text is centered, warning messages use the
theme's color5 instead of hard-coded orange, the Wayland empty-state
hint auto-hides after ~5s, and waveform file drops now filter
non-audio extensions.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
- Built-in sample browser side panel: toggle with the new FILES button in the header to navigate your file system, bookmark folders, browse with back/forward/up/refresh, and drag or double-click audio files into the waveform. Browser visibility and bookmarks are saved with your user settings.
11
+
12
+
### Changed
13
+
- Replaced the LOAD and APPEND buttons in the header with a single FILES toggle that opens the new browser panel
14
+
- Sample name and status text in the header is now centered, and warning text follows the active theme's warning color instead of a hard-coded orange
15
+
16
+
### Fixed
17
+
- Wayland drag-and-drop fallback hint on the empty waveform now auto-hides after a few seconds instead of staying on screen indefinitely
18
+
- Dropping non-audio files onto the waveform no longer attempts to load them
0 commit comments