Skip to content

Commit 55dcf56

Browse files
authored
Merge pull request #564 from mxmou/cover-images
Add images to blog index
2 parents 5de9543 + 13ac40a commit 55dcf56

File tree

24 files changed

+32
-27
lines changed

24 files changed

+32
-27
lines changed

content/blog/revert-purple.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: How to revert Scratch's purple changes
33
description: Here's how to switch from the new purple now used by the Scratch website and editor back to blue with Scratch Addons.
44
date: 2023-07-03T00:00:00Z
55
author: Samq64
6+
cover_image: /assets/img/blog/revert-purple/cover.png
67
---
78
Scratch has updated the website and project editor to use purple instead of blue and introduced an option to use high contrast block colors. These change so their site can be more accessible and used by everyone, including people with disabilities. There's more information about this change in the [announcement by the Scratch Team](https://scratch.mit.edu/discuss/topic/689659/).
89

content/blog/v1-30-is-here.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: v1.30 is here!
33
description: Happy New Year! It’s been over two months since the last version, but we’ve been working hard on several exciting new features.
44
date: 2023-01-06T00:00:00Z
55
author: lisa-wolfgang
6+
cover_image: /assets/img/blog/v1-30-is-here/cover.png
67
---
78

89
Happy New Year! It’s 2023, so what better time for the 30th update to Scratch Addons? It’s been over two months since the last version, but we’ve been working hard on several exciting new features.
@@ -22,13 +23,13 @@ What’s more, all of the above is toggleable from within the editor itself, mak
2223
## Collapsing sprite properties
2324
Users on small screens rejoice: you're about to get double the sprite grid space!
2425

25-
![image](https://user-images.githubusercontent.com/43426138/210118937-2508e16b-e97e-49f8-a930-52728b2eae98.png)
26+
![image](/assets/img/blog/v1-30-is-here/sprite-properties.png)
2627

2728
This new addon by [@lisa-wolfgang](https://github.com/lisa-wolfgang) (that’s me!) hides the sprite properties panel by default. The panel can be shown again by clicking a 2.0-like info button on the currently selected sprite, then re-hidden by clicking a new collapse button on the properties panel. A more convenient method is to double-click any sprite tile to toggle the panel, and there’s also a handy option to automatically collapse the panel when the mouse leaves the properties panel and sprite grid area.
2829

2930
## Always show number pad
3031

31-
![image](https://user-images.githubusercontent.com/43426138/210118972-fa4dd6b2-2fa5-4100-8099-72aaf5890b6b.png)
32+
![image](/assets/img/blog/v1-30-is-here/number-pad.png)
3233

3334
This neat addon by [@GarboMuffin](https://github.com/GarboMuffin) forces Scratch to always show the touchscreen number pad whenever editing a numeric input. It’s useful for quick number adjustments if your hand is already on the mouse or if you just like typing with an on-screen interface.
3435

@@ -46,6 +47,6 @@ Besides these highlights, there are a huge number of other improvements and fixe
4647
## A sneak peek...
4748
We’ve saved the best for last. In the near future, you’ll be able to use the middle-click block dropdown to type complex expressions and get the resulting blocks into your editor. For example, you’ll be able to type “if touching cat then say my variable + 1 for timer seconds” and it will just work!
4849

49-
![image2](https://user-images.githubusercontent.com/43426138/210119516-24158120-df87-4c73-8d42-f6ff1a6671ab.gif)
50+
![image2](/assets/img/blog/v1-30-is-here/middle-click-popup.gif)
5051

5152
This may seem like wizardry, but it’s all the amazing work of [@Tacodiva](https://github.com/Tacodiva). We’re looking forward to releasing this in v1.31!

content/blog/v1-32-released.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Scratch Addons 1.32 released!
33
description: Scratch Addons version 1.32 is here after about two months with a bunch of new addons and features!
44
date: 2023-05-16T00:00:00Z
55
author: Samq64
6+
cover_image: /assets/img/blog/v1-32-released/cover.png
67
---
78

89
Scratch Addons version 1.32 is here after a little more than two months with a bunch of new addons and features!

content/blog/v1-33-released.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Scratch Addons v1.33 is here!
33
description: Badges for project creators in comments, a keyboard shortcut for pausing, and more!
44
date: 2023-06-16T00:00:00Z
55
author: DNin01
6+
cover_image: /assets/img/blog/v1-33-released/cover.png
67
---
78

89
Welcome back! It's about time for another Scratch Addons update, so let's go over what we have added in version 1.33!

content/blog/v1-34-released.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Scratch Addons v1.34 is here!
33
description: Efficient number incrementation, a throwback to Scratch 2.0, and more!
44
date: 2023-08-17T04:00:00Z
55
author: DNin01
6+
cover_image: /assets/img/blog/v1-34-released/cover.png
67
---
78

89
Welcome back! We've got some new changes and features to enhance your experience and make some things easier to use in this Scratch Addons update:

content/blog/v1-35-released.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ title: Scratch Addons v1.35 is here!
33
description: Skew shapes in costumes, make text larger, and more!
44
date: 2023-10-14T00:00:00Z
55
author: DNin01
6+
cover_image: /assets/img/blog/v1-35-released/cover.png
67
---
78

89
It's time for another update, filled with exciting tools for project creation and some accessibility improvements!
910

10-
### An all-new costume editing feature
11+
## An all-new costume editing feature
1112

1213
This addon adds a brand new costume editor feature - it's called "Skewing in costume editor".
1314

@@ -19,46 +20,46 @@ You can use this to create slanted objects and italic text! To skew an object, e
1920

2021
And yes, you can skew a selection of multiple objects.
2122

22-
### A hidden feature 🤫
23+
## A hidden feature 🤫
2324

2425
Did you know that `point towards` blocks accept "random direction" as an option? That's right, we made this addon to unlock this before unavailable feature. It just saves a `pick random` block.
2526

2627
!["point towards mouse-pointer" block with dropdown open and an option for random direction highlighted](/assets/img/blog/v1-35-released/random-dir.png)
2728

28-
### Block text now comes in XL
29+
## Block text now comes in XL
2930

3031
Not only is color contrast important for readability, but also size. That's why you will now be able to increase the size of the text on blocks through the "Customizable block text style" addon.
3132

3233
![Block palette with larger text on blocks](/assets/img/blog/v1-35-released/large-text.png)
3334

3435
This also affects the block palette!
3536

36-
### Set your own increments
37+
## Set your own increments
3738

3839
In the "Arrow key incrementation in editor" addon, you can now enter in custom increment values, not just select from the hardcoded options. Wanted to step by more precise increments like 0.25, 5, or 100? Now you can, just flick the switch "use custom values" and type the values in!
3940

4041
The addon is also now compatible with some other input fields, such as the sprite properties inputs, so now those can be incremented with the arrow keys too. Lovely!
4142

42-
### See how your description looks to others
43+
## See how your description looks to others
4344

4445
If you can't click links on editable fields, how are you supposed to know whether a link, mention, or hashtag in your project's Instructions or Notes and Credits section can actually be followed? Well, the new "Preview project instructions and notes" addon allows you to preview what your project page looks like to visitors.
4546

4647
![Read-only Notes and Credits section with Preview switch set to on](/assets/img/blog/v1-35-released/preview-notes.png)
4748

48-
### The expanding footer is back
49+
## The expanding footer is back
4950

5051
Last update, we removed the "fix footer" setting from the "Infinite scrolling" addon. For those unaware, automatically loading more content as you scroll through the page (which is what the aforementioned addon does) makes it impossible to reach the footer. The "fix footer" setting, which sticked the footer to the bottom of the screen and expanded it on hover, was our solution to that, but we decided to remove the setting because the expanding footer was a bit impractical. Now we've had some time to think about it and it has been brought back... as its own addon - "Sticky footer"!
5152

5253
![Expanding and collapsing footer](/assets/img/blog/v1-35-released/expand-footer.gif)
5354

5455
And now that this feature has become its own addon, you don't even have to enable "Infinite scrolling" to use it.
5556

56-
### What the sprite?
57+
## What the sprite?
5758

5859
Have you ever tried to drag and drop something into a sprite and it just makes the sprite pane glitch out? We found a way to fix the bug without disabling the wobble animation as a consequence. Our new bugfix addon is called "Fix sprite pane glitching".
5960

6061

61-
### Longer recordings
62+
## Longer recordings
6263

6364
Content creators rejoice as the "Project video recorder" addon's maximum duration has been increased from 5 minutes up to 10. That's a lot of time for your game, animation, or other recordings!
6465

content/blog/v1-36-released.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,38 @@ title: What's new in Scratch Addons v1.36
33
description: Custom block parameter rearranging, new customization options, and more!
44
date: 2024-02-19T00:00:00Z
55
author: DNin01
6+
cover_image: /assets/img/blog/v1-36-released/cover.png
67
---
78

8-
# What's new in Scratch Addons v1.36.0
9-
109
With this new Scratch Addons update, which will be rolling out soon, we've made some improvements to existing addons to make them even more useful, and a couple new addons too!
1110

12-
### Rearranging parameters in custom blocks
11+
## Rearranging parameters in custom blocks
1312

1413
You may have once created a custom block with some parameters, only to realize you want to change their order, but found no such option other than to delete the parameters and re-add them. The new [Rearrangable custom block inputs](https://scratch.mit.edu/scratch-addons-extension/settings#reorder-custom-inputs) addon solves this problem by adding buttons to switch them around.
1514

1615
To switch the places of a parameter or label in a custom block you're editing, click on it and use the `<` and `>` buttons to switch its place with the parameter or label to the left or right.
1716

1817
<video src="/assets/img/blog/v1-36-released/reordering-parameters.mp4" controls type="video/mp4" autoplay loop></video>
1918

20-
### Infinite scrolling expands to search results and the explore page
19+
## Infinite scrolling expands to search results and the explore page
2120

2221
The [Infinite scrolling](https://scratch.mit.edu/scratch-addons-extension/settings#infinite-scroll) addon now works on the search results and explore pages. That means you don't have to click "Load more" anymore on those pages.
2322

24-
### Semi-hidden toolbar in full screen
23+
## Semi-hidden toolbar in full screen
2524

2625
When using the [Enhanced full screen](https://scratch.mit.edu/scratch-addons-extension/settings#fullscreen) addon, you only had the option to show the toolbar (the green flag and stop sign) persistently at the top of the screen or to hide it completely. Now, you can set it to show only while your mouse is hovering near the top of the screen, which is a nice in-between.
2726

2827
<video src="/assets/img/blog/v1-36-released/fullscreen-toolbar-on-hover.mp4" controls type="video/mp4" autoplay loop></video>
2928

30-
### New theme options
29+
## New theme options
3130

3231
This update also adds a new addon that provides options for customizing the look of the editor menu bar in a few different ways. You can hide buttons you don't need and change how buttons with icons and text labels look.
3332

3433
We also added a few more customization features:
3534
- A new addon for the editor which makes the input fields on blocks have squared-off corners, resembling how they looked in Scratch 2.0.
3635
- You can now apply custom colors to variable, list, and other reporter monitors on the stage with [Customizable block colors](https://scratch.mit.edu/scratch-addons-extension/settings#editor-theme3).
3736

38-
### Highlights
37+
## Highlights
3938

4039
This update contains some other small but nice enhancements as well:
4140
- A new addon, enabled by default, that makes code dragged and dropped from the backpack drop right next to your mouse pointer, instead of at the top-left corner of the code area.

content/blog/v1-37-released.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,36 @@ title: What's new in Scratch Addons v1.37
33
description: Download projects with one click and more!
44
date: 2024-03-31T00:00:00Z
55
author: DNin01
6+
cover_image: /assets/img/blog/v1-37-released/cover.png
67
---
78

89
This update brings in the ability to download projects with one click, plus a couple other new useful features and quality-of-life improvements and some bug fixes!
910

10-
### Download projects fast
11+
## Download projects fast
1112

1213
Finding yourself saving a lot of your own or your favorite Scratch projects? The new [Project page download button](https://scratch.mit.edu/scratch-addons-extension/settings#download-button) addon can help. It adds a download button right below the Notes and Credits section of all projects.
1314

1415
![The actions button row on the project page with a Download button added at the end](/assets/img/blog/v1-37-released/projectpage-download-button.png)
1516

1617
This button is functionally identical to the `File``Save to your computer` option in the editor, just that you don't have to go into the editor first.
1718

18-
### A smaller backpack button
19+
## A smaller backpack button
1920

2021
Another new addon we've made is called [Replace backpack bar with button](https://scratch.mit.edu/scratch-addons-extension/settings#hide-backpack), which changes the backpack drawer at the bottom of the editor to this little button:
2122

2223
<video src="/assets/img/blog/v1-37-released/small-backpack-button.mp4" controls type="video/mp4" autoplay loop></video>
2324

24-
### Improved custom block input insertion
25+
## Improved custom block input insertion
2526

2627
Now, when you have the [Rearrangeable custom block inputs](https://scratch.mit.edu/scratch-addons-extension/settings#reorder-custom-inputs) addon enabled, you can turn on the "Insert new inputs after selected input" setting to make it so that when you add an input or label, it gets inserted to the right of whatever input or label you have selected. It works like this:
2728

2829
<video src="/assets/img/blog/v1-37-released/better-parameters.mp4" controls type="video/mp4" autoplay loop></video>
2930

30-
### An important button gets better
31+
## An important button gets better
3132

3233
That's right, our new addon, [Larger "Save Now" button](https://scratch.mit.edu/scratch-addons-extension/settings#big-save-button), which is **enabled by default**, just increases the clickable area of the "Save Now" button in the editor, a change that you might not even notice that can subconsciously make a big difference.
3334

34-
### Other changes
35+
## Other changes
3536

3637
As for the smaller stuff, there's a lot:
3738
- [Debugger](https://scratch.mit.edu/scratch-addons-extension/settings#debugger)'s "Threads" tab will now automatically scroll to the active thread while single stepping.
@@ -43,7 +44,7 @@ As for the smaller stuff, there's a lot:
4344
- Opening the sound library while a project is paused no longer resumes the audio.
4445
- And various other improvements and fixes.
4546

46-
### Browser support changes
47+
## Browser support changes
4748

4849
For those of you using older browsers, starting this release, Scratch Addons will drop support for Chrome versions under 96 and Firefox versions under 109. Why? It's not important. But what is important is that you will need to update your browser to continue using Scratch Addons if you are using a version that we no longer support. For more information, check [this page](https://scratchaddons.com/unsupported-browser/).
4950

content/blog/v1-39-released.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: What's new in Scratch Addons v1.39
33
description: Handle asset import conflicts, delete all but one asset, and more.
44
date: 2024-08-31T18:45:00Z
55
author: DNin01
6+
cover_image: /assets/img/blog/v1-39-released/cover.png
67
---
78

89
Plenty of new features have been added in this update to improve your productivity on Scratch!

content/blog/v1-40-released.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: What's new in Scratch Addons v1.40
33
description: Introducing splash screens!
44
date: 2024-12-30T21:00:00Z
55
author: DNin01
6+
cover_image: /assets/img/blog/v1-40-released/cover.png
67
---
78

89
Before we cover this update, let's take a quick detour and review the last hotfix.

0 commit comments

Comments
 (0)