Skip to content

Release 0.94.0 - #517

Merged
SwingTheVine merged 6 commits into
mainfrom
release/v0.94.0
Sep 8, 2026
Merged

Release 0.94.0#517
SwingTheVine merged 6 commits into
mainfrom
release/v0.94.0

Conversation

@SwingTheVine

@SwingTheVine SwingTheVine commented Sep 8, 2026

Copy link
Copy Markdown
Owner

Shaky-Stable Beta Release
In this version, bugs created by version 0.93.0 were fixed.

Change Log

User-Specific

  • Wplace chunks will now load.
  • Blue Marble settings will now save properly.
  • Blue Marble will no longer crash on slower internet speeds (or less powerful devices).
  • Reintroduced a bug where, on page load, the main Blue Marble window will sometimes appear without user statistics.

Developer-Specific

  • Fixed bug where handleDrawDepth() threw a warning to the console about undefined being unexpectedly passed in. (undefined is one of the expected values to be passed in)
  • Implemented more save-guards to prevent scenarios where Blue Marble tries to observe/modify the DOM tree, before the DOM tree exists.
  • Fixed a bug where handleDrag() crashes, due to the Window class(es) saving a reference to document.body before the document.body exists. When .buildWindow() is called, the reference to document.body will now be created.
  • Fixed a bug where the MutationObserver in observeBlack() crashed, due to the MutationObserver trying to observe mutations in a DOM tree that did not exist yet.

Installation

Download one of the attached BlueMarble.user.js files in the asset section to use this release.

@SwingTheVine
SwingTheVine merged commit decf987 into main Sep 8, 2026
5 checks passed
@SwingTheVine SwingTheVine self-assigned this Sep 8, 2026
@SwingTheVine SwingTheVine added the bug Something isn't working as it was intended label Sep 8, 2026
@SwingTheVine SwingTheVine added this to the Version 1.0.0 milestone Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working as it was intended

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant