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
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,35 @@
- Add Import from Topsters 3 (topsters.org)
- Add Games charts
- Add books Charts
- Add movies/ TV charts
- Define a strict browser support w/ Browserlist & make that available to end users.
- Create a version of the popover that uses the new native component
- Add user site level customizations
- Add Import from Topchart (topchart.amanharwara.com)

---

## Planned changes for the next version, subject to change

- Add Import from Topchart (topchart.amanharwara.com)
- Add movies/ TV charts

---

## Version 1.5.2 - December 27, 2025

- Features/ Bug Fixes
- New feature to toggle between Titles taking up space irrespective of the chart and following the constrains of the row.
- and centering it
- Fixed some completely broken UI on Mobile
- Fixed text overflowing when no image returned by Last.FM
- Massive re-work to how Album Title resizing works to hopefully be a little bit less janky and look better :)
- UX/UI
- Many small tweaks to help make less obvious things more obvious
- Adding tooltips, updating helper text, adding more auto disabling of buttons
- Really trying to drive home to all users that the search is just Last.fm, so they can verify issues by crosschecking!
- Dev
- More small tweaks and keeping packages up to date and addressing small performance wins
- Changed from using imgur to store the grayBox, to just having it in this repo. Not sure what the logic really was to have it on imgur in the first place.

## Version 1.5.1 - December 9th, 2025

- Bug Fixes
Expand Down
25 changes: 12 additions & 13 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.5.1",
"version": "1.5.2",
"type": "module",
"private": "true",
"author": {
Expand All @@ -11,9 +11,9 @@
},
"engines": {
"node": ">=24.3.0",
"pnpm": ">=10.12.4"
"pnpm": ">=10.26.2"
},
"packageManager": "pnpm@10.25.0",
"packageManager": "pnpm@10.26.2",
"engineStrict": true,
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -42,26 +42,25 @@
"marked": "^17.0.1",
"pako": "^2.1.0",
"pinia": "^3.0.4",
"vue": "^3.5.25"
"vue": "^3.5.26"
},
"devDependencies": {
"@prettier/plugin-oxc": "^0.1.3",
"@testing-library/vue": "^8.1.0",
"@types/node": "^24.10.2",
"@types/node": "^24.10.4",
"@types/pako": "^2.0.4",
"@unocss/transformer-directives": "^66.5.10",
"@vitejs/plugin-vue": "^6.0.2",
"@vitejs/plugin-vue": "^6.0.3",
"happy-dom": "^20.0.11",
"husky": "^9.1.7",
"knip": "^5.73.0",
"oxlint": "^1.32.0",
"knip": "^5.78.0",
"oxlint": "^1.35.0",
"prettier": "^3.7.4",
"rollup-plugin-swc-minify": "^1.3.0",
"typescript": "^5.9.3",
"unocss": "^66.5.10",
"vite": "npm:rolldown-vite@^7.2.10",
"vitest": "^3.2.4",
"vue-tsc": "^3.1.8"
"unocss": "^66.5.11",
"vite": "npm:rolldown-vite@latest",
"vitest": "^4.0.16",
"vue-tsc": "^3.2.1"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
Loading