fix(release-notes): format features and fixes for consistency in stable.json; add new version entry in twilight.json

This commit is contained in:
mr. m 2025-05-14 10:21:21 +02:00
parent 1c56e00c6f
commit c35462880a
No known key found for this signature in database
GPG key ID: 419302196C23B258
2 changed files with 50 additions and 8 deletions

View file

@ -363,7 +363,9 @@
"version": "1.0.0-a.13", "version": "1.0.0-a.13",
"date": "05/08/2024", "date": "05/08/2024",
"extra": "This is a smaller release to fix some bugs and improve some small details.\n\nIm going to try doing more frequent releases from now on, see how it goes.", "extra": "This is a smaller release to fix some bugs and improve some small details.\n\nIm going to try doing more frequent releases from now on, see how it goes.",
"features": ["Allow to remember sidebar width even after collapsing it."], "features": [
"Allow to remember sidebar width even after collapsing it."
],
"fixes": [ "fixes": [
{ {
"description": "Task Manager Icon Missing in Flatpak Version", "description": "Task Manager Icon Missing in Flatpak Version",
@ -919,7 +921,9 @@
"image": true, "image": true,
"workflowId": 11000317603, "workflowId": 11000317603,
"extra": "This update addresses some significant issues with the previous release.\n\nWe appreciate your patience and support!", "extra": "This update addresses some significant issues with the previous release.\n\nWe appreciate your patience and support!",
"features": ["Added a new system for handling keyboard shortcuts"], "features": [
"Added a new system for handling keyboard shortcuts"
],
"fixes": [ "fixes": [
{ {
"description": "The New Tab button is not visible", "description": "The New Tab button is not visible",
@ -976,7 +980,9 @@
"Enabled container tabs by default", "Enabled container tabs by default",
"Improved Expand Tabs on Hover layout" "Improved Expand Tabs on Hover layout"
], ],
"themeChanges": ["Toggle inputs will not use the themed tertiary color"], "themeChanges": [
"Toggle inputs will not use the themed tertiary color"
],
"breakingChanges": [ "breakingChanges": [
"The keyboard shortcuts will be overriden by the defaults ones in this update" "The keyboard shortcuts will be overriden by the defaults ones in this update"
], ],
@ -1273,7 +1279,9 @@
"issue": 2156 "issue": 2156
} }
], ],
"breakingChanges": ["Removed Show Expand Button option from settings"], "breakingChanges": [
"Removed Show Expand Button option from settings"
],
"themeChanges": [ "themeChanges": [
"The variable '--zen-main-browser-background' will now contain the generated gradient", "The variable '--zen-main-browser-background' will now contain the generated gradient",
"Added the 'unread' attribute for background tabs that haven't been accessed yet" "Added the 'unread' attribute for background tabs that haven't been accessed yet"
@ -1376,7 +1384,9 @@
"description": "Fixed wrong aligment on glance action buttons" "description": "Fixed wrong aligment on glance action buttons"
} }
], ],
"features": ["No new features, sorry"] "features": [
"No new features, sorry"
]
}, },
{ {
"version": "1.0.1-a.17", "version": "1.0.1-a.17",
@ -2446,7 +2456,9 @@
"version": "1.10.3b", "version": "1.10.3b",
"image": false, "image": false,
"extra": "Terribly sorry for the frequent updates, this emergency release simply updates Firefox, fixing a critical vulnerability in chromium's sandboxing system. You can read more here:\n\n<a href='https://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/'>https://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/</a>", "extra": "Terribly sorry for the frequent updates, this emergency release simply updates Firefox, fixing a critical vulnerability in chromium's sandboxing system. You can read more here:\n\n<a href='https://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/'>https://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/</a>",
"features": ["Updated Firefox to 136.0.4"], "features": [
"Updated Firefox to 136.0.4"
],
"workflowId": 14109635630, "workflowId": 14109635630,
"date": "27/03/2025" "date": "27/03/2025"
}, },
@ -2723,5 +2735,35 @@
"features": [], "features": [],
"workflowId": 14909673572, "workflowId": 14909673572,
"date": "08/05/2025" "date": "08/05/2025"
},
{
"version": "1.12.4b",
"image": false,
"extra": "In this version we have added some tiny new improvements and fixed some bugs.",
"fixes": [
"Fixed issues with toast notifications not being hidden after a timeout and displaying when they shouldn't",
{
"description": "Fixed macos close buttons being misaligned on collapsed sidebar",
"issue": 7129
},
{
"description": "Fixed the download animation appearing on all the windows",
"issue": 8247
},
{
"description": "When using Tabs on the Right, the Glance controls are on the wrong side",
"issue": 7910
},
"Fixed various issues with the urlbar on double toolbar mode",
"Fixed some issues with restoring the previous session"
],
"features": [
"Updated firefox 138.0.3",
"For macos users, dragging tabs and changing the texture for the workspace's background now provides haptic feedback (zen.haptic-feedback.enabled)",
"The 'copy current url' toast now displays a share icon (only on windows and macos)",
"The urlbar now can search through renamed pinned tabs"
],
"workflowId": 15003870178,
"date": "14/05/2025"
} }
] ]

View file

@ -4,4 +4,4 @@
"extra": "", "extra": "",
"fixes": [], "fixes": [],
"features": [] "features": []
} }