From fea44c346b6464096c4d5868db2faeb5830366ed Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Thu, 2 Jan 2025 22:35:41 -0300 Subject: [PATCH] update markdown --- docs/docs/releases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/releases.md b/docs/docs/releases.md index 091d2fcbf4..7910c90979 100644 --- a/docs/docs/releases.md +++ b/docs/docs/releases.md @@ -12,6 +12,7 @@ language: 'en' - Fixed Nix build [#853](https://github.com/raphamorim/rio/pull/853). - On macOS, fixed undocumented cursors (e.g. zoom, resize, help) always appearing to be invalid and falling back to the default cursor. +- Introduce `SwitchCurrentTabToPrev` and `SwitchCurrentTabToNext` actions [#854](https://github.com/raphamorim/rio/pull/854/files) by [@agjini](https://github.com/agjini). - On X11, Wayland, Windows and macOS, improved scancode conversions for more obscure key codes. - On macOS, fixed the scancode conversion for audio volume keys. - On macOS, fixed the scancode conversion for `IntlBackslash`.