feat: Update privacy policy with crash report information

The commit adds a section to the privacy policy page explaining that crash reports can be sent to Mozilla Firefox to improve the stability of the browser. It clarifies that Zen Browser does not collect any crash reports and that they do not contain any personal information. This enhances the transparency and trustworthiness of our browser.
This commit is contained in:
Mauro Balades
2024-08-05 01:17:58 +02:00
parent e328d2379f
commit f020acaf7b
2 changed files with 35 additions and 4 deletions

View File

@@ -374,6 +374,34 @@ export const releaseNotes: ReleaseNote[] = [
},
],
},
{
version: "1.0.0-a.13",
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.",
features: [
"Allow to remember sidebar width even after collapsing it.",
],
fixes: [
{
description: "Task Manager Icon Missing in Flatpak Version",
issue: 146,
},
{
description: "Condensed Vertical Tabs not working in Compact Mode",
issue: 160,
},
{
description: "Remember sidebar width on toggle",
issue: 149,
},
{
description: "Fixed startup issue with AppImage",
},
{
description: "Fixed typos on the onboarding experience.",
},
],
},
].reverse();
export function releaseNoteIsAlpha(note: ReleaseNote) {