From 3881b44947747deaeb31e93c488edf7da7722c15 Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Mon, 1 Jan 2024 09:49:11 -0800 Subject: [PATCH] Bump to v3.5.0 --- changelog/changes.json | 16 ++++++---------- changelog/index.html | 4 ++++ changelog/style.css | 13 +++++++++++++ manifest.json | 2 +- 4 files changed, 24 insertions(+), 11 deletions(-) diff --git a/changelog/changes.json b/changelog/changes.json index 26200030..afb8b3d4 100644 --- a/changelog/changes.json +++ b/changelog/changes.json @@ -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." ] } diff --git a/changelog/index.html b/changelog/index.html index 8a4917f6..987456b8 100644 --- a/changelog/index.html +++ b/changelog/index.html @@ -9,6 +9,10 @@

What's New

We did a lot to make this new version amazing.

+
+

Important

+

Display names and emoji statuses are now fixed! In addition to this, live support chats and submitting feedback via the extension work as well!

+

Here are some of the features we've added/upgraded

diff --git a/changelog/style.css b/changelog/style.css index bc849fd5..1e390324 100644 --- a/changelog/style.css +++ b/changelog/style.css @@ -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; +} \ No newline at end of file diff --git a/manifest.json b/manifest.json index cfbdac9f..519b134f 100644 --- a/manifest.json +++ b/manifest.json @@ -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",