Skip to content

Releases: harrisoncramer/gitlab.nvim

v3.3.10

11 Dec 19:22
495e64c
Compare
Choose a tag to compare

Release (#440)

  • Feat: Enable sorting discussions by original comment (#422)
  • Feat: Improve popup UX (#426)
  • Feat: Automatically update MR summary details (#427)
  • Feat: Show update progress in winbar (#432)
  • Feat: Abbreviate winbar (#439)
  • Fix: Note Creation Bug (#441)
  • Fix: Checking whether comment can be created (#434)
  • Fix: Syntax in discussion tree (#433)
  • fix: improve indication of resolved threads and drafts (#442)
  • Docs: Various minor improvements (#445)

Co-authored-by: Jakub F. Bortlík [email protected]

v3.3.9

12 Nov 16:02
be02733
Compare
Choose a tag to compare

Miscellaneous Bug Fixes (#423)

fix: Show non-resolvable notes in winbar (#417)
fix: add more emojis and make emoji picker configurable (#414)
fix: comment creation should not be possible for renamed and moved files (#416)
fix: color highlight groups are invalid (#421)
fix: plugin failing to build on Windows (#419)


Co-authored-by: Jakub F. Bortlík [email protected]

v3.3.8

05 Nov 01:42
30daecf
Compare
Choose a tag to compare

Release (#415)

fix: parse dates without timezone offset (#404)
fix: enable replying if tree is in a different tab (#407)
fix: wrong get url (#413)
fix: Restore cursor when updating from outside of tree (#406)


Co-authored-by: Jakub F. Bortlík [email protected]
Co-authored-by: Oscar [email protected]

v3.3.7

13 Oct 19:21
341d56a
Compare
Choose a tag to compare

Release: Bug Fixes and Improvements (#399)

fix: Error messages and run all tests (#381)
feat: Automatically open fold under cursor (#380)
fix: Discussion ID is not required (#383)
chore: Add more emojis (#384)
fix: Publish all drafts (#391)
fix: Make discussion tree buffers no-modifiable (#394)
fix: Incorrect warning about commits (#395)
fix: Show draft replies in the correct tree (#396)
fix: Cannot choose merge requests (#398)


Co-authored-by: George Kontridze [email protected]
Co-authored-by: Jakub F. Bortlík [email protected]

v3.3.6

26 Sep 14:12
38bde8a
Compare
Choose a tag to compare

Bug Fixes (#382)

  • fix: error messages and run all tests (#381)
  • feat: Automatically open fold under cursor (#380)
  • fix: discussion ID is not required (#383)

This is a #PATCH release.


Co-authored-by: George Kontridze [email protected]
Co-authored-by: Jakub F. Bortlík [email protected]

v3.3.5

17 Sep 00:53
5c9b88d
Compare
Choose a tag to compare

FIx shared structs + add better debugging/linting (#379)

  • fix: Fixes issues w/ shared pointers to structs (#378)
  • feat: Adds even better debugging and linting support (#376)

This is a #PATCH release.

v3.3.4

15 Sep 01:00
c3d7f26
Compare
Choose a tag to compare

fix: Allow reply on Gitlab buffer (#375)

Fixes issue where we were blocking reply creation due to a recent update

This is a #PATCH release

v3.3.3

14 Sep 22:34
dba1512
Compare
Choose a tag to compare

fix: Fix broken shutdown handler

This is a #PATCH release.

v3.3.2

14 Sep 20:53
22bfd0c
Compare
Choose a tag to compare

fix: date fixes; go middleware refactors; regex fixes; etc (#368)

fix: format of date when MR was closed or merged (#367)
refactor: Add Payload Validators + Middleware In Go Code (#366)
fix: Add better checks for leaving comments (#369)
fix: regex support for http credentials embedded in remote url (#372)
fix: Comment on single line selects two lines (#371)

This is a #PATCH release.

v3.3.1

09 Sep 11:48
f1faf60
Compare
Choose a tag to compare

fix: change section name to match method being documented (#362)

fix: fixes helptags, removes duplicate entry

This is a #PATCH release