Skip to content

Commit bee2daa

Browse files
authored
Merge pull request #765 from rgantzos/main
Bump to v3.5.0
2 parents f897edc + 3881b44 commit bee2daa

File tree

4 files changed

+24
-11
lines changed

4 files changed

+24
-11
lines changed

changelog/changes.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
{
22
"NOTE": "THERE IS NO NEED TO UPDATE THIS YOURSELF, IT WILL BE UPDATED WHEN RELEASED.",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"enhanced": [
5-
"Shorter unlisted project links.",
6-
"Update Aviate URL.",
7-
"Port Anti Generic to v2.",
8-
"Improve feature API.",
9-
"Add cloud data warnings."
5+
"Add full size thumbnails for trending studios.",
6+
"Minor improvements to follow button on projects."
107
],
118
"fixed": [
12-
"Fix caching URLs.",
13-
"Remove beta alerts.",
14-
"Fix the save button appearing in the report modal.",
15-
"Fix issues with Hide Project Tags and Display Project Tags."
9+
"Fix scrollbar on settings page.",
10+
"Fix display names and emoji statuses.",
11+
"Bring back chat support and feedback center."
1612
]
1713
}

changelog/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<h1>What's New</h1>
1010
<h2>We did a lot to make this new version amazing.</h2>
1111
</div>
12+
<div class="important">
13+
<h1>Important</h1>
14+
<p>Display names and emoji statuses are now fixed! In addition to this, live support chats and submitting feedback via the extension work as well!</p>
15+
</div>
1216
<h1>Here are some of the features we've added/upgraded</h1>
1317
<div class="new-features">
1418
<div class="new-features-full"></div>

changelog/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,16 @@ div.feature {
232232
-ms-overflow-style: none;
233233
scrollbar-width: none;
234234
}
235+
236+
.important {
237+
background-color: #ff9f00;
238+
margin-left: 20%;
239+
margin-right: 20%;
240+
padding: 2rem;
241+
border-radius: .5rem;
242+
margin-bottom: 2rem;
243+
}
244+
245+
.important p {
246+
font-size: 1rem;
247+
}

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"short_name": "ScratchTools",
44
"manifest_version": 3,
55
"version": "3.5.0",
6-
"version_name": "3.5.0-beta",
6+
"version_name": "3.5.0",
77
"default_locale": "en",
88
"description": "__MSG_extDescription__",
99
"author": "rgantzos",

0 commit comments

Comments
 (0)