diff --git a/astro.config.mjs b/astro.config.mjs index ad8e88f..add8dbe 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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', diff --git a/src/release-notes/twilight.json b/src/release-notes/twilight.json index 04c43f0..a2f4b01 100644 --- a/src/release-notes/twilight.json +++ b/src/release-notes/twilight.json @@ -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": [] }