This commit is contained in:
Kovid Goyal
2021-05-12 20:26:38 +05:30
parent a1356d3bcf
commit f64b4e0e56

View File

@@ -25,11 +25,11 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Add a configurable mouse action to select from the clicked point to the end of the line.
(:iss:`3585`)
- Add the ability to unscroll the screen to the ``kitty @ scroll-window``
- Add the ability to un-scroll the screen to the ``kitty @ scroll-window``
remote control command (:iss:`3604`)
- Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling
when the num lock or caps lock modifiers were engaged. (:iss:`3587`)
when the NumLock or CapsLock modifiers were engaged. (:iss:`3587`)
- Fix a regression in 0.20.0 that sent incorrect bytes for the :kbd:`F1-F4` keys
in rmkx mode (:iss:`3586`)