Skip to content

v1.4.0

Latest

Choose a tag to compare

@OXY2DEV OXY2DEV released this 21 Sep 19:19
1b9e1ee

1.4.0 (2025-09-19)

Features

  • cmdline: Added proper syntax for :! (519d999)
  • messages: Added ability to view various hidden messages (2344085), closes #31
  • messages: Added option to disable replace_last fir notify & notify_once (cc9a233), closes #29
  • messages: Linked highlight groups now also show their active (26fd5ba)

Bug Fixes

  • cmdline: Cmdline is no longer scheduled outside of fast-event (8feaebb)
  • cmdline: Fixed a bug with cmfline not hiding after using &. (7ae6202)
  • core: Fixed a bug with cmdline window not hiding after :UI enable (22a4f5d)
  • core: Fixed a bug with confirm messages clearing the screen (d4031a1)
  • core: Fixed a bug with the confirm window not showing the cmdline on Neovim start (2002231)
  • message: Fixed a bug with messages not appearing sometimes (caeb545)
  • messages: ERROR level notify messages now get correct hl (a7ccb44)
  • messages: Added extra lua pattern for label-styled messages from plugins (4e13fcb)
  • messages: Fixed a bug where message window gets folded due to foldexpr (fcb6186)
  • messages: Fixed a bug with certain messagses duplicating on redraw (00a6f38)
  • messages: Fixed a bug with message window having incorrect height (d5e1e35)
  • messages: Fixed an issue with message window having incorrect height in specific cases (39af5ca)
  • messages: Fixed an issue with unnecessary redraws for messages (8e2c1eb)
  • messages: List window no longer has incorrect height (901196b)
  • messages: Made keymap confirmation message pattern more strict (4df20c2)
  • messages: Mismatched line count & extmark count no longer breaks messages (cc3aa38)
  • spec: Fixed inconsistency of message decorations (c8656e3)