fix: update versioning scheme in twilight release notes and script

This commit is contained in:
mr. M 2025-01-02 15:42:56 +01:00
parent ceb021deeb
commit 7a54bfe9a7
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 6 additions and 3 deletions

View file

@ -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)

View file

@ -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"