Skip to content

Tags: rcarriga/nvim-notify

Tags

v3.15.0

Toggle v3.15.0's commit message
ci: update the testing nvim download steps

* Update the nvim version to v0.10.3.
* Update the cache key generation algorithm.

v3.14.1

Toggle v3.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(compact): correct string length (#307)

Closes #292

v3.14.0

Toggle v3.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add wrapped-default as render (#286)

* feat: add wrapped-default as render

* test(notify): add validation tests for max_width and prefix_length

- Added unit tests to validate `max_width` and ensure it does not exceed the terminal width.
- Ensured `prefix_length` is within the valid range to prevent 'col out of range' errors.
- Improved test coverage for rendering and notification layout in `nvim-notify`.

These changes address issues related to invalid column rendering and out-of-bounds errors.

---------

Co-authored-by: rvjs <renato.valentim@tempest.com.br>

v3.13.5

Toggle v3.13.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: do not use the deprecated API vim.tbl_add_reverse_lookup (#270)

vim.tbl_add_reverse_lookup has been deprecated since NVIM 0.10.
Deprecations warnings will be raised since 0.11-dev.

v3.13.4

Toggle v3.13.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(telescope): enable wrap on preview (#255)

v3.13.3

Toggle v3.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(util): abstract different win config structures (#253)

v3.13.2

Toggle v3.13.2's commit message
fix(wrapped-compact): avoid mutating message

v3.13.1

Toggle v3.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: only warn for termguicolors if version minor < 10 (#239)

v3.13.0

Toggle v3.13.0's commit message
test: fix broken tests

v3.12.0

Toggle v3.12.0's commit message
feat: supply record to events

See #200