From f9ae69a40fdb3c10b64efb31cd1e2ee995be9f72 Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Sun, 30 Jun 2024 11:15:31 -0700 Subject: [PATCH] Bump to `v3.9.0` --- changelog/changes.json | 23 ++++++++++++++++++----- manifest.json | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/changelog/changes.json b/changelog/changes.json index 99424d0e..ff855a02 100644 --- a/changelog/changes.json +++ b/changelog/changes.json @@ -1,12 +1,25 @@ { "NOTE": "THERE IS NO NEED TO UPDATE THIS YOURSELF, IT WILL BE UPDATED WHEN RELEASED.", - "version": "3.8.0", + "version": "3.9.0", "enhanced": [ - "Update contributor names.", - "Add clicker game." + "Better feature options.", + "Add a selection option for feature settings.", + "Use images for Flag on Profile feature.", + "Improved wording for Summarized Descriptions comment text.", + "Improved wording for Project Miniplayer options.", + "Technical: Add manifest schema to VSCode settings.", + "Technical: update README instructions.", + "Technical: update issue templates.", + "Technical: add feature.page API." ], "fixed": [ - "Fix protect mention text.", - "Fix search bar." + "Fix Summarized Descriptions button placement.", + "Fix Select Self adding clones to dropdown.", + "Fix Summarized Descriptions overlapping with text.", + "Fix Block Count in My Stuff not working.", + "Fix popup search bar.", + "Remove a few features that reply on Scratch DB.", + "Fix Select Self when reenabled.", + "Minor selection option fixes." ] } \ No newline at end of file diff --git a/manifest.json b/manifest.json index 12564ac6..9f6ab197 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "short_name": "ScratchTools", "manifest_version": 3, "version": "3.9.0", - "version_name": "3.9.0-beta", + "version_name": "3.9.0", "default_locale": "en", "description": "__MSG_extDescription__", "author": "rgantzos",