@@ -4,6 +4,48 @@ All notable changes for each version of the Ambient Music extension.
44
55---
66
7+ ## v0.10.5 2025-08-30
8+
9+ ### Added
10+
11+ - add unit tests
12+ - add custom platform support
13+ - add custom version bump targets
14+ - Improved updater loading mechanism
15+
16+ ### Changed
17+
18+ - update build timestamp
19+ - improve type safety in customUpdater test
20+ - remove unnecessary bump_targets
21+ - add target_platform to version-bump workflow
22+ - add unit tests for CustomUpdater
23+ - configure bump-targets in version-bump workflow
24+ - remove ChangelogFileNotFoundError
25+ - Merge pull request #36 from taj54/version/v0.10.4
26+ - bump version to v0.10.4
27+ - Merge pull request #35 from taj54/feature/multi-file-version-update
28+ - remove custom bump targets
29+ - add safe JSON parsing util
30+ - remove trailing whitespace
31+ - improve tag creation and release process
32+ - update release workflow
33+ - change release trigger to 'published'
34+ - Merge pull request #24 from taj54/version/v0.10.2
35+ - update CHANGELOG.md
36+ - bump version to v0.10.2
37+ - restructure service initialization
38+ - Merge pull request #23 from taj54/version/v0.10.1
39+ - bump version to v0.10.1
40+ - simplify updater loading
41+ - improve UpdaterRegistry
42+ - replace fs with fileHandler
43+
44+ ### Fixed
45+
46+ - handle changelog file absence
47+ - handle changelog file not found
48+
749## v0.10.4 2025-08-29
850
951### Added
0 commit comments