Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 18 additions & 5 deletions changelog/changes.json
Original file line number Diff line number Diff line change
@@ -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."
]
}
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.9.0",
"version_name": "3.9.0-beta",
"version_name": "3.9.0",
"default_locale": "en",
"description": "__MSG_extDescription__",
"author": "rgantzos",
Expand Down