Release 0.95.0

This commit is contained in:
Alexey 2026-04-21 21:33:56 +05:00
parent c14101cbc8
commit d91fe1c63b
8 changed files with 26 additions and 16 deletions

View file

@ -1,6 +1,6 @@
# Blue Marble Enhanced
![Blue Marble 0.94.0 liquid-glass UI showcase](./docs/assets/blue-marble.png)
![Blue Marble 0.95.0 liquid-glass UI showcase](./docs/assets/blue-marble.png)
This fork is based on [SwingTheVine/Wplace-BlueMarble](https://github.com/SwingTheVine/Wplace-BlueMarble) and focuses on practical improvements for everyday template work on [wplace.live](https://wplace.live/).
@ -8,15 +8,18 @@ The goal is not to replace the upstream project. This fork keeps the original Bl
## What Is Different
Version `0.94.0` introduces the first enhanced release:
Version `0.95.0` continues the enhanced release:
- Redesigned Blue Marble windows with a minimal liquid-glass visual style.
- Redesigned window controls, buttons, typography, spacing, and transitions.
- Polished the main Blue Marble header and stat cards for a more balanced layout.
- Added a resizable windowed mode for Color Filter.
- Redesigned the expanded Color Filter layout with compact stat cards and full-color color cards.
- Added Color Filter position and size persistence.
- Added persistence for shown and hidden colors in Color Filter.
- Added automatic Color Filter refresh every 10 seconds.
- Updated Color Filter visibility icons to match the new interface style.
- Updated Color Filter visibility icons with animated eye-slash transitions.
- Added premium color star backgrounds in the expanded Color Filter cards.
## Installation
@ -32,6 +35,8 @@ Color Filter is one of the main areas improved here. It can be opened as a compa
Hidden and visible colors are remembered, so you can isolate the colors you are actively painting without rebuilding the filter state every session. The list also refreshes automatically every 10 seconds, keeping pixel counts current without a manual refresh button.
The expanded Color Filter view now uses larger full-color cards, compact progress text, clearer stat cards, animated visibility icons, and premium star accents while keeping hidden colors recognizable by their actual palette color.
## Upstream
Original project:

View file

@ -2,7 +2,7 @@
// @name Blue Marble
// @name:en Blue Marble
// @namespace https://github.com/SwingTheVine/
// @version 0.94.0
// @version 0.95.0
// @description A userscript to enhance the user experience on Wplace.live. This includes, but is not limited to: uploading images to display locally on a canvas, adding a button to move the Wplace color palette menu, and other QoL features.
// @description:en A userscript to enhance the user experience on Wplace.live. This includes, but is not limited to: uploading images to display locally on a canvas, adding a button to move the Wplace color palette menu, and other QoL features.
// @author SwingTheVine
@ -4706,4 +4706,4 @@ Time Since Blink: ${String(Math.floor(elapsed / 6e4)).padStart(2, "0")}:${String
}
})();
// Build Hash: a40147b07f84
// Build Hash: 766764cf4c48

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
# Blue Marble Enhanced
![Blue Marble 0.94.0 liquid-glass UI showcase](./assets/blue-marble.png)
![Blue Marble 0.95.0 liquid-glass UI showcase](./assets/blue-marble.png)
This fork is based on [SwingTheVine/Wplace-BlueMarble](https://github.com/SwingTheVine/Wplace-BlueMarble) and focuses on practical improvements for everyday template work on [wplace.live](https://wplace.live/).
@ -8,15 +8,18 @@ The goal is not to replace the upstream project. This fork keeps the original Bl
## What Is Different
Version `0.94.0` introduces the first enhanced release:
Version `0.95.0` continues the enhanced release:
- Redesigned Blue Marble windows with a minimal liquid-glass visual style.
- Redesigned window controls, buttons, typography, spacing, and transitions.
- Polished the main Blue Marble header and stat cards for a more balanced layout.
- Added a resizable windowed mode for Color Filter.
- Redesigned the expanded Color Filter layout with compact stat cards and full-color color cards.
- Added Color Filter position and size persistence.
- Added persistence for shown and hidden colors in Color Filter.
- Added automatic Color Filter refresh every 10 seconds.
- Updated Color Filter visibility icons to match the new interface style.
- Updated Color Filter visibility icons with animated eye-slash transitions.
- Added premium color star backgrounds in the expanded Color Filter cards.
## Installation
@ -32,6 +35,8 @@ Color Filter is one of the main areas improved here. It can be opened as a compa
Hidden and visible colors are remembered, so you can isolate the colors you are actively painting without rebuilding the filter state every session. The list also refreshes automatically every 10 seconds, keeping pixel counts current without a manual refresh button.
The expanded Color Filter view now uses larger full-color cards, compact progress text, clearer stat cards, animated visibility icons, and premium star accents while keeping hidden colors recognizable by their actual palette color.
## Upstream
Original project:

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "wplace-bluemarble",
"version": "0.94.0",
"version": "0.95.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "wplace-bluemarble",
"version": "0.94.0",
"version": "0.95.0",
"devDependencies": {
"esbuild": "^0.25.0",
"jsdoc": "^4.0.5",

View file

@ -1,6 +1,6 @@
{
"name": "wplace-bluemarble",
"version": "0.94.0",
"version": "0.95.0",
"type": "module",
"homepage": "https://bluemarble.lol/",
"repository": {

View file

@ -2,7 +2,7 @@
// @name Blue Marble
// @name:en Blue Marble
// @namespace https://github.com/SwingTheVine/
// @version 0.94.0
// @version 0.95.0
// @description A userscript to enhance the user experience on Wplace.live. This includes, but is not limited to: uploading images to display locally on a canvas, adding a button to move the Wplace color palette menu, and other QoL features.
// @description:en A userscript to enhance the user experience on Wplace.live. This includes, but is not limited to: uploading images to display locally on a canvas, adding a button to move the Wplace color palette menu, and other QoL features.
// @author SwingTheVine