Skip to content

Commit

Permalink
Merge pull request #765 from rgantzos/main
Browse files Browse the repository at this point in the history
Bump to v3.5.0
  • Loading branch information
rgantzos committed Jan 1, 2024
2 parents f897edc + 3881b44 commit bee2daa
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
16 changes: 6 additions & 10 deletions changelog/changes.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"NOTE": "THERE IS NO NEED TO UPDATE THIS YOURSELF, IT WILL BE UPDATED WHEN RELEASED.",
"version": "3.4.0",
"version": "3.5.0",
"enhanced": [
"Shorter unlisted project links.",
"Update Aviate URL.",
"Port Anti Generic to v2.",
"Improve feature API.",
"Add cloud data warnings."
"Add full size thumbnails for trending studios.",
"Minor improvements to follow button on projects."
],
"fixed": [
"Fix caching URLs.",
"Remove beta alerts.",
"Fix the save button appearing in the report modal.",
"Fix issues with Hide Project Tags and Display Project Tags."
"Fix scrollbar on settings page.",
"Fix display names and emoji statuses.",
"Bring back chat support and feedback center."
]
}
4 changes: 4 additions & 0 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<h1>What's New</h1>
<h2>We did a lot to make this new version amazing.</h2>
</div>
<div class="important">
<h1>Important</h1>
<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>
</div>
<h1>Here are some of the features we've added/upgraded</h1>
<div class="new-features">
<div class="new-features-full"></div>
Expand Down
13 changes: 13 additions & 0 deletions changelog/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,16 @@ div.feature {
-ms-overflow-style: none;
scrollbar-width: none;
}

.important {
background-color: #ff9f00;
margin-left: 20%;
margin-right: 20%;
padding: 2rem;
border-radius: .5rem;
margin-bottom: 2rem;
}

.important p {
font-size: 1rem;
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "ScratchTools",
"manifest_version": 3,
"version": "3.5.0",
"version_name": "3.5.0-beta",
"version_name": "3.5.0",
"default_locale": "en",
"description": "__MSG_extDescription__",
"author": "rgantzos",
Expand Down

0 comments on commit bee2daa

Please sign in to comment.