From 464687e2017cfa698afab4205872548e4aef7cce Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:49:03 +0200 Subject: [PATCH] add feat --- src/lib/release-notes.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index 78d8930..a152a6c 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -988,7 +988,9 @@ export const releaseNotes: ReleaseNote[] = [ image: true, workflowId: 11000317603, extra: "This update addresses some significant issues with the previous release.\n\nWe appreciate your patience and support!", - features: [], + features: [ + "Added a new system for handling keyboard shortcuts", + ], fixes: [ { description: "The New Tab button is not visible",