Skip to content

Commit c461fa4

Browse files
committed
chore: bump version to 1.11.1 and fix markdown rendering in WhatsNewModal
1 parent 850b788 commit c461fa4

7 files changed

Lines changed: 19 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
---
1111

12+
## [1.11.1] - 2026-04-11
13+
14+
### Added
15+
- docs(changelog): expand on discogs currency setup
16+
17+
### Fixed
18+
- render markdown in WhatsNewModal, handle dynamic headers, and clarify Discogs admin setup
19+
20+
---
21+
1222
## [1.11.0] - 2026-04-11
1323

1424
### **BREAKING CHANGE: Discogs Setup Required (Admin Only)**
@@ -359,7 +369,8 @@ Once configured, you can fetch prices from the **Admin Task Center**.
359369

360370
---
361371

362-
[Unreleased]: https://github.com/Jeanball/Musivault/compare/v1.11.0...HEAD
372+
[Unreleased]: https://github.com/Jeanball/Musivault/compare/v1.11.1...HEAD
373+
[1.11.1]: https://github.com/Jeanball/Musivault/compare/v1.11.0...v1.11.1
363374
[1.11.0]: https://github.com/Jeanball/Musivault/compare/v1.10.0...v1.11.0
364375
[1.10.0]: https://github.com/Jeanball/Musivault/compare/v1.9.0...v1.10.0
365376
[1.9.0]: https://github.com/Jeanball/Musivault/compare/v1.8.0...v1.9.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
1.11.1

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"main": "src/server.ts",
55
"scripts": {
66
"dev": "nodemon",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",

frontend/public/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Find all the new features and improvements added to the app right here!
44

5-
## [1.11.0] - 2026-04-11
5+
## [1.11.1] - 2026-04-11
66

77
### **BREAKING CHANGE: Discogs Setup Required (Admin Only)**
88

@@ -37,6 +37,7 @@ Once configured, you can fetch prices from the **Admin Task Center**.
3737
- Updated Discover page layout with "View Collection" links for better usability.
3838

3939
### Bug Fixes
40+
- **What's New Modal**: Restored markdown rendering (bold text, links, and formatting) parsing so that update notes are easier to read and beautifully formatted.
4041
- Fixed currency formatting to consistently display two decimal places.
4142
- Removed unused code from the currency hook for cleaner performance.
4243

frontend/public/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
1.11.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "musivault",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "A beautiful web application to manage and explore your music collection",
55
"private": true,
66
"devDependencies": {

0 commit comments

Comments
 (0)