Releases: bookdude13/SRVoting
Releases · bookdude13/SRVoting
SRVoting v2.0.0
What's Changed
- Switch to il2cpp mod format to match Synth Riders open beta
- Voting options properly refresh after coming back from a song in both single player and multiplayer
- Down vote button removed. You can still see the number of up/down votes, but you will need to go to the synthriderz site if you want to downvote maps. This is partially an experiment - if the community as a whole disagrees with this, I'm open to putting it back in. The idea for this is that it's still easy to promote maps you like, but harder to systematically down vote maps in bulk.
Tested with MelonLoader v0.6.5
Full Changelog: v1.3.0...v2.0.0
SRVoting v1.3.0
What's Changed
- Update to SRModCore 1.1.0 and MelonLoader v0.6.1 by @bookdude13 in #15
Full Changelog: v1.2.1...v1.3.0
SRVoting 1.2.1
Fixes an issue where the steam auth ticket would expire (after playing a lot of OST). Now it retries up to 3 times to get a new ticket if it fails to use the existing one.
SRVoting v1.2.0
What's Changed
Voting can now be done from multiplayer rooms! Arrows are at the bottom in the song info section.
- Arrows will not be present if no song is selected (this happens if you create a lobby right when entering game), but will show up once the first song is selected
- Arrows/votes update whenever you yourself (as host) or the remote host updates the selected song
- Voting while selecting songs as host is still possible
Huge shout out to The_Zhad for helping test this out!
Full Changelog: v1.1.1...v1.2.0
SRVoting v1.1.1
No feature changes. I moved some common code to the new SRModCore repo and added that .dll as a dependency
SRVoting Version 1.1.0
What's Changed
Features
- Vote count text is now darker for the vote options not selected by the player
- Voting UI elements are now disabled when loading from Synthriderz instead of completely absent
- Voting UI elements are now present for OST tracks, with the vote count text saying "N/A"
Bug fixes
- Fixed issue where UI elements weren't visible when returning from a song
Full Changelog: v1.0.0...v1.1.0
SRVoting Version 1.0.0
Synthriderz beatmap voting in-game!
Note: Requires your Synthriderz account to be linked with Steam.
What's Changed
Features
- Up/Down vote buttons and vote counts added next to difficulty selection
- Vote counts underlined corresponding to own vote
- Auth with Steam to hit Synthriderz APIs, with automatic token refresh on 401 response
- UI elements hidden for OST tracks
- If any error occurs, UI elements are hidden. Check MelonLoader logs for more detailed error messages.
Full Changelog: https://github.com/bookdude13/SRVoting/commits/v1.0.0