Skip to content

Releases: Flutterish/rurusetto-addon

Rurusetto Addon 1.8.3

10 Apr 13:09
Compare
Choose a tag to compare

Rūrusetto Addon 1.8.3

This is a quick update that fixes an incompatibility with the newest lazer versions (.NET 5.0 → .NET 6.0).
It also changes the icon to the official rūrusetto icon instead of the circled "r" letter.

Rurusetto Addon 1.8.2

22 Feb 17:11
Compare
Choose a tag to compare

Rūrusetto Addon 1.8.2

This fixes 2 issues:

  • When ruleset files were updated, rather than created the addon would think they are still outdated
  • Private rulesets no longer incorrectly show that they are outdated (ruru reported their size as 0 bytes which would not agree with the detected file)

Rurusetto Addon 1.8.1

21 Feb 17:05
Compare
Choose a tag to compare

Rūrusetto Addon 1.8.1

This is a minor incompatibility fix with the newest osu version.

Rurusetto Addon 1.8

01 Feb 17:30
Compare
Choose a tag to compare

Rūrusetto Addon 1.8

Added

  • You can change the rurusetto API address in settings now (there is currently only one provider though)
  • Default textures for most things
  • Major net errors now have a visual message with a retry button
    image
  • You can press F5 to refresh the listing or a wiki page
  • Rurusetto addon will now check if for whatever reason the previous instance failed to finish its work, and report it in the notifications panel
  • A better contributing guideline for the repository

Changed

  • The listing will now change the amout of entries per line depending on available width
  • Right clicking now opens up a context menu on the whole listing entry rather than just the download button
    image

Fixed

  • An exception that could occur in visual tests
  • Clicking on a user profile whose osu username is empty will no longer open your profile

Rurusetto Addon 1.7

12 Jan 00:12
Compare
Choose a tag to compare

Rūrusetto Addon 1.7

This release adds localisation for Russian, Polish and (default) English.

How to install a locale (translation file)

  • Download the locale file (for example ru.zip for Russian)
  • Open the zip file
  • Move the folder into the rulesets folder
  • Done! Enjoy the addon in your preferred locale
  • Note that if your system is not in the given locale, you need to select it in settings like in the video
locales.mp4

Rurusetto Addon 1.6

31 Dec 03:10
Compare
Choose a tag to compare

Rūrusetto Addon 1.6

This release adds subpages of a wiki page
image

Added:

  • Subpages
  • Version info and whether a ruleset is playable to the wiki page (top right)
  • "Back to top" button
  • When clicking on a user, their osu! profile will be opened (if one exists)

Changed:

  • Renamed the Local tag to Unlisted
  • If on a wiki page, pressing escape (the back action), you will return to listing rather than closing the overlay
  • Colours

Fixed:

  • If the addon cannot load, it will attempt to display an error message in the notifications and undo any changes to the UI it has made before the error

Rurusetto Addon 1.5

29 Dec 18:11
Compare
Choose a tag to compare

Rūrusetto Addon 1.5

This release integrates the "status" of a rurusetto page into the addon.

Added:

  • Tags for "playable" (not shown), "borked" and "pre-release"
  • Checking for outdated files and ability to update rulesets

Rurusetto Addon 1.4

29 Dec 13:45
Compare
Choose a tag to compare

Rūrusetto Addon 1.4

This release improves reliability of the addon

Changes

  • The addon now identifies rulesets with its own data structure rather than the slug/short name of the ruleset used on the wiki. This also allows to manage local rulesets without a possibility for "ID collisions".
  • The API's exceptions are now silently handled in the background. In a future version major errors, such as not being able to fetch the ruleset listing or details about a particular ruleset will be reported visually rather than just not appearing at all.

Rurusetto Addon 1.3

28 Dec 19:52
Compare
Choose a tag to compare

Rūrusetto Addon 1.3

Added:

  • Listing for rulesets which failed to load
  • Home Page and Report Issue buttons

To be done:

  • Integrating as much of rūrusetto into the addon as possible as its API grows

Rurusetto Addon 1.2

28 Dec 15:57
Compare
Choose a tag to compare

Rūrusetto Addon 1.2

This release implements tags as well as lists locally installed rulesets, not listed on the wiki.

Added:

  • Tags
  • Listing of local rulesets which cannot be found on the wiki

Changed:

  • Made Rurusetto API thread-safe with concurrent caches.

To be done:

  • Integrating as much of rūrusetto into the addon as possible as its API grows