Skip to content

Releases: InventiveRhythm/fluXis

v2025.601.0

01 Jun 16:55

Choose a tag to compare

Editor

  • Fixed timing point decimals getting automatically reformatted when typing.

Song Select

  • Updating a mapset now hides it until the update is finished.

Multiplayer

  • Exiting song select in a lobby no longer forces the song to restart when it didn't change.

User Interface

  • Fixed a crash related to the toolbar profile picture.

Internal

  • Updated the theme colors for all framework related stuff.
  • Made animated images use shared texture atlases and increased the maximum atlas size to 2048x2048.
  • Added tests for ModsOverlay.

v2025.530.0

30 May 10:46

Choose a tag to compare

Gameplay

  • Keybinds now show for longer. (Even longer at the start of the chart)
  • Fixed mirror mod not mirroring lane switches anymore.

Editor

  • Fixed flashes not triggering a rebuild, even though they need it.
  • Fixed a freeze in the editor when it tries to snap a 17-digit number.
  • Fixed long notes disappearing visually when seeking.
  • Moved all keybinding stuff to a separate system in the editor. (All keybinds have been reset as a result)
  • Added keybindings for: Cloning a selection, Adding a timing point, Adding a note/bookmark.
  • Implemented note painting by holding shift.

Other

  • Added support for animated avatars and banners.
  • Importing and downloading now use the same temp folder.

Internal

  • MapEvents.Sort now uses reflection.

v2025.520.1

20 May 18:21

Choose a tag to compare

forgot to push some stuff before release

  • Fixed submit overlay keeping the screen blurred.
  • Show fallback rating if the actual rating is 0.
  • Fix paragraph spacing with textflows.
  • Increase the tag length limit from 256 to 2048.
  • Fix map list scrolling breaking at the bottom.

v2025.520.0

20 May 18:09

Choose a tag to compare

Gameplay

  • New shaders: Split Screen, Fish Eye and Reflections. [@Tetroit]
  • Fixed off-screen playfields not updating their notes.

Song Select

  • Updated the bottom right side.
    • Redesigned the score tooltips.
    • Added per-map settings for offset and more.
    • Rating now gets updated when refreshing the leaderboard.
  • Small optimization by hiding difficulty entries when they are hidden behind the header.

Editor

  • Optimized blueprints and hitobjects.
    • Makes selecting the map a lot faster.
    • The selection outline is a little broken though.

Other

  • Fixed osu! importing on linux. [@uzervlad]
  • Online maps now show their Accuracy and Health values.
  • Updated the text sizes and spacing for settings items.

Internal

  • Moved Steamworks dependency to the desktop project.

v2025.506.0

06 May 04:54

Choose a tag to compare

Song Select

  • The map list now automatically centers on the current difficulty.

Editor

  • Removed the "Flash Undelay" option.
  • Fixed an issue with the unused assets check when creating a new map.
  • Added interaction events on setup keycount buttons.
  • Fixed a crash when changing keycount and then switching to the design tab.
  • Allow 100% background dim in charting and design.
  • Updated Time Offset "Start Offset" to also use beats instead of ms.
  • Added support for custom beat snaps.

Profile

  • Added more tooltips when hovering text on profiles.
  • Re-Added the tooltip when hovering followers.
  • The Follow button now has a fixed width to not move other stuff around.
  • Clicking on the display-/username opens the profile on the website.

Wiki

  • Added the wiki overlay.

User Interface

  • Fixed the song select icon in the toolbar not having an underline when active.
  • Replaced with "Browse" icon with a more fitting one.
  • Added missing hover/click effects on main menu buttons.
  • Settings now show sub-categories in the sidebar.
  • Added a background to the loading screen.
  • Indicate that more maps are loading in the browse overlay better.
  • User Cards now show "last online", if possible.

Other

  • Fix skin importing if the zip file has directories as entries.
  • Removed all updated-related stuff out of steam and dev builds.
  • Hopefully fixed the weird repeating pattern in the noise shader.

osu!importing

  • Importing maps with custom hitsounds now properly applies them to notes.

v2025.427.1

26 Apr 22:39

Choose a tag to compare

fix crashes steam didnt init

v2025.427.0

26 Apr 22:23

Choose a tag to compare

Editor

  • Added the "Verify" tab, with some basic checks. (More added later)

Skinning

  • Improved the skin selection.
    • Skins can now provide a custom icon. (icon.png in skin root.)
    • They can also define a title and author. (See bottom)
    • They can also have a separate sound when selected. (Samples/UI/skin-select-click)

Layouts

  • Added the Layout editor.
  • New component: "Big Black Box".

Other

  • Added Bundled maps. (These get downloaded when not having any maps)
  • Dashboard club now shows offline members too.
  • Votes are now attached to mapsets instead of individual maps.

New Skin Metadata

{
    "info": {
        "title": "SKIN NAME",
        "creator": "SKIN CREATOR",
        "accent": "#6f6fe2"
    },
    "4k": {
        ...
    },
    ...
}

v2025.418.0

18 Apr 15:08

Choose a tag to compare

v2025.418.0 Pre-release
Pre-release
  • Added Bundled maps. (Downloaded when not having any maps)
  • Added the Layout editor.

v2025.415.0

15 Apr 02:08

Choose a tag to compare

Gameplay

  • Reduced the amount of movement and waiting of the loading screen when restarting a map.
  • The "Flawless" mod now instantly restarts instead of showing the fail screen.
  • Fixed background videos appearing much earlier than they should.
  • Updated "No SV" to remove all scroll-related effects (SV, Time Offset, Scroll Multiply, Hit Easing) and "No Events" to remove the rest.
  • Updated the "Hard" mod health drain algorithm again to hopefully make it ""okay"" now.

Song Select

  • Fixed zero-length maps breaking because of practice mode.
  • Fixed "Top Score" not working updating properly when settings scores.

Localization

  • Added support for Vietnamese translations. [@michioxd]

Other

  • Fixed some event properties not copying when cloning.

Internal

  • Make steam libraries only load on desktop platforms.
  • Library updates.

v2025.404.0

04 Apr 18:55

Choose a tag to compare

Song Select

  • Added "Practice Mode" which lets you play a specific part of a map.

User Interface

  • Added scores to online mapset listings.
  • Hide stuff that hasn't been worked on yet.
  • Updated HealthBar cross size and animation.

Other

  • Fixed authentication timeout triggering instantly when reconnecting.
  • Added support for split dual mode.