Skip to content

Commit

Permalink
Update source files (2024-03-30T00:32:00.188Z)
Browse files Browse the repository at this point in the history
  • Loading branch information
scratchaddons-bot[bot] committed Mar 30, 2024
1 parent 51e3b00 commit 4de12fb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions en/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,9 @@ v1.36.0:
New addon: "rearrangeable custom block inputs", which allows rearranging custom block parameters on the "Make a block" screen. Go to Scratch Addons settings to enable it.
Other new addons added this update are "customizable menu bar", "place backpack code at mouse", and "square block text inputs".
v1.37.0:
Highlights:
Description: |
New addon: "project page download button", which allows you to download projects directly from the project page, without having to open the editor first. Go to Scratch Addons settings to enable it.
Other new addons added this update are "larger Save Now button", and "replace backpack bar with button".
18 changes: 9 additions & 9 deletions en/html-content/unsupported-browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@ <h1 class=mb-3>Unsupported Browser</h1>
<p>These are the browsers we currently support.</p>
<br>
<h4>
<span class=iconify-inline data-icon=simple-icons:googlechrome></span> Chromium 80+
<span class=iconify-inline data-icon=simple-icons:googlechrome></span> Chromium 96+
</h4>
<table class=browserlist>
<tbody>
<tr>
<td><span class=iconify-inline data-icon=simple-icons:googlechrome></span> Chrome 80+</td>
<td><span class=iconify-inline data-icon=simple-icons:googlechrome></span> Chrome 96+</td>
<td><a href=https://google.com/chrome/ target=_blank><script type="text/javascript+hugowrapper">{{< T "UnsupportedBrowserPage.Download" >}}</script></a></td>
<td><a href=https://support.google.com/chrome/answer/95414 target=_blank><script type="text/javascript+hugowrapper">{{< T "UnsupportedBrowserPage.HowToUpdate" >}}</script></a></td>
</tr>
<tr>
<td><span class=iconify-inline data-icon=simple-icons:microsoftedge></span> Microsoft Edge 80+</td>
<td><span class=iconify-inline data-icon=simple-icons:microsoftedge></span> Microsoft Edge 96+</td>
<td><a href=https://microsoft.com/edge/ target=_blank><script type="text/javascript+hugowrapper">{{< T "UnsupportedBrowserPage.Download" >}}</script></a></td>
<td><a href=https://support.microsoft.com/topic/microsoft-edge-update-settings-af8aaca2-1b69-4870-94fe-18822dbb7ef1 target=_blank><script type="text/javascript+hugowrapper">{{< T "UnsupportedBrowserPage.HowToUpdate" >}}</script></a></td>
</tr>
<tr>
<td><span class=iconify-inline data-icon=simple-icons:opera></span> Opera 67+</td>
<td><span class=iconify-inline data-icon=simple-icons:opera></span> Opera 82+</td>
<td><a href=https://opera.com/download/ target=_blank><script type="text/javascript+hugowrapper">{{< T "UnsupportedBrowserPage.Download" >}}</script></a></td>
<td><a href=https://help.opera.com/latest/crashes-and-issues/#updateBrowser target=_blank><script type="text/javascript+hugowrapper">{{< T "UnsupportedBrowserPage.HowToUpdate" >}}</script></a></td>
</tr>
<tr>
<td><span class=iconify-inline data-icon=simple-icons:brave></span> Brave 1.3+</td>
<td><span class=iconify-inline data-icon=simple-icons:brave></span> Brave 1.33+</td>
<td><a href=https://brave.com/download/ target=_blank><script type="text/javascript+hugowrapper">{{< T "UnsupportedBrowserPage.Download" >}}</script></a></td>
</tr>
<tr>
<td><span class=iconify-inline data-icon=simple-icons:vivaldi></span> Vivaldi 2.11+</td>
<td><span class=iconify-inline data-icon=simple-icons:vivaldi></span> Vivaldi 5.0+</td>
<td><a href=https://vivaldi.com/download/ target=_blank><script type="text/javascript+hugowrapper">{{< T "UnsupportedBrowserPage.Download" >}}</script></a></td>
<td><a href=https://help.vivaldi.com/desktop/install-update/update-vivaldi/ target=_blank><script type="text/javascript+hugowrapper">{{< T "UnsupportedBrowserPage.HowToUpdate" >}}</script></a></td>
</tr>
Expand All @@ -59,12 +59,12 @@ <h4>
</p>
<br>
<h4>
<span class=iconify-inline data-icon=simple-icons:firefoxbrowser></span> Firefox 86+
<span class=iconify-inline data-icon=simple-icons:firefoxbrowser></span> Firefox 109+
</h4>
<table class=browserlist>
<tbody>
<tr>
<td><span class=iconify-inline data-icon=simple-icons:firefoxbrowser></span> Firefox 86+</td>
<td><span class=iconify-inline data-icon=simple-icons:firefoxbrowser></span> Firefox 109+</td>
<td><a href=https://mozilla.org/firefox/ target=_blank><script type="text/javascript+hugowrapper">{{< T "UnsupportedBrowserPage.Download" >}}</script></a></td>
<td><a href=https://support.mozilla.org/kb/update-firefox-latest-release target=_blank style=margin-left:6px><script type="text/javascript+hugowrapper">{{< T "UnsupportedBrowserPage.HowToUpdate" >}}</script></a></td>
</tr>
Expand All @@ -77,4 +77,4 @@ <h4>
</p>
</section>
</div>
<style>table.browserlist td:nth-child(1){width:12.5rem}table.browserlist td:nth-child(2){width:5rem}table.browserlist td:nth-child(3){width:10rem}table.browserlist{margin-bottom:1rem}.systemrequirements .iconify{margin-left:6px}.systemrequirements .iconify:first-of-type{margin-left:16px}</style>
<style>table.browserlist td:nth-child(1){width:12.5rem}table.browserlist td:nth-child(2){width:5rem}table.browserlist td:nth-child(3){width:10rem}table.browserlist{margin-bottom:1rem}.systemrequirements .iconify{margin-left:6px}.systemrequirements .iconify:first-of-type{margin-left:16px}</style>
6 changes: 3 additions & 3 deletions en/markdown/docs/getting-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Scratch Addons is available in these stores.

| Store | Install | Supported browsers | System requirements |
| - | - | - | - |
| Chrome Web Store | [![Install for Chrome Web Store](https://img.shields.io/chrome-web-store/v/fbeffbjdlemaoicjdapfpikkikjoneco?style=flat-square&logo=google-chrome&logoColor=white&label=install&color=4285F4)](https://chrome.google.com/webstore/detail/fbeffbjdlemaoicjdapfpikkikjoneco) | Google Chrome 80+<br />Microsoft Edge 80+<br />Opera 67+<br />Brave 1.3+<br />Vivaldi 2.11+<br />*Chromium 80+* | Windows 7+<br />OS X / MacOS 10.11+<br />Chromebooks less than ~6 years old
| Add-ons for Firefox | [![Install for Add-ons for Firefox](https://img.shields.io/amo/v/scratch-messaging-extension?style=flat-square&logo=firefox-browser&logoColor=white&label=install&color=FF7139)](https://addons.mozilla.org/firefox/addon/scratch-messaging-extension/) | Mozilla Firefox 86+ | Windows 7+<br />OS X / MacOS 10.12+
| Microsoft Edge Add-ons | [![Install for Microsoft Edge Addons](https://img.shields.io/badge/dynamic/json?style=flat-square&logo=microsoftedge&logoColor=white&label=install&color=0078D7&prefix=v&query=%24.version&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Filiepgjnemckemgnledoipfiilhajdjj)](https://microsoftedge.microsoft.com/addons/detail/iliepgjnemckemgnledoipfiilhajdjj) | Microsoft Edge 80+ | Windows 7+<br />OS X / MacOS 10.11+
| Chrome Web Store | [![Install for Chrome Web Store](https://img.shields.io/chrome-web-store/v/fbeffbjdlemaoicjdapfpikkikjoneco?style=flat-square&logo=google-chrome&logoColor=white&label=install&color=4285F4)](https://chrome.google.com/webstore/detail/fbeffbjdlemaoicjdapfpikkikjoneco) | Google Chrome 96+<br />Microsoft Edge 96+<br />Opera 82+<br />Brave 1.33+<br />Vivaldi 5.0+<br />*Chromium 96+* | Windows 7+<br />OS X / MacOS 10.11+
| Add-ons for Firefox | [![Install for Add-ons for Firefox](https://img.shields.io/amo/v/scratch-messaging-extension?style=flat-square&logo=firefox-browser&logoColor=white&label=install&color=FF7139)](https://addons.mozilla.org/firefox/addon/scratch-messaging-extension/) | Mozilla Firefox 109+ | Windows 7+<br />OS X / MacOS 10.12+
| Microsoft Edge Add-ons | [![Install for Microsoft Edge Addons](https://img.shields.io/badge/dynamic/json?style=flat-square&logo=microsoftedge&logoColor=white&label=install&color=0078D7&prefix=v&query=%24.version&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Filiepgjnemckemgnledoipfiilhajdjj)](https://microsoftedge.microsoft.com/addons/detail/iliepgjnemckemgnledoipfiilhajdjj) | Microsoft Edge 96+ | Windows 7+<br />OS X / MacOS 10.11+

## From source

Expand Down

0 comments on commit 4de12fb

Please sign in to comment.