Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@
- Improve accessibility
- Improve UX
- Investigate having folder structure for selected charts.
- Add single chart exports
- Add all chart exports (without site options)
- Add site options export (by itself)
- Add Import from Topsters 3 (topsters.org)
- Add Import from Topchart (topchart.amanharwara.com)
- Add user site level customizations
- Add Games charts
- Add books Charts
- Add movies/ TV charts

## Version 1.3.2 - July 7th, 2025

- Enhancements
- Many, many Accesibility fixes
- Many, many UI/UX fixes/ tweaks
- Dev
- Extracted multiple repeated blocks into their own components
- Marked more areas for improvement, cleaned up comments
- General cleanup

---

## Version 1.3.1 - July 5th, 2025

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "musicchartsite",
"description": "A website to create Music Charts",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"private": "true",
"author": {
Expand Down Expand Up @@ -44,15 +44,15 @@
"@prettier/plugin-oxc": "^0.0.4",
"@types/node": "^24.0.10",
"@types/pako": "^2.0.3",
"@unocss/transformer-directives": "^66.3.2",
"@unocss/transformer-directives": "^66.3.3",
"@vitejs/plugin-vue": "^6.0.0",
"husky": "^9.1.7",
"oxlint": "^1.5.0",
"prettier": "^3.6.2",
"rollup-plugin-swc-minify": "^1.3.0",
"typescript": "^5.8.3",
"unocss": "^66.3.2",
"vite": "npm:rolldown-vite@latest",
"unocss": "^66.3.3",
"vite": "npm:rolldown-vite@^7.0.4",
"vue-tsc": "^3.0.1"
}
}
Loading