Skip to content

Commit 58b7600

Browse files
committed
Update README.md
1 parent 90e2da6 commit 58b7600

1 file changed

Lines changed: 29 additions & 25 deletions

File tree

docs/README.md

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -101,32 +101,36 @@ To use it, copy the content and paste it in the URL field when creating a bookma
101101
</p>
102102

103103
<ul>
104-
<li>Show Charges Count outside the Button that may be covered by Cloudflare Turnstile.</li>
105-
<li>Display the palette hints as crosshair instead of a dot for better visibility.</li>
104+
<li>Show Charges Count outside the Button that may be covered by Cloudflare Turnstile. (v0.85.3)</li>
105+
<li>Show Remaining Time to Full Charges. (v0.85.9)</li>
106+
<li>Display the palette hints as crosshair instead of a dot for better visibility. (v0.85.2)</li>
106107
<li>(Due to Mobile Safari's Canvas size limitation (4096x4096), the maximum zooming can only be 4 instead of 5)</li>
107-
<li>Remember the loaded tiles to prevent lag / redundant computations (whenever the Last-Modified header is unchanged)</li>
108-
<li>Testing semi-transparency for the Blue Marble Overlay.</li>
109-
<li>Fixed the non-persistent palette toggle bug.</li>
110-
<li>Fixed the bug that the count of total blocks to count being 1 or 2 after refresh.</li>
111-
<li>Fixed the bug that the "Enable All" and "Disable All" buttons do not persist.</li>
112-
<li>Show the filled count of each color.</li>
113-
<li>Directly teleport to one of the unfilled pixel when clicking on an unfinished color block in the filter.</li>
114-
<li>Allow teleporting to the given tile coordinates via the plane button next to the input boxes.</li>
115-
<li>Show also geographical coordinates besides tile coordinates.</li>
116-
<li>Optimize the for-loop for faster response.</li>
117-
<li>Allow multiple templates to be used at the same time.</li>
118-
<li>A button to teleport to the top-left corner of the selected template.</li>
119-
<li>Allow locked colors (colors that are not unlocked) to be hidden from the color list.</li>
120-
<li>Allow completed colors to be hidden from the color list.</li>
121-
<li>Different options to change the display order of the colors, including (un)painted count, hue, and luminance.</li>
122-
<li>Progress bar behind each color in the list that shows the relative progress</li>
123-
<li>Allow different coordinate formats (`a, b, c, d`, `a b c d`, and `Tl X: a, Tl Y: b, Px X: c, Px Y: d`) to be pasted to the first coordinate textbox.</li>
124-
<li>Allow downloading artworks (in exact size) from the map via the Share Button by two coordinates of opposite corners (One from the textboxes, another from the pixel you pick from the map before clicking the "Share" button)</li>
125-
<li>Memory-saving Mode: Create ImageBitmap only when the templates are processed, and release them immediately afterwards to prevent using up all available memory.</li>
126-
<li>Allow setting the anchor for the coordinates specified for the template to be placed. (By default the coordinates are the top-left corner of the template)</li>
127-
<li>Support displaying the locations of Event Items. (Need to provide a JSON data provider (e.g. <a href="https://wplace.samuelscheit.com/tiles/pumpkin.json">Wplace Archive pumpkin.json</a>) for this feature to work)</li>
128-
<li>Allow only show the pixels of the currently selected color in Wplace automatically.</li>
129-
<li>Try to refresh the tiles when selected colors / templates changes as soon as possible.</li>
108+
<li>Remember the loaded tiles to prevent lag / redundant computations (whenever the Last-Modified header is unchanged) (v0.85.4)</li>
109+
<li>Fixed the non-persistent palette toggle bug. (v0.85.1)</li>
110+
<li>Fixed the bug that the count of total blocks to count being 1 or 2 after refresh. (v0.85.2)</li>
111+
<li>Fixed the bug that the "Enable All" and "Disable All" buttons do not persist. (v0.85.13)</li>
112+
<li>Fixed the color space conversion issue on Firefox. (v0.85.16)</li>
113+
<li>Show the filled count of each color. (v0.85.10)</li>
114+
<li>Directly teleport to one of the unfilled pixel when clicking on an unfinished color block in the filter. (v0.85.10)</li>
115+
<li>Allow teleporting to the given tile coordinates via the plane button next to the input boxes. (v0.85.9)</li>
116+
<li>Show also geographical coordinates besides tile coordinates. (v0.85.5)</li>
117+
<li>Optimize the for-loop for faster response. (v0.85.7)</li>
118+
<li>Allow multiple templates to be used at the same time. (v0.85.11)</li>
119+
<li>A button to teleport to the top-left corner of the selected template. (v0.85.12)</li>
120+
<li>Option to hide locked colors (colors that are not unlocked) from the color list. (v0.85.17)</li>
121+
<li>Provide the bookmarklet version. (v0.85.22)</li>
122+
<li>Allow completed colors to be hidden from the color list. (v0.85.23)</li>
123+
<li>Different options to change the display order of the colors, including (un)painted count, hue, and luminance. (v0.85.23)</li>
124+
<li>Progress bar behind each color in the list that shows the relative progress (v0.85.24)</li>
125+
<li>Allow different coordinate formats (`a, b, c, d`, `a b c d`, and `Tl X: a, Tl Y: b, Px X: c, Px Y: d`) to be pasted to the first coordinate textbox. (v0.85.28)</li>
126+
<li>Allow downloading artworks (in exact size) from the map via the Share Button by two coordinates of opposite corners (One from the textboxes, another from the pixel you pick from the map before clicking the "Share" button) (v0.85.28)</li>
127+
<li>Memory-saving Mode: Create ImageBitmap only when the templates are processed, and release them immediately afterwards to prevent using up all available memory. (v0.85.33)</li>
128+
<li>Allow setting the anchor for the coordinates specified for the template to be placed. (By default the coordinates are the top-left corner of the template) (v0.85.34)</li>
129+
<li>Support displaying the locations of Event Items. (Need to provide a JSON data provider (e.g. <a href="https://wplace.samuelscheit.com/tiles/pumpkin.json">Wplace Archive pumpkin.json</a>) for this feature to work) (v0.85.35)</li>
130+
<li>Allow only show the pixels of the currently selected color in Wplace automatically. (v0.85.37)</li>
131+
<li>Try to refresh the tiles when selected colors / templates changes as soon as possible. (v0.85.38)</li>
132+
<li>Try to refresh the tiles after pixel submission as soon as possible. (v0.85.39)</li>
133+
<li>Switching between Wplace's builtin themes. (v0.85.40)</li>
130134
</ul>
131135
</p>
132136

0 commit comments

Comments
 (0)