fix(release-notes): update version to 1.7.5b and add stability improvements

This commit is contained in:
mr. M 2025-01-31 20:00:55 +01:00
parent e40fbfb1ee
commit f0d62fc080
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 8 additions and 4 deletions

View file

@ -12,7 +12,8 @@ export default defineConfig({
tailwind(), tailwind(),
react(), react(),
sitemap({ sitemap({
filter: (page) => !page.includes('mods/'), // TODO: Maybe? Maybe not?
// filter: (page) => !page.includes('mods/'),
}), }),
], ],
site: 'https://zen-browser.app', site: 'https://zen-browser.app',

View file

@ -1,7 +1,10 @@
{ {
"version": "xxx", "version": "1.7.5b",
"image": false, "image": false,
"extra": "", "extra": "Another stability update while we are figuring big changes out!",
"fixes": [], "fixes": [
"Fixed double clicking the sidebar not opening a new tab",
"Fixed having tabs for workspace containers not changing containers"
],
"features": [] "features": []
} }