-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.html
371 lines (293 loc) · 14.8 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!DOCTYPE html>
<html>
<head>
<meta name="google-site-verification" content="XALnp80eIk7ni1IS4NeBDiqAMF0pgP_u6dKQmhbkqqg" />
<title>Changelog - The List of Bugs</title>
<iink rel="icon" href="https://raw.githubusercontent.com/rosics-code/ListofBugsChangelog/refs/heads/main/favicon.ico"></link>
</head>
<style>
body {
background-color: black;
}
.arial {
font-family: Arial, Helvetica, sans-serif;
color: white;
}
.topic {
padding: 3px 8px 3px;
font-family: Arial, Helvetica, sans-serif;
bottom: -6.2px;
position: relative;
}
.update {
background-color: #242424;
border-radius: 5px;
outline-color: black;
outline-style: solid;
outline-width: 2px;
padding: 0.3px 1px 1px;
}
hr {
outline-width: 2px;
outline-color: black;
}
p {
font-weight: bold;
}
a {
font-weight: bolder;
color: #e84f02;
}
strong {
font-weight: bold;
}
li {
color: black;
}
.nav {
display: flex;
background-color: #333;
padding: 10px 20px;
position: sticky;
top: 0;
z-index: 1000;
}
.nav a {
color: white;
text-decoration: none;
padding: 10px 15px;
transition: background-color 0.3s;
}
.nav a:hover {
background-color: #575757;
}
</style>
<div class="nav">
<a class="arial" href="https://bugschangelog.vercel.app/">Home</a>
<a class="arial" href="changelog.html">Changelog</a>
<a class="arial" href="about.html">About</a>
<a class="arial" href="contact.html">Contact</a>
<a class="arial" href="credits.html">Acknowledgements</a>
<a class="arial" href="https://scratch.mit.edu/">Scratch Website</a>
</div>
<h1 class="arial">List of Bugs Changelog</h1>
<p class="arial">Just a changelog for The List of Bugs! This page sorts from Latest to Oldest to see latest updates when page load!</p>
<div class="update">
<a class="topic" href="https://scratch.mit.edu/discuss/topic/795087/" class="arial">Topic on Scratch</a>
<ul>
<h3 class="arial">(GITHUB) Update 2.8: Read Me on the GitHub!</h3>
<li class="arial">Added a readme.md to the GitHub.</li>
<li class="arial">Now if it's relating a change to the GitHub it will show "GITHUB".</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 2.7: New Bug!</h3>
<li class="arial">Added "Some reporters are aligned incorrectly. Lists are aligned to the left, and custom block boolean inputs are aligned to the right."</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 2.6: REMOVAL of many Bugs and changes :(</h3>
<li class="arial">Removed "The robot effect turns up the volume way more then it should've which hurts your ears."</li>
<li class="arial">Changed "This bug after choosing a sprite." to "This bug after choosing a sprite where it still shows the "choose a sprite" tooltip."</li>
<li class="arial">Added contact page.</li>
<li class="arial">Removed "Ideas Generator on Ideas page doesn't load on mobile."</li>
<li class="arial">Changed "The backpack has a limit, try deleting things." to "The backpack has a file limit, try deleting things.".</li>
</ul>
<hr>
<ul>
<h3 class="arial">(WEBSITE) Update 2.5: Navbar!</h3>
<li class="arial">Navbar!</li>
<li class="arial">Added about page.</li>
<li class="arial">Added contact page.</li>
<li class="arial">Added Acknowledgements page (Credits Page).</li>
</ul>
<hr>
<ul>
<h3 class="arial">(WEBSITE) Update 2.4.2: Changes!</h3>
<li class="arial">(Answer a simple poll!) REMOVED</li>
<li class="arial">Before "Update X.X:" it tells if it's a website update or a Scratch topic update or both.</li>
<li class="arial">Added missing versions.</li>
<li class="arial">Added a big indication whrre the changelog started.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 2.4.1: Unicode Emojis!</h3>
<li class="arial">Replaced forumoji emojis with unicode emojis.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(BOTH) Update 2.4: New Bugs!</h3>
<li class="arial">Added "Sometimes signatures go too high and show the purple background. <a href="https://scratch.mit.edu/discuss/post/8358955/">source</a>" |
<a href="https://u.cubeupload.com/alboxer2000/Screenshot20250123al.png">u.cubeupload.com/alboxer2000/Screenshot20250123al.png</a></li>
<li class="arial">Added "Sometimes the 1st comment on your profile is older then the account. <a href="https://scratch.mit.edu/discuss/post/8358725">source</a>"</li>
<li class="arial">Changed verison numbers so they make sense.</li>
<li class="arial">Updated verison names.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(WEBSITE) Update 2.3.1: Dark Mode!</h3>
<li class="arial">DARK MODE!</li>
<li class="arial">Links are now brighter.</li>
<li class="arial">HR tag is now white.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(WEBSITE) Update 2.3: Updates to the Webpage</h3>
<li class="arial">Added dividers to the Changelog.</li>
<li class="arial">Made padding better for the "update" div.</li>
<li class="arial">Moved the topic link inside the "update" div.</li>
<li class="arial">Moved update name next to "Update X.X:".</li>
<li class="arial">Removed the stupid hover effect for the "update" div where it turns your cursor into a crosshair.</li>
<li class="arial">Now the Changelog is one div.</li>
<li class="arial">Changed 2.1 Update image to be a link due to it cutting off the div.</li>
<li class="arial">Added "& Change" to 2.7 Update Name.</li>
<li class="arial">Added a new thing added to 2.7 as I forgot to list it before.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(BOTH) Update 2.2.1: Simple Topic Removal Update & Change</h3>
<li class="arial">Removed the Simple Version of the list due to it being useless.</li>
<li class="arial">When hovering over the update log, it now sets cursor to crosshair.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 2.2: Emojis!</h3>
<li class="arial">Removed "There's a small gap between block dropdowns. <a href="https://scratch.mit.edu/discuss/topic/800927/">source</a>"</li>
<li class="arial">Added emojis to "English | Español", "My browser / operating system: ChromeOS 14541.0.0, Chrome 131.0.0.0, Flash 32.0 (release 0)", "Simple version: https://scratch.mit.edu/discuss/post/8286042/", "Changelog: https://scratch.mit.edu/discuss/post/8349125/", "Useful Links:", "Editor Bugs", "Technical Bugs", "Website Bugs", "QNA", "Templates". Thanks to <a href="https://gh.vercte.net/forumoji/]forummoji">forumojis </a>for the emojis.</li>
<li class="arial">Added emojis to Changelog. Thanks to <a href="https://gh.vercte.net/forumoji/]forummoji">forumojis </a>for the emojis.</li>
<li class="arial">Added "DO NOT SPAM OR POST SCRATCHBLOCKS HERE!!
It makes devices slow to load like mine, so please do not, also it clutters, if you want to test your blocks, go to the <a href="https://scratch.mit.edu/discuss/topic/741323/">Official scratchblocks Testing Topic</a>.
DO NOT POST BROWSER EXTENSIONS/USERSTYLES HERE!!
Due to this <a href="https://scratch.mit.edu/discuss/post/2907564/">policy</a>. So therefore do not post Browser Extensions or Userstyles here."</li>
<li class="arial">Added emojis to templates.</li>
<li class="arial">Added emojis to QNA.</li>
<li class="arial">Removed the Search Bug QNA.</li>
<li class="arial">Moved the Signing out Bug to the Important Bugs Category.</li>
<li class="arial">Bolded the Useful Links.</li>
<li class="arial">Removed the 10,000 views announcement.</li>
<li class="arial">Spelling Fixes.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 2.1.2: The Languages Text Update</h3>
<li class="arial">Updated "English (inglés) | Spanish (español)" to "English | Spanish" at the top of the topic. <a href="https://scratch.mit.edu/discuss/post/8355762/">Suggested by starlightsparker</a></li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 2.1.1: Fixes!</h3>
<li class="arial">Fixed "Image" to "Ideas" on the Ideas Generator Page not loading on mobile bug. <a href="https://scratch.mit.edu/discuss/post/8354540/">source</a></li>
<li class="arial">Removed "Projects sometimes disappear from the homepage. <a href="https://scratch.mit.edu/discuss/topic/760200">source</a></li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 2.1: New Bug & Removal</h3>
<li class="arial">Added "Sign in and join scratch hover background doesn't fit the navbar on 2.0 pages."</li>
<img src="https://u.cubeupload.com/rosics/Screenshot2025012281.png"></img>
<li class="arial">Removed the Spanish part of the title <a href="https://scratch.mit.edu/discuss/post/8353604/">due to this.</a></li>
<li class="arial">Removed the Search Bug since it was fixed!</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 2.0.2: Fixes!</h3>
<li class="arial">Removed the warning that the ST knows about the bugs in the topic title, also renamed the title of the topic to "The List of Bugs | La Lista de Errores".</li>
<li class="arial">Bolded "English (inglés) | Spanish (español)" at the top of the topic.</li>
<li class="arial">(Added temporary 10,000 views on topic announcement, will last until Jan 23rd 2025.) Ended.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 2.0.1: New Image!</h3>
<li class="arial">Added an image for the sign out bug.
<a href="https://u.cubeupload.com/rosics/Screenshot2025012161.png">https://u.cubeupload.com/rosics/Screenshot2025012161.png</a></li>
</ul>
<hr>
<ul>
<h2 class="arial">Changelog started here.</h2>
<h3 class="arial">(SCRATCH TOPIC) Update 2.0: BIG Update</h3>
<li class="arial">Added Changelog.</li>
<li class="arial">Added "When switching the rays backdrop to bitmap then back to vector, it crashes. <a href="https://scratch.mit.edu/discuss/topic/800689/">source</a>"</li>
<li class="arial">Added "Scratch is indexing projects slowly. <a href="https://scratch.mit.edu/discuss/topic/800622/">source</a>"</li>
<li class="arial">Added "When ST merges a topic, it says the wrong OP. <a href="https://scratch.mit.edu/discuss/topic/800886/">source</a>"</li>
<li class="arial">Added "There's a small gap between block dropdowns. <a href="https://scratch.mit.edu/discuss/topic/800927/">source</a>"</li>
<li class="arial">Added "Sometimes project thumbnails break. <a href="https://scratch.mit.edu/discuss/topic/801144/">source</a>" | Added an image to go alog with it. https://u.cubeupload.com/23i4u2io34u3io/IMG2697.jpeg | Credits to <a href="https://scratch.mit.edu/users/GratefulGamer9398233/">GratefulGamer9398233</a></li>
<li class="arial">Added "Sounds get quieter when visiting the sound tab. <a href="https://scratch.mit.edu/discuss/topic/801234/">source</a>" Added an image to go along with it.
https://u.cubeupload.com/rosics/Screenshot2025012015.png</li>
<li class="arial">Added "Sometimes when using bitmap and placing down a circle, it should go to bitmap after being vector when deselecting it, however this user reports that it doesn't go to bitmap after deselecting it. <a href="https://scratch.mit.edu/discuss/topic/801419/">source</a>"</li>
<li class="arial">Updated "You get repeatedly singed out on 2.0 pages <a href="https://scratch.mit.edu/discuss/topic/799953/">source</a> and see the Privacy Policy Banner from 2023. <a href="https://scratch.mit.edu/discuss/topic/801164/">source</a>" <strong>to</strong> "You get repeatedly singed out on 2.0 pages <a href="https://scratch.mit.edu/discuss/topic/799953/">source</a> and see the Privacy Policy Banner from 2023. <a href="https://scratch.mit.edu/discuss/topic/801164/">source</a> this may be due to some signatures using tinypic <a href="https://en.wikipedia.org/wiki/TinyPic#:~:text=The%20service%20shut%20down%20on,2019%20due%20to%20declining%20income.">which shut down on September 9th 2019 due to declining income</a>.".</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 1.9.1: Fixes</h3>
<li class="arial">Updated the languages part at the top of the topic.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 1.9: Changes</h3>
<li class="arial">Changed the title to "The List of Bugs", removing the fullstop.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 1.8: Simplifed version!</h3>
<li class="arial">(Added simplifed topic!) as of Jan 26 2025, it's removed.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 1.7: Changes!</h3>
<li class="arial">Removed official from the topic name.</li>
<li class="arial">"Updated this to be at the top and a new part: New Scratchers get stuck on the community guidelines when transferring to Scratcher, specifically “treat others with respect”, the button is just invisible on the bottom right. source You can also press Ctrl+A (Command+A)."</li>
<li class="arial">Added "If you put an unsupported emoji in a profile comment, the error message looks weird".</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 1.6: Spanish!</h3>
<li class="arial">Spanish translation came out.</li>
<li class="arial">New link to useful links.</li>
<li class="arial">Added "Projects sometimes disappear from the front page.".</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 1.5.1: Changes</h3>
<li class="arial">Removed “Low view projects get on trending somehow.”.</li>
<li class="arial">Changed topic name to "The Official List of Bugs."</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 1.5: Templates</h3>
<li class="arial">Added templates!</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 1.4: New fix and bug!</h3>
<li class="arial">Changed the Cloud Variable example to use code and actual text insetad of an image for people at school.</li>
<li class="arial">Added a bug where sometimes users on forums display no posts.</li>
<li class="arial">Categorized bugs.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 1.3: New bugs!</h3>
<li class="arial">Added "Cloud Variables do not work."</li>
<li class="arial">Added "You can hover the pfp on project page 2-3 pixels off bottom and it still thinks your hovering over it."</li>
<li class="arial">Removed "however, someone reported that if you just click “finish later” it considers you a scratcher."</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 1.2.1: Fixes!</h3>
<li class="arial">Corrected a username.</li>
<li class="arial">Clarified in the New Scratcher bug, the button is just invisible on the bottom right.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 1.2: New Bug!</h3>
<li class="arial">Added the imfamous "New Scratcher Bug" to the topic.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 1.1: New Bug!</h3>
<li class="arial">Added "Debug is broken on mobile" to the topic.</li>
</ul>
<hr>
<ul>
<h3 class="arial">(SCRATCH TOPIC) Update 1.0: First Update!</h3>
<li class="arial">Made Topic.</li>
</ul>
</div>
</html>