* added automatic parsing of coordinates if pasted in first coordinate field
* added automatic parsing of coordinates if pasted in first coordinate field
* added automatic parsing of coordinates if pasted in first coordinate field
* v0.82.0; Merge branch 'code' into main
* Git is such a pain
* v0.81.0; Git is such a pain
* Stupid automation AAAAAA
* v0.80.0; Stupid automation AAAAAA
* v0.81.0; Merge branch 'code' into main
---------
Co-authored-by: Filip Struzik <e12020637@student.tuwien.ac.at>
Co-authored-by: SwingTheVine <swingthevine@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Create CONTRIBUTING.md
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* Added some install instructions
* Finished CONTRIBUTING.md
* Fixed CONTRIBUTING table
* Added SECURITY.md
* Added Computer Edge instructions
* Added Computer FireFox instructions
* Clarified where the userscript can be downloaded from
* Update to Wiki Docs
* Simplify installation instructions with one-click install links
This is because Tampermonkey automagically detect whether raw js files are being opened and redirect user to installation page. We might need a custom build action to update the links though.
- Replace manual download and drag process with direct install links
- Remove unnecessary screenshots and dashboard steps
* Fix stuff
* Fixed again. Sorry I was looking at the wrong branch T-T
* .
* Added color palette to src/utils.js
* Updated Shields to match HEAD of main
* Added build.yml RegEx for v0.0.0 version updating in README.md
* Branch sync
* Update CONTRIBUTING.md
* Added the quick guide
* Added wplace status shield
* Moved wiki to its own branch
* Added Shields from #61 and #58
* Fixed PR template
* Squashed commit of the following:
commit aca7df4189
Author: SwingTheVine <swingthevine@gmail.com>
Date: Sat Aug 9 20:52:22 2025 -0400
Added color palette to src/utils.js
commit 13ff8fbe33
Merge: 70eb0a2f2d34d8
Author: SwingTheVine <swingthevine@gmail.com>
Date: Sat Aug 9 20:49:26 2025 -0400
Merge branch 'main' of https://github.com/SwingTheVine/Wplace-BlueMarble
commit 70eb0a26fa
Author: SwingTheVine <swingthevine@gmail.com>
Date: Fri Aug 8 19:38:49 2025 -0400
Update to Wiki Docs
* Fixed bug in JSDoc generation in build.js
* v0.79.0; Merge pull request #98 from SwingTheVine/documentation
Updated documentation
* Added missing dependency for minami
* Added brief description about what Blue Marble does
* v0.80.0; Added brief description about what Blue Marble does
* v0.81.0; Merge branch 'code' into main
---------
Co-authored-by: thatfrozenfrog <101154752+thatfrozenfrog@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Moved config.yml to correct directory
* Moved bug-report.yml to correct directory
* Moved feature-request.yml to correct directory
* Moved pull-request.yml to correct directory
* Moved config.yml to correct directory
* Moved bug-report.yml to correct directory
* Moved feature-request.yml to correct directory
* Moved pull-request.yml to correct directory
Improved the overlay drag logic for smoother, GPU-accelerated movement using requestAnimationFrame and transform. Updated file input elements to use stronger hiding techniques, preventing browser-native text from appearing during minimize/maximize. Updated version to 0.72.0 and added additional debug logging and minor UI/UX improvements.
Removes the status message when maximizing the overlay, as the state change is visually clear. Updates comments to clarify that accessibility information is still provided via alt text for screen readers and tooltips.
Introduces a comprehensive pixel counting system to the Template class and integrates pixel statistics into the template creation and rendering process. Adds minimize/maximize functionality to the overlay UI, including responsive element visibility, fixed minimized dimensions, and improved user feedback. Updates documentation and comments to reflect new features and version history.