Skip to content

Releases: RetroAchievements/RAWeb

2.2.0

18 Nov 16:14
Compare
Choose a tag to compare

What's Changed

  • Junior developers are now allowed to update game information, rich presence, and achievement order for games where they have an active new set claim by @MrOwnership in #1211
  • Add explain blocks for leaderboards by @Jamiras in #1216
  • Add Type filter to search page by @Jamiras in #1195
  • Eliminate ticket karma by @Jamiras in #1203
  • Only show recent players from the last six months on game pages by @Jamiras in #1197
  • Separate PC Engine CD from PC Engine by @televandalist in #1129
  • Restore Set Exists marker on All User Set Requests page by @Jamiras in #1193
  • Fix display issue when embedding game and achievement with same ID in same page by @Jamiras in #1198
  • Fix notes not showing up for PS2 achievement definitions by @Jamiras in #1210
  • Fix completion badge not being awarded if last unlock was hardcore by @Jamiras in #1196
  • Fix rank calculation for lower is better leaderboard when rank is shared by @Jamiras in #1202
  • Fix player activity not showing up when invalid by @Jamiras in #1204
  • Fix hardcore border not showing on game compare page by @Jamiras in #1218
  • Fix RSS feeds date, strip HTML tags, add guid by @Krylan in #1223
  • Prevent creating account with invalid username by @Jamiras in #1206
  • Prevent exception trying to create a ticket when not logged in by @Jamiras in #1190
  • Prevent exception trying to return data for non-existent game by @Jamiras in #1191
  • Prevent exception calling RecentlyPlayedGames without a user by @Jamiras in #1205
  • Don't try to send email to deleted user when closing ticket by @Jamiras in #1213

Full Changelog: 2.1.0...2.2.0

2.1.0

08 Oct 19:24
9cde8f2
Compare
Choose a tag to compare

What's Changed

  • New layout for dev box on game page by @luchaos in #1176
  • Allow user to create new ticket for achievement if previous ticket has been closed or resolved by @Jamiras in #1170
  • Disable button while submitting forum post to prevent multi-submission by @Jamiras in #1163
  • Allow devs to make collab claims when they have no claim slots available. by @MrOwnership in #1158
  • Update Time(Milliseconds) to Time(Centiseconds) in leaderboard editor by @Jamiras in #1162
  • Add Reddit footer link by @luchaos in #1189
  • Revert default game icon by @luchaos in #1167
  • Jump to comment from recent forum comment links by @Jamiras in #1181
  • Update update/unlink hash comments to match current format by @MrOwnership in #1164
  • Remove console name from games list by @luchaos in #1156
  • Render default icon for deleted user avatar by @luchaos in #1155
  • Fix user avatar word wrap by @luchaos in #1154
  • Fix exception viewing dev stats for new developer where first unlock was softcore by @Jamiras in #1157
  • Match ticket avatar icon size with other avatars by @luchaos in #1172
  • Fix scrollbar on manage claims page by @luchaos in #1175
  • Fix achievement link on game compare page by @luchaos in #1179
  • Fix html entities in page title by @luchaos in #1185
  • Prevent divide by zero if user has reset softcore but not hardcore by @Jamiras in #1182
  • Prevent exception accessing history with an invalid date by @Jamiras in #1153
  • Use loadCard for active players by @Jamiras in #1166
  • Cache ability to create tickets by @Jamiras in #1169
  • Cache recently played games by @Jamiras in #1171
  • Cache top achievers per game by @Jamiras in #1174
  • Bump doctrine/dbal from 2.13.9 to 3.4.5 by @dependabot in #1180

Full Changelog: 2.0.1...2.1.0

2.0.1

30 Sep 21:38
6c511ed
Compare
Choose a tag to compare

What's Changed

  • Lazily load tooltip cards by @luchaos in #1142
  • Cache currently active on front page by @luchaos in #1143
  • Use standard colors for comments widget by @Jamiras in #1145
  • Show decimal tooltip for hex values when viewing trigger by @Jamiras in #1140
  • Fix resetting progress from achievement page by @Jamiras in #1117
  • Fix resetting progress from game page by @Jamiras in #1120
  • Fix points not being returned by API_GetUserRankAndScore by @Jamiras in #1118
  • Fix news image header path by @luchaos in #1119
  • Fix Mastered being displayed when 99.5+% of achievements earned, but not 100% by @Jamiras in #1121
  • Fix server error loading profile when user has hardcore unlocks for a game but not softcore unlocks by @Jamiras in #1126
  • Capture timing information for non-laravel queries by @Jamiras in #1127
  • Fix exception processing truncated trigger by @Jamiras in #1131
  • Return 404 for dev stats of deleted user by @Jamiras in #1132
  • Prevent 500 response when attributed developer was hard deleted by @Jamiras in #1133
  • Prevent exception visiting game compare page before playing any games by @Jamiras in #1134
  • Fix navigation when search string contains apostrophe by @Jamiras in #1141
  • Fix 'Malformed UTF-8' error when rich presence truncated mid UTF-8 character by @Jamiras in #1144
  • Handle missing referers in wiki edit redirects by @luchaos in #1136
  • Use cachable configuration values instead of environment variables by @luchaos in #1139

Full Changelog: 2.0.0...2.0.1

2.0.0

16 Sep 23:36
ab60a88
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.91.1...2.0.0

2.0.0-beta3

15 Sep 23:15
e1f8c6f
Compare
Choose a tag to compare
2.0.0-beta3 Pre-release
Pre-release

What's Changed

https://stage.retroachievements.org/

https://github.com/RetroAchievements/RAWeb/tree/v2

Added

  • Add composer install line to readme
  • Add ranking to footer nav

Changed

  • Refactor requests, deprecate request helper functions, use framework request() helper
  • Update dependencies, require node v18, npm v8, run audits
  • Refactor CSS to Vite/Tailwind & remove unused classes & split styles.css
  • Change utf8mb4_0900_ai_ci to utf8mb4_general_ci for mariadb compatibility
  • Refactor "Enum" classes to be closer to PHP 8.1's Enum
  • Refactor email update request & add global verification nag message
  • Move logout from top area to my pages dropdown
  • Remove HARDCORE ascii art
  • Clean up game pages
  • Clean up aotw component
  • Clean up comments layout to match forum topic comments

Fixed

  • Fix layout issues
  • Fix open graph metadata
  • Fix shortcode game resolution for unknown games
  • Fix forum topic update redirect & add anchor
  • Fix Apache not redirecting all php scripts in public/ to the index.php entrypoint
  • Fix incorrect image upload request paths

Fixed V1

  • Fix daily/weekly retro points calculation by @Tsearo in #1102
  • fix hardcore indicator on player history page by @Jamiras in #1107
  • fix first mutual follower showing follow link by @Jamiras in #1108

Full Changelog: 2.0.1-beta...2.1.0-beta

1.91.2

06 Sep 19:27
Compare
Choose a tag to compare

What's Changed

  • Change Achievement Distribution graph to bar chart by @Jamiras in #1113
  • Fix white points calculation on daily/weekly leaderboard by @Tsearo in #1102
  • Fix hardcore indicator on player history page by @Jamiras in #1107
  • Fix first mutual follower showing follow link by @Jamiras in #1108

Full Changelog: 1.91.1...1.91.2

2.0.0-beta

21 Aug 23:35
93dddf5
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

1.91.1

21 Aug 21:25
d5df60a
Compare
Choose a tag to compare

What's Changed

  • prevent divide by zero if game only has 0 point achievements by @Jamiras in #1099
  • Fix sorting when clicking more link on New Set/Revision widget by @Tsearo in #1101

Full Changelog: 1.91.0...1.91.1

1.91.0

19 Aug 20:58
Compare
Choose a tag to compare

What's Changed

  • Update max game progress to 100% by @Jamiras in #1079
  • New Sets/Revisions widget by @Tsearo in #1085
  • Add softcore leaderboard rankings by @Jamiras in #1083
  • Followers list now sorted by name and has link to follow user back by @Jamiras in #1078
  • Fix Compare to Others list not showing followers who weren't mutually following by @Jamiras in #1077
  • Fix points not showing for user in Followed Users link when user rank was greater than 10 by @Tsearo in #1076
  • Fix progress reset message showing raw HTML by @luchaos in #1080
  • Fix Recent Progress graph for softcore by @Tsearo in #1081
  • Fix hub matching for values containing ampersands by @Jamiras in #1082
  • Fix game award counters overflow by @EmoonX in #1084
  • Fix Latest Masters table not showing actual mastery rank by @EmoonX in #1071

Full Changelog: 1.90.0...1.91.0

1.90.0

08 Aug 17:20
Compare
Choose a tag to compare

What's Changed

  • Separation of Softcore Points from Hardcore Points by @Tsearo in #1033
  • Replace Friends terminology with Followed Users by @Jamiras in #1042
  • Counters for awards on profile page by @EmoonX in #1070
  • Allow editing achievement title, description, points and badges on site by @Tsearo in #1054
  • Show message on profile page when user has disabled wall comments by @Jamiras in #1059
  • Add status widget to achievement reorder page by @Jamiras in #1058
  • Add link to manual unlock documentation on report issue page by @Jamiras in #1060
  • Fix newlines not appearing in comments widget by @Jamiras in #1039
  • Fix stackable site awards sometimes appearing as game completion awards by @MrOwnership in #1049

New Contributors

Full Changelog: 1.89.1...1.90.0