diff --git a/public/data-sources/changelog.json b/public/data-sources/changelog.json index 1dff25c..c2e9515 100644 --- a/public/data-sources/changelog.json +++ b/public/data-sources/changelog.json @@ -9,5 +9,6 @@ "3.0.8": ["- (Minor) Added game event options for Classic IIDX versions"], "3.0.8-shrimplinks": ["- (Bugfix) Fix broken session."], "3.0.9": ["- (Minor) Add additional data to the dashboard, including today stats and score stats. Add score stats to chart."], - "3.0.10": ["- (Major) Add experimental records pages, work on score processing.", "- (Bugfix) Clean up new dashboard data"] + "3.0.10": ["- (Major) Add experimental records pages, work on score processing.", "- (Bugfix) Clean up new dashboard data"], + "3.0.11": ["- (Bugfix) Fix broken chart sorting for certain games.", "- (Bugfix) Add spacing on mobile for personal records user buttons."] } \ No newline at end of file diff --git a/src/views/Game/PersonalRecords.vue b/src/views/Game/PersonalRecords.vue index f0d9195..4e8101c 100644 --- a/src/views/Game/PersonalRecords.vue +++ b/src/views/Game/PersonalRecords.vue @@ -89,7 +89,7 @@ const filteredSongs = computed(() => {