Skip to content

Releases: Kira-NT/cubes-without-borders

v4.1.0

Choose a tag to compare

@Kira-NT Kira-NT released this 20 Jun 19:03

Features

  • The initial fullscreen activation is now delayed by default
    • This results in a smoother startup sequence and has the added benefit of helping some Windows users with faulty graphics drivers avoid the "Recovering from unsupported resolution" popup that can appear when the game window attempts to enter fullscreen mode immediately after its creation.
    • This behavior is controlled by the new useDelayedFullscreen config option.

Full Changelog: v4.0.6...v4.1.0

v4.0.6

Choose a tag to compare

@Kira-NT Kira-NT released this 03 Jun 15:19

Miscellaneous

  • Marked other borderless mods as incompatible (#125)

Full Changelog: v4.0.5...v4.0.6

v4.0.5

Choose a tag to compare

@Kira-NT Kira-NT released this 27 May 12:47

Features

  • Implemented a fallback for players with faulty GPU drivers that automatically puts them into borderless mode if exclusive fullscreen is about to crash their game (#123)

Full Changelog: v4.0.4...v4.0.5

v4.0.4

Choose a tag to compare

@Kira-NT Kira-NT released this 24 May 14:52

Features

  • Improved mod loader detection logic for players using custom client branding (#122)
  • Added Estonian translations (#124)

Fixes

  • Fixed a mysterious issue where Minecraft would crash when exiting borderless fullscreen mode on macOS 26.3+ (#118)

New Contributors

Full Changelog: v4.0.3...v4.0.4

v4.0.3

Choose a tag to compare

@Kira-NT Kira-NT released this 15 May 08:25

Features

  • Updated translations for zh_tw, zh_cn, zh_hk, ms_my, and zlm_arab (#111, #112, #114)

Fixes

  • Fixed an issue where inputs could become misaligned on launch on macOS (#120)
  • Fixed a vanilla bug where inputs could become misaligned when switching to the Current resolution in exclusive fullscreen mode on macOS (#120)

New Contributors

Full Changelog: v4.0.2...v4.0.3

v4.0.2

Choose a tag to compare

@Kira-NT Kira-NT released this 14 Apr 14:40

Fixes

  • Fixed Quilt support for all five Quilt players out there

Full Changelog: v4.0.1...v4.0.2

v4.0.1

Choose a tag to compare

@Kira-NT Kira-NT released this 13 Apr 18:48

Fixes

  • Fixed missing window decorations upon exiting windows:windowed (#107)
  • Bypassed common annoyances with Nvidia drivers on Windows

Full Changelog: v4.0.0...v4.0.1

v4.0.0

Choose a tag to compare

@Kira-NT Kira-NT released this 12 Apr 12:33

Features

  • Added support for YetAnotherConfigLib to provide a more polished configuration screen experience
  • Added a new fullscreen type, minecraft:hybrid, which wraps the newly introduced non-exclusive fullscreen mode in vanilla 26.1
    • It's unclear to me why anyone would want this over true borderless fullscreen, but it's there
  • Removed the Exclusive Fullscreen button from the vanilla settings
  • Added support for OS-specific configurations via new linux, macos, and windows entries; their contents take precedence over top-level properties
  • Added a new Use Scaled Framebuffer option, allowing players to opt-out of using the full-resolution framebuffer on macOS and Wayland (#71)
    • This option is very similar to Reduce Resolution on macOS provided by Sodium Extra, which you should generally avoid due to its broken and artificially limited implementation
  • Added a new Pause on Lost Focus (Multiplayer) option, allowing players to disable automatic pausing when the window loses focus in multiplayer, while preserving the original behavior in singleplayer worlds (#99)
  • Added partial translations for zh_tw, zh_cn, ms_my, and zlm_arab (#41, #45, #67)

Fixes

  • Set minecraft:windowed as the default fullscreen mode on Windows (#40, #47, #59, #60, #70, #78, #97)
  • Fixed an issue where Minecraft would automatically minimize itself on macOS 10.15 (Catalina) and earlier (#61)
  • Removed the faint Liquid Glass border painted around the window on macOS 26 (Tahoe) and newer (#93)
  • Disabled the Windows-specific code path for restoring window size and position (#46, #92)
  • Removed the software scaler used by some borderless modes to simulate video modes with dimensions smaller than the default (#38, #44, #48, #51, #53, #54, #57, #66, #91, #96)
    • There were too few performance gains, if any, to justify its existence, given the number of compatibility issues it introduced with other mods

Breaking Changes

  • Changed the mod ID to cwb
    • This also means that configurations from previous versions will be invalidated
  • Removed windows:exclusive in favor of minecraft:windowed
  • Changed the format of translation strings

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.0.0

Choose a tag to compare

@Kira-NT Kira-NT released this 28 Oct 23:23

Features

  • Added support for (Neo)Forge
  • Implemented a configuration screen
  • Added a way to access the Pause on Lost Focus option via the configuration screen (#35)
  • Introduced a software scaling solution to replace the screen resolution setting when it is unavailable
  • Enhanced fullscreen settings on macOS to better align with expected borderless fullscreen behavior (#23)

Fixes

  • Reverted the default borderless fullscreen mode on Windows to windows:windowed (#14, #21, #22, #27, #28)

New Contributors

Full Changelog: v2.1.1...v3.0.0

v2.1.1

Choose a tag to compare

@Kira-NT Kira-NT released this 19 Jul 15:44

Fixes

  • Fixed a vanilla issue where Minecraft would once again mess up the display resolution on startup (#19, #24)

Full Changelog: v2.1.0...v2.1.1