mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
fix(release-notes): update version to 1.7.5b and add stability improvements
This commit is contained in:
parent
e40fbfb1ee
commit
f0d62fc080
2 changed files with 8 additions and 4 deletions
|
@ -12,7 +12,8 @@ export default defineConfig({
|
|||
tailwind(),
|
||||
react(),
|
||||
sitemap({
|
||||
filter: (page) => !page.includes('mods/'),
|
||||
// TODO: Maybe? Maybe not?
|
||||
// filter: (page) => !page.includes('mods/'),
|
||||
}),
|
||||
],
|
||||
site: 'https://zen-browser.app',
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
"version": "xxx",
|
||||
"version": "1.7.5b",
|
||||
"image": false,
|
||||
"extra": "",
|
||||
"fixes": [],
|
||||
"extra": "Another stability update while we are figuring big changes out!",
|
||||
"fixes": [
|
||||
"Fixed double clicking the sidebar not opening a new tab",
|
||||
"Fixed having tabs for workspace containers not changing containers"
|
||||
],
|
||||
"features": []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue