mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +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(),
|
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',
|
||||||
|
|
|
@ -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": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue