fix(release-notes): update stability notes and add new version with bug fixes and features

This commit is contained in:
mr. M 2025-01-21 20:48:55 +01:00
parent 69200a3297
commit adf93f4416
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 46 additions and 24 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",
@ -2081,5 +2091,30 @@
], ],
"workflowId": 12858147265, "workflowId": 12858147265,
"date": "19/01/2025" "date": "19/01/2025"
},
{
"version": "1.7.2b",
"image": false,
"extra": "Another stability update, where we've fixed a few more bugs and improved the overall feel of the app.\n\nThis is a small update, released primarily to keep Firefox up to date while we work on the next big update.",
"fixes": [
"Fixed firefox sidebar spacings",
"Fixed compact mode rounded corners",
"Fixed native fonts for windows and linux",
"Fixed sidebar hiding icons when they could easily fit",
"Fixed native rounded corners for each OS",
"Fixed an error when opening zen when having compact mode enabled",
"Fixed glance messing up with tabs after being closed",
"Fixed workspaces not initializing when the button is missing from the toolbar"
],
"features": [
"Update Firefox version to 134.0.2",
"Improved glance animations",
"Glance now opens automatically on essential tabs instead of a new tab",
"Add dark mode support for dialog box",
"Essentials/Urlbar background is now calculated based on the window color, making it look more blended",
"Adjusted overall spacings and rounded corners around the browser for a better feel"
],
"workflowId": 12894623596,
"date": "21/01/2025"
} }
] ]

View file

@ -1,20 +1,7 @@
{ {
"version": "1.7.2t", "version": "xxx",
"image": false, "image": false,
"extra": "Another stability update, where we've fixed a few more bugs and improved the overall feel of the app.\n\nThis is a small update, released primarily to keep Firefox up to date while we work on the next big update.", "extra": "",
"fixes": [ "fixes": [],
"Fixed firefox sidebar spacings", "features": []
"Fixed compact mode rounded corners", }
"Fixed native fonts for windows and linux",
"Fixed sidebar hiding icons when they could easily fit",
"Fixed native rounded corners for each OS",
"Fixed an error when opening zen when having compact mode enabled"
],
"features": [
"Update Firefox version to 134.0.2",
"Imrpoved glance animations",
"Add dark mode support for dialog box",
"Essentials/Urlbar background is now calculated based on the window color, making it look more blended",
"Adjusted overall spacings and rounded corners around the browser for a better feel"
]
}