Skip to content

Releases: MasterIO02/ordr-client

o!rdr client v27.2

20 Oct 22:37
77aa50d

Choose a tag to compare

What's Changed

Full Changelog: v27.1...v27.2

o!rdr client v27.1

04 Aug 14:41

Choose a tag to compare

Check the release notes of the previous version for the list of changes between the v26 version and the v27!

This release fixes the executable not running on most Windows systems, and adds the latest changes:

  • Add back option to log timestamps
  • Do not log an error when hitting CTRL+C while on an input prompt

o!rdr client v27 (rewrite)

13 Jul 16:27

Choose a tag to compare

The o!rdr client has been rewritten into Typescript for this release! It's safer, more stable and future-proof for upcoming o!rdr updates.

Changes:

  • The executable can now auto-update
  • Updates will be downloaded from GitHub releases
  • Added a benchmark-only mode, run the client with the --benchmark argument with the executable or via npm run benchmark when running from source
  • Removed inactivity detection
  • Removed the ability to choose your own songs folder
  • Modified folder structures (for data such as songs and skins) and config structure

The open-source o!rdr server is incompatible with this client! Use the v26 version with it.

This new version of the client is incompatible with the previous v26 version! You cannot replace the previous executable by this one!

v26 to v27 migration instructions, as explained in the #updates channel on Discord:

  • Follow the new installation instructions in the README (can still run from source or via the executable), DO NOT install it in the same folder as your current client!
  • Don't forget to run it once to have it download danser, generate the default configuration and its folder structure, you can close it once it asks you for the speedtest
  • Update the new config.json file according to the new layout as described in the README (**Note: for the encoder, nvidia changed to nvenc and intel changed to qsv)
  • Create an empty keys.json file, and paste this JSON structure inside:
{
    "client_id": "",
    "osu": {
        "oauth_client_id": "",
        "oauth_client_secret": ""
    }
}
  • Migrate the id of the old config into the client_id field of the new keys.json file and add your osu! API v2 OAuth keys if you have them.
  • You will most likely want to copy the maps and skins of the old client to the new one, so move all files in the files/danser/Songs folder of the old client to the data/songs folder of the new client. Same for the skins.
  • You're good to go! Note that if you run from source, you HAVE to use npm start instead of node main.js now.

o!rdr client v26

19 Nov 15:35

Choose a tag to compare

New mandatory update

o!rdr client v25

05 Nov 20:52

Choose a tag to compare

Latest o!rdr client version, supports danser 0.10.x!

o!rdr client v24

31 Dec 00:16

Choose a tag to compare

Newest version of the o!rdr client

o!rdr client v23

03 Sep 16:45

Choose a tag to compare

Latest client version!

o!rdr client v22 fixed

26 Jul 17:02

Choose a tag to compare

fixes the issue where the client would crash because the "unzipper" library wasn't installed

o!rdr client v22

23 Jul 16:00

Choose a tag to compare

new version to use with o!rdr rev22!

o!rdr client v21

25 Feb 18:10

Choose a tag to compare

new version to use with o!rdr rev21