From 4841a3f305502d754469a9bba85f1a8ee29642bb Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Sun, 29 Sep 2024 21:41:12 +0200 Subject: [PATCH] a-6 release notes --- src/lib/release-notes.ts | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index f1ec49e..055ee99 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -1033,6 +1033,42 @@ export const releaseNotes: ReleaseNote[] = [ }, ], + }, + { + version: "1.0.1-a.6", + date: "29/09/2024", + image: false, + workflowId: 11095257662, + extra: "This release fixes a few critical bugs and introduces Tab Unloading! Unused tabs will free up memory with this new feature", + features: [ + "Added Paste and Go button", + "Added Tab Unloading", + ], + fixes: [ + { + description: "Fixed Firefox add-ons not updating", + issue: 1173 + }, + { + description: "Fixed expand-on-hover shifting web page", + issue: 1718 + }, + { + description: "Fixed cycling between workspaces with shortcuts", + }, + { + description: "Removed duplicate shortcut options in the settings", + issue: 1784 + }, + { + description: "Restored missing keyboard shortcuts", + issue: 1706 + }, + { + description: "Fixed keyboard shortcuts not saving", + issue: 1715 + } + ] } ].reverse();