Releases: harrisoncramer/gitlab.nvim
v1.5.4
v1.5.3
v1.5.2
Add/Show/Delete Emojis on Notes (#181)
This MR adds the ability to view, add, and delete emojis from notes and comments.
This action can be performed by default with the Ea
(emoji add) keybinding, and the Ed
(emoji delete) keybinding. Only emojis added by the current user are eligible for deletion. The MR also implements a popup functionality which shows the user who added emojis on hover.
Implements #179
v1.5.1
v1.5.0
Feat collapse and expand nodes (#176)
This MR adds the ability to expand and collapse nodes in the discussion tree in bulk. You can now toggle expansion of all nodes, toggle expansion of only resolved discussions, and toggle expansion of only unresolved discussions.
The MR also adjusts keybindings in the discussion tree to support forward and backward searching, as well as the keybinding for the help popup.
Thank you for the contribution @jakubbortlik!
This is a #MINOR bump since it's changing keybindings, although core workflows are unchanged.
v1.4.3
v1.4.2
v1.4.1
Fix: Keep empty lines in discussion tree (#173)
-
Docs: Fix typos and remove trailing spaces
-
Fix: Split strings by new lines correctly
-
Docs: Recommend breakindent option to improve tree nodes indentation
-
Fix: Replace whole buffer when creating a new suggestion
Previously, a trailing empty line was left in the buffer.
Co-authored-by: Jakub Bortlík [email protected]
v1.4.0
Feat: save popup contents to register (#163)
Users can now provide a backup register when creating comments, notes, and so forth which will automatically be populated with the contents of the buffer prior to submission to Gitlab. This ensures that even if the API call fails the contents of the buffer is saved, which prevents the user from losing their changes. This is a MINOR update.