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.
3 files changed,
+20 insertions,
-2 deletions
| 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 |
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 |
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 |
|
}
|