From 7a54bfe9a743b2506087833d935eb5c04edf8d35 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Thu, 2 Jan 2025 15:42:56 +0100 Subject: [PATCH] fix: update versioning scheme in twilight release notes and script --- scripts/twilight-to-stable.py | 1 + src/release-notes/twilight.json | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/twilight-to-stable.py b/scripts/twilight-to-stable.py index 44a87ac..9114e0f 100644 --- a/scripts/twilight-to-stable.py +++ b/scripts/twilight-to-stable.py @@ -21,6 +21,7 @@ def main(): twilight["workflowId"] = workflow_id twilight["image"] = False + twilight["version"] = twilight["version"].replace("-t", "-b") twilight["date"] = datetime.datetime.now().strftime("%d/%m/%Y") stable.append(twilight) diff --git a/src/release-notes/twilight.json b/src/release-notes/twilight.json index 02ba243..3722d94 100644 --- a/src/release-notes/twilight.json +++ b/src/release-notes/twilight.json @@ -1,5 +1,5 @@ { - "version": "1.2-b.6", + "version": "1.2-t.6", "extra": "This new release includes more polishing changes and bug fixes. We are most exited about our new release schedule, we are now using Firefox's Release Candidates for twilight, meaning we can test out new Firefox versions before they are released to the public. This will allow us to fix any issues before they are released to the public.\n\nIt may be a bit late, but happy new year! We hope you have a great year ahead of you!", "fixes": [ "Fixed compact mode sidebar not hiding fully on some occasions", @@ -61,6 +61,7 @@ "Fixed zen's app bundle ID giving an incorrect identifier", "Fixed issue related to changing workspace with the 4 / 5 mouse buttons and we now take into consideration natural scrolling", "Fixed some website dialogs overflowing the window", + "Fixed moving around pins not saving their position after a restart", { "description": "Fixed extension Pin to Toolbar overlayed with gtk theme toggle", "issue": 1934 @@ -77,7 +78,8 @@ { "description": "Fixed having invalid shortcuts hard-locking the user inside the loading screen", "issue": 4071 - } + }, + "Fixed weird UI when dragging essentials around, making them look like they are clipping out of the view" ], "features": [ "Updated to firefox 134.0", @@ -90,7 +92,7 @@ "Added support for searching for emojis on the workspace icon picker", "Added support for MacOS smart cards", "Color picker dialog will now convert to a valid color if it's hex-like but invalid", - "Made workspace switching tab's animation more smooth" + "Made workspace switching tab's animation smoother" ], "breakingChanges": [ "Changed versioning scheme to match Firefox's Release Candidates"