Skip to content

Commit

Permalink
[1.2.3] Fixed Topsters 2 import sometimes not working (#54)
Browse files Browse the repository at this point in the history
* fixed topsters 2 import sometimes not working

* update readme
  • Loading branch information
buffet-time authored Oct 3, 2024
1 parent 96ec2e7 commit 14e9756
Show file tree
Hide file tree
Showing 6 changed files with 385 additions and 350 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
- Add more options to sorting stored charts
- And add folders

## Version 1.2.2 - September 30, 2024
## Version 1.2.3 - October 3rd, 2024

- Bug Fixes
- Hopefully fixed some Topsters2 imports not working
- Performance/ Stability
- Updated all packages
- Audited the bundle and made small changes

## Version 1.2.2 - September 30th, 2024

- Performance/ Stability
- Code Splitting
Expand All @@ -20,7 +28,7 @@
- Migrated from ESLint + Prettier -> Biome
- major Developer experience improvement for myself.

## Version 1.2.1 - July 23, 2024
## Version 1.2.1 - July 23rd, 2024

- Features/ Enhancements
- Have temporary storage of removed albums from resizing to refill
Expand All @@ -30,7 +38,7 @@
- Performance/ Stability
- Updated all packages

## Version 1.2.0 - July 14, 2024
## Version 1.2.0 - July 14th, 2024

- Features/ Enhancements
- The text now fits properly and on one line next to the chart no matter the size
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.2.2",
"version": "1.2.3",
"type": "module",
"private": "true",
"author": {
Expand Down Expand Up @@ -38,18 +38,18 @@
"html2canvas": "^1.4.1",
"marked": "^14.1.2",
"pako": "^2.1.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@types/node": "^22.7.4",
"@types/pako": "^2.0.3",
"@unocss/transformer-directives": "^0.62.4",
"@unocss/transformer-directives": "^0.63.2",
"@vitejs/plugin-vue": "^5.1.4",
"husky": "^9.1.6",
"rollup-plugin-swc-minify": "^1.1.2",
"typescript": "^5.6.2",
"unocss": "^0.62.4",
"unocss": "^0.63.2",
"vite": "^5.4.8",
"vue-tsc": "^2.1.6"
}
Expand Down
Loading

0 comments on commit 14e9756

Please sign in to comment.