Skip to content

2021.924.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@HelloYeew HelloYeew released this 24 Sep 22:06
· 790 commits to new-website since this release
874c82e

Thanks for following! This is a new update of rūrusetto beta.

Dependencies

  • Update pygments requirement from ~=2.9.0 to ~=2.10.0 (#72)
  • Update unidecode requirement from ~=1.2.0 to ~=1.3.2 (#73)
  • Update pillow requirement from ~=8.3.1 to ~=8.3.2 (#74)
  • Update django-colorfield requirement from ~=0.4.2 to ~=0.4.3 (#75)

Database

  • Set some field of beatmap model to can be blank on database (#76)

Performance

  • Move JS on the demo player to only the recommend beatmap page. (#70)
  • Resize image that is big to a smaller size (#71)

Wiki

  • Delete star rating from beatmap card (#70) : Because current SR in the current beatmap is from osu! gamemode but each ruleset has own SR calculation so I decided to remove it from the ruleset creator recommendation and move JS on the demo player to only the recommend beatmap page to improve the website performance.
  • Add missing edit subpage cover image light mode cover (#77)
  • Add download link for the ruleset that use GitHub as a source (#78)
  • Enhance markdown converter (#79) : Add new extension in markdown converter (toc and attr_list) so it can auto-generate the table of content and apply the HTML attribute on the wiki page. This implement is implement to make the page and the markdown converter ready for wiki page CSS element override function that will come.
  • Set support box display requirement to only support message (#80)
  • Adjust CSS to make tag spacing animation support (#80)

This update is from the request in Discord to remove the SR from beatmap card, adjust support box to show even only message from the creator and fix some bug that me or other user found. This update make the way on let the ruleset creator can 'override' the CSS of the website so the creator can customize the color and the wiki page theme freely that will coming in incoming update.

About the auto-generate table of content, just add [TOC] at the top of the markdown file and it will auto-generate the table of content and about the attribute list you can read the documentation here.

More news! The repository of this website is participate in Hacktoberfest 2021. You can send a pull request on this repository to participate the Hacktoberfest!

If you found any issues or have any suggestion you can make issue in this repositories or tag me on discord dev server at #rulesets-wiki. This website will not be better without your comments.

You can access the beta server from here.

Thanks for reading and have fun with Hactoberfest!

HelloYeew