Skip to main content

max / audiofiles

v0.4.1: launch cross-cutting - Patch bump covering 5 post-0.4.0 commits (launch-eve fixes, doc pass, synckit-client 0.4.0, edit undo + review-sort, device profile category/notes). - License-activation "Contact support" mailto now points to info@makenot.work per the brand contact-email rule (default to info@ for user-facing copy). - CHANGELOG 0.4.1 entry.
Author: Max Johnson <me@maxj.phd> · 2026-06-01 03:41 UTC
Commit: dc03d50a0e5760d193b55b94c20498e60c202c43
Parent: 9f3dc5a
3 files changed, +20 insertions, -2 deletions
M CHANGELOG.md +18
@@ -4,6 +4,24 @@ 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.4.1] - 2026-05-31
8 +
9 + ### Added
10 + - Device profile fields: category and notes
11 + - Edit history affordance and review-sort in browser
12 + - Undo for sample edits
13 + - About modal (Cmd+I) with version and credits
14 + - Updater opt-out preference
15 +
16 + ### Changed
17 + - License-activation contact email points to info@makenot.work
18 + - Documentation: 2024 edition, plugin path references, theme phrasing
19 +
20 + ### Fixed
21 + - Export overwrite protection
22 + - Database initialization recovery
23 + - SyncKit client 0.4.0: pass sentinel key in token exchange
24 +
7 25 ## [0.4.0] - 2026-04-16
8 26
9 27 ### Added
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "audiofiles-app"
3 - version = "0.4.0"
3 + version = "0.4.1"
4 4 edition.workspace = true
5 5
6 6 [dependencies]
@@ -147,7 +147,7 @@ impl AudioFilesApp {
147 147 super::license::ActivationError::MachineLimit => {
148 148 ui.hyperlink_to(
149 149 "Contact support",
150 - "mailto:support@makenot.work?subject=License%20activation%20issue",
150 + "mailto:info@makenot.work?subject=License%20activation%20issue",
151 151 );
152 152 }
153 153 }