Skip to main content

max / audiofiles

Add changelog entries for 0.3.5 and 0.3.6 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-04-17 00:35 UTC
Commit: 3b5a3877b2f93b822d2213b9e876de5d5adf0f61
Parent: db23e80
1 file changed, +32 insertions, -0 deletions
M CHANGELOG.md +32
@@ -4,6 +4,38 @@ All notable changes to audiofiles will be documented in this file.
4 4
5 5 Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6 6
7 + ## [0.3.6] — 2026-04-16
8 +
9 + ### Changed
10 + - Monorepo path dependency restructure (MNW shared libs)
11 + - Audit Run 14: test coverage, refactoring, cleanup
12 + - Added CONTRIBUTING.md with project coding patterns
13 +
14 + ## [0.3.5] — 2026-04-13
15 +
16 + ### Added
17 + - SSE push notifications for real-time sync events
18 + - Background cleanup worker for orphaned sample removal
19 + - macOS metadata filtering during import
20 + - Collapsible filter panel in browser UI
21 + - Cleanup progress screen
22 +
23 + ### Changed
24 + - Extracted theme loading to shared `theme-common` crate
25 + - Preview decode cancellation for faster navigation
26 + - Increased undo stack depth
27 +
28 + ### Fixed
29 + - File list scroll-follow when selecting samples
30 + - Collection breadcrumb navigation
31 + - Collection export paths
32 + - Null-safe VFS handling and drag-drop
33 +
34 + ### Security
35 + - Disabled `eval()` and module imports in Rhai plugin engine
36 + - Blob validation on sync upload/download
37 + - OAuth state parameter verification
38 +
7 39 ## [0.3.0] — 2026-03-28
8 40
9 41 First beta-ready release.