Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/blog/revert-purple.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: How to revert Scratch's purple changes
description: Here's how to switch from the new purple now used by the Scratch website and editor back to blue with Scratch Addons.
date: 2023-07-03T00:00:00Z
author: Samq64
cover_image: /assets/img/blog/revert-purple/cover.png
---
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/).

Expand Down
7 changes: 4 additions & 3 deletions content/blog/v1-30-is-here.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: v1.30 is here!
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.
date: 2023-01-06T00:00:00Z
author: lisa-wolfgang
cover_image: /assets/img/blog/v1-30-is-here/cover.png
---

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.
Expand All @@ -22,13 +23,13 @@ What’s more, all of the above is toggleable from within the editor itself, mak
## Collapsing sprite properties
Users on small screens rejoice: you're about to get double the sprite grid space!

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

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.

## Always show number pad

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

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.

Expand All @@ -46,6 +47,6 @@ Besides these highlights, there are a huge number of other improvements and fixe
## A sneak peek...
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!

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

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!
1 change: 1 addition & 0 deletions content/blog/v1-32-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Scratch Addons 1.32 released!
description: Scratch Addons version 1.32 is here after about two months with a bunch of new addons and features!
date: 2023-05-16T00:00:00Z
author: Samq64
cover_image: /assets/img/blog/v1-32-released/cover.png
---

Scratch Addons version 1.32 is here after a little more than two months with a bunch of new addons and features!
Expand Down
1 change: 1 addition & 0 deletions content/blog/v1-33-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Scratch Addons v1.33 is here!
description: Badges for project creators in comments, a keyboard shortcut for pausing, and more!
date: 2023-06-16T00:00:00Z
author: DNin01
cover_image: /assets/img/blog/v1-33-released/cover.png
---

Welcome back! It's about time for another Scratch Addons update, so let's go over what we have added in version 1.33!
Expand Down
1 change: 1 addition & 0 deletions content/blog/v1-34-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Scratch Addons v1.34 is here!
description: Efficient number incrementation, a throwback to Scratch 2.0, and more!
date: 2023-08-17T04:00:00Z
author: DNin01
cover_image: /assets/img/blog/v1-34-released/cover.png
---

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:
Expand Down
17 changes: 9 additions & 8 deletions content/blog/v1-35-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ title: Scratch Addons v1.35 is here!
description: Skew shapes in costumes, make text larger, and more!
date: 2023-10-14T00:00:00Z
author: DNin01
cover_image: /assets/img/blog/v1-35-released/cover.png
---

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

### An all-new costume editing feature
## An all-new costume editing feature

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

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

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

### A hidden feature 🤫
## A hidden feature 🤫

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.

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

### Block text now comes in XL
## Block text now comes in XL

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.

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

This also affects the block palette!

### Set your own increments
## Set your own increments

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!

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!

### See how your description looks to others
## See how your description looks to others

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.

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

### The expanding footer is back
## The expanding footer is back

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"!

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

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

### What the sprite?
## What the sprite?

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".


### Longer recordings
## Longer recordings

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!

Expand Down
13 changes: 6 additions & 7 deletions content/blog/v1-36-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,38 @@ title: What's new in Scratch Addons v1.36
description: Custom block parameter rearranging, new customization options, and more!
date: 2024-02-19T00:00:00Z
author: DNin01
cover_image: /assets/img/blog/v1-36-released/cover.png
---

# What's new in Scratch Addons v1.36.0

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!

### Rearranging parameters in custom blocks
## Rearranging parameters in custom blocks

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.

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.

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

### Infinite scrolling expands to search results and the explore page
## Infinite scrolling expands to search results and the explore page

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.

### Semi-hidden toolbar in full screen
## Semi-hidden toolbar in full screen

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.

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

### New theme options
## New theme options

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.

We also added a few more customization features:
- 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.
- 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).

### Highlights
## Highlights

This update contains some other small but nice enhancements as well:
- 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.
Expand Down
13 changes: 7 additions & 6 deletions content/blog/v1-37-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,36 @@ title: What's new in Scratch Addons v1.37
description: Download projects with one click and more!
date: 2024-03-31T00:00:00Z
author: DNin01
cover_image: /assets/img/blog/v1-37-released/cover.png
---

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!

### Download projects fast
## Download projects fast

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.

![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)

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.

### A smaller backpack button
## A smaller backpack button

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:

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

### Improved custom block input insertion
## Improved custom block input insertion

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:

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

### An important button gets better
## An important button gets better

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.

### Other changes
## Other changes

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

### Browser support changes
## Browser support changes

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/).

Expand Down
1 change: 1 addition & 0 deletions content/blog/v1-39-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: What's new in Scratch Addons v1.39
description: Handle asset import conflicts, delete all but one asset, and more.
date: 2024-08-31T18:45:00Z
author: DNin01
cover_image: /assets/img/blog/v1-39-released/cover.png
---

Plenty of new features have been added in this update to improve your productivity on Scratch!
Expand Down
1 change: 1 addition & 0 deletions content/blog/v1-40-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: What's new in Scratch Addons v1.40
description: Introducing splash screens!
date: 2024-12-30T21:00:00Z
author: DNin01
cover_image: /assets/img/blog/v1-40-released/cover.png
---

Before we cover this update, let's take a quick detour and review the last hotfix.
Expand Down
3 changes: 0 additions & 3 deletions layouts/blog/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ <h1 class="post-title" itemprop="name headline">{{ .Title }}</h1>
</header>

<div class="container md-content" itemprop="articleBody">
{{ if isset $.Params "cover_image" -}}
<img src='{{ $.Params.cover_image }}' alt='{{ $.Params.cover_image_alt }}' itemprop="image" class="mb-4">
{{- end }}
{{ .Content }}
</div>

Expand Down
Binary file added static/assets/img/blog/revert-purple/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/img/blog/v1-30-is-here/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/img/blog/v1-32-released/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/img/blog/v1-33-released/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/img/blog/v1-34-released/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/img/blog/v1-35-released/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/img/blog/v1-36-released/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/img/blog/v1-37-released/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/img/blog/v1-39-released/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/img/blog/v1-40-released/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.