github-actions[bot]
|
28426cc31c
|
chore(build): auto-generate vimdoc
|
2024-06-09 05:34:35 +00:00 |
|
github-actions[bot]
|
6098a36d92
|
chore(build): auto-generate vimdoc
|
2024-06-08 05:31:47 +00:00 |
|
github-actions[bot]
|
a5f8af912d
|
chore(main): release 12.10.0 (#3532)
🤖 I have created a release *beep* *boop*
---
##
[12.10.0](https://github.com/LazyVim/LazyVim/compare/v12.9.0...v12.10.0)
(2024-06-07)
### Features
* **prettier:** prettier is now enabled for all supported filetypes and
no longer requires a config file by default
([7d50bf0](https://github.com/LazyVim/LazyVim/commit/7d50bf0626f768b4d036b500ff204835fa405b74))
* **prettier:** with the prettier & astro extra, prettier will be
enabled if the prettier-astro-plugin is available
([214f5fc](https://github.com/LazyVim/LazyVim/commit/214f5fccdf468030b05851ebfbef8394485322fb))
* **svelte:** with prettier & svelte extra, prettier will be enabled
when prettier-plugin-svelte is available
([945143a](https://github.com/LazyVim/LazyVim/commit/945143a34e298541989a9f050a3fb2ced6646e9e))
* **util:** added LazyVim.has_extra
([b714f28](https://github.com/LazyVim/LazyVim/commit/b714f286623cca6e3da31df43c4cf4354a46c36d))
* **util:** added LazyVim.memoize
([5a11d74](https://github.com/LazyVim/LazyVim/commit/5a11d740e119d392858b97b69470201e66e66212))
### Bug Fixes
* **clojure:** removed rainbow delimiters and fixed some plugin setups.
Closes [#3530](https://github.com/LazyVim/LazyVim/issues/3530)
([cfa8c9f](https://github.com/LazyVim/LazyVim/commit/cfa8c9fbd45a36784f76d4842bc385828214ee1c))
* **cmp:** don't enable `snippets` source without `nvim-snippets`
([#3527](https://github.com/LazyVim/LazyVim/issues/3527))
([af80811](https://github.com/LazyVim/LazyVim/commit/af80811be01f5349544a1b21e9dd03f0e25fefca))
* **extras:** load prettier extra before svelte/astro
([4980574](https://github.com/LazyVim/LazyVim/commit/49805748d4cefc077cc0c81e864f1757198fc3f4))
* **formatting:** remove deprecation check on some options
([c16fb5d](https://github.com/LazyVim/LazyVim/commit/c16fb5d49bfe10041fb36f6ac80a755767b9e6bf))
* **prettier:** fixup
([ac9217b](https://github.com/LazyVim/LazyVim/commit/ac9217b1994ad00b488ba73021d89afac03873ee))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-06-07 23:57:13 +02:00 |
|
github-actions[bot]
|
789b1b4fd4
|
chore(main): release 12.9.0 (#3501)
🤖 I have created a release *beep* *boop*
---
##
[12.9.0](https://github.com/LazyVim/LazyVim/compare/v12.8.0...v12.9.0)
(2024-06-07)
### Features
* **autocmd:** enable spell for typst and text file
([#3505](https://github.com/LazyVim/LazyVim/issues/3505))
([8ca7245](https://github.com/LazyVim/LazyVim/commit/8ca72451298f60e6440ac48293052c5e82bd8ec6))
* **docs:** add link to LazyVim For Ambitious Developers to README
([#3504](https://github.com/LazyVim/LazyVim/issues/3504))
([2a5ab31](https://github.com/LazyVim/LazyVim/commit/2a5ab3109a7e5f3ef98c2a93f24738797c6d9cc6))
* **lang:** add clojure support
([#2179](https://github.com/LazyVim/LazyVim/issues/2179))
([913902b](https://github.com/LazyVim/LazyVim/commit/913902ba362603a4620f8981fdedac7f53816b3a))
* **neo-tree:** added l:open and h:close_node to neo-tree. Closes
[#3293](https://github.com/LazyVim/LazyVim/issues/3293)
([dbec83d](https://github.com/LazyVim/LazyVim/commit/dbec83d57a1d5936ac860c37e0393a89b7cae7e9))
* **options:** when available use treesitter spell regions for spell
checking
([276b803](https://github.com/LazyVim/LazyVim/commit/276b8032bedb6e1601ae85ecdfaee63217843b4f))
* **sql:** add SQL extra
([#1740](https://github.com/LazyVim/LazyVim/issues/1740))
([59495c1](https://github.com/LazyVim/LazyVim/commit/59495c18714d8ae4c0b5f7a41dad96e39f9eb189))
### Bug Fixes
* **editor:** telescope init error when trouble.nvim is disabled
([#3518](https://github.com/LazyVim/LazyVim/issues/3518))
([c452fd7](https://github.com/LazyVim/LazyVim/commit/c452fd730c94bfcbb5f9f4af1cae3c851f9456a3))
* **lualine:** only show one Lualine component for symbols
([#3514](https://github.com/LazyVim/LazyVim/issues/3514))
([827aa53](https://github.com/LazyVim/LazyVim/commit/827aa5380a883e6a2a9904c253627489d43d3050)),
closes [#3511](https://github.com/LazyVim/LazyVim/issues/3511)
* **mini.files:** fix error about `opts.mappings`
([#3507](https://github.com/LazyVim/LazyVim/issues/3507))
([9210648](https://github.com/LazyVim/LazyVim/commit/92106484ed89efb364568fa27a689bd8be83d066))
* removed leader-m, since it is leading to too many issues. Still
available at leader-wm
([119dcb9](https://github.com/LazyVim/LazyVim/commit/119dcb949a84d9b10a620c9ad8400c220c5e5adb))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-06-07 20:44:39 +02:00 |
|
github-actions[bot]
|
e1c54ac638
|
chore(build): auto-generate vimdoc
|
2024-06-07 07:04:47 +00:00 |
|
github-actions[bot]
|
1699091d70
|
chore(build): auto-generate vimdoc
|
2024-06-06 16:54:37 +00:00 |
|
github-actions[bot]
|
ad092e96f9
|
chore(main): release 12.8.0 (#3494)
🤖 I have created a release *beep* *boop*
---
##
[12.8.0](https://github.com/LazyVim/LazyVim/compare/v12.7.0...v12.8.0)
(2024-06-06)
### Features
* **options:** added linebreak=true to default options
([1f4c196](https://github.com/LazyVim/LazyVim/commit/1f4c1964fd9dda8db511bc47bc9a568a6230dff0))
### Bug Fixes
* **markdown:** missing markdown-toc in mason
([#3499](https://github.com/LazyVim/LazyVim/issues/3499))
([a9aea4b](https://github.com/LazyVim/LazyVim/commit/a9aea4b5a14523641aceb23ba6717c07043faca1))
* **mason-nvim-dap:** correctly configure to auto-install debug adapters
([#3493](https://github.com/LazyVim/LazyVim/issues/3493))
([86ba1bc](https://github.com/LazyVim/LazyVim/commit/86ba1bc62d4d39b1c68e267076dfc59315814048))
* **octo:** fixed octo's rendering of comment signs when lines are
wrapped
([81370cf](https://github.com/LazyVim/LazyVim/commit/81370cf7145edbcb1d2ca79bf014e7342a44b106))
* **octo:** load octo on `octo://*` events, so that those buffers work
after session restore
([e6443ad](https://github.com/LazyVim/LazyVim/commit/e6443ad7dcb6e3cca286aa6b94eb418e6fa15d8c))
* **php:** php gets recommended in every .git repo
([#3496](https://github.com/LazyVim/LazyVim/issues/3496))
([3654098](https://github.com/LazyVim/LazyVim/commit/365409852080dd9565cdf1afbdf8f4b375b4f052))
* **prettier:** fix prettier config detection. Closes
[#3497](https://github.com/LazyVim/LazyVim/issues/3497)
([e51199c](https://github.com/LazyVim/LazyVim/commit/e51199cffa290e0bf50a632fcc8eb1ee437801f9))
* **prettier:** use prettier to check if prettier should run on the file
([0255b8f](https://github.com/LazyVim/LazyVim/commit/0255b8fdb16e81a84d3642df96bd8d504fcb4a40))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-06-06 17:44:45 +02:00 |
|
github-actions[bot]
|
ed93ce9c15
|
chore(main): release 12.7.0 (#3490)
🤖 I have created a release *beep* *boop*
---
##
[12.7.0](https://github.com/LazyVim/LazyVim/compare/v12.6.0...v12.7.0)
(2024-06-06)
### Features
* **extras:** add thrift lang support
([#2804](https://github.com/LazyVim/LazyVim/issues/2804))
([5a19f6b](https://github.com/LazyVim/LazyVim/commit/5a19f6b5fe6f88804a7a80649b6587ef30dcdc85))
* **extras:** added extra for neogen. Closes
[#2881](https://github.com/LazyVim/LazyVim/issues/2881)
([6fd2c88](https://github.com/LazyVim/LazyVim/commit/6fd2c88024447b7eed20ca5461be784df07a3787))
* **extras:** added gleam lang support
([#2802](https://github.com/LazyVim/LazyVim/issues/2802))
([1891b02](https://github.com/LazyVim/LazyVim/commit/1891b02d9d50e935739fdaff6095b04a7760bf99))
* **lang:** add elm
([#3023](https://github.com/LazyVim/LazyVim/issues/3023))
([4742390](https://github.com/LazyVim/LazyVim/commit/4742390960d6fa41ba7ea53cd3cd17a8d7f48084))
* **lang:** added php support
([#1450](https://github.com/LazyVim/LazyVim/issues/1450))
([32ba8ea](https://github.com/LazyVim/LazyVim/commit/32ba8ea3fedb4ace60bc019fc895f4f07d0a60dc))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-06-06 13:46:20 +02:00 |
|
github-actions[bot]
|
43e4f635d6
|
chore(main): release 12.6.0 (#3467)
🤖 I have created a release *beep* *boop*
---
##
[12.6.0](https://github.com/LazyVim/LazyVim/compare/v12.5.0...v12.6.0)
(2024-06-06)
### Features
* **bufferline:** allow custom icons for filetypes
([bac4bba](https://github.com/LazyVim/LazyVim/commit/bac4bba01620ec1c3f14cab682974673767eea02))
* **extras:** added extra for octo.nvim. Make sure to update lazy.nvim,
which-key.nvim and also update tokyonight if you use that theme.
([100c579](https://github.com/LazyVim/LazyVim/commit/100c5793c854b2b5b97340917071a1153eaad36e))
* **extras:** added new `git` extra with treesitter and issue/pr support
([91a5fc1](https://github.com/LazyVim/LazyVim/commit/91a5fc10e69cd601a800c5cf0b07b5213952b8fc))
* **extras:** allow recommended to be the args for LazyVim.extras.wants
([502602e](https://github.com/LazyVim/LazyVim/commit/502602e4a2871f14cdd250863020bc3e45a6e16f))
* **git:** added leader-gB to browse remotes of the current repo
([c4ccd7c](https://github.com/LazyVim/LazyVim/commit/c4ccd7cbcebc23c632cc8d324ab6631576c2cda0))
* **keymaps:** add neotest toggle watch keymap
([#3073](https://github.com/LazyVim/LazyVim/issues/3073))
([4d16296](https://github.com/LazyVim/LazyVim/commit/4d1629605b3ab37a63622460823749ba4d7d5ec8))
* **lang:** add nix language support
([#2956](https://github.com/LazyVim/LazyVim/issues/2956))
([9eae3e0](https://github.com/LazyVim/LazyVim/commit/9eae3e015aa5a90daa6880c2a7701900d21032a7))
* **lint:** added support for prepend_args to nvim-lint. Fixes
[#1887](https://github.com/LazyVim/LazyVim/issues/1887)
([4ab123f](https://github.com/LazyVim/LazyVim/commit/4ab123fb31344bde8512b2eb98f9ea09d8eb729b))
* **lsp:** simpler API to deal with code actions
([1bd4d2f](https://github.com/LazyVim/LazyVim/commit/1bd4d2fc723e18912b6ffa91390ec09aa4e242a3))
* **mini.files:** add cwd and vertical/horizontal keybindings to
mini.files ([#2695](https://github.com/LazyVim/LazyVim/issues/2695))
([393aa44](https://github.com/LazyVim/LazyVim/commit/393aa44e66f8496489221fd166ab32c3d834d9c6)),
closes [#2692](https://github.com/LazyVim/LazyVim/issues/2692)
* **nushell:** add minimal support
([#2416](https://github.com/LazyVim/LazyVim/issues/2416))
([4ef42b4](https://github.com/LazyVim/LazyVim/commit/4ef42b45785c53a17e55a69739fcd2aa75a8b091))
* **prettier:** the prettier extra now needs a prettier config file by
default. See docs to change this.
([8ceccd7](https://github.com/LazyVim/LazyVim/commit/8ceccd71e2fe211f68ec664063381dfd2706b96c))
* **treesitter:** add printf
([#2450](https://github.com/LazyVim/LazyVim/issues/2450))
([0a2f40c](https://github.com/LazyVim/LazyVim/commit/0a2f40c2fb844f9f191fd32736d3599d0dc3308d))
* **typescript:** open locations from lsp execute command with trouble
for vtsls
([a636bf2](https://github.com/LazyVim/LazyVim/commit/a636bf2022198ef9185d33067bb49cc5510237e7))
### Bug Fixes
* **angular:** re-fix angular html treesitter
([#3488](https://github.com/LazyVim/LazyVim/issues/3488))
([fd4c38b](https://github.com/LazyVim/LazyVim/commit/fd4c38bc2b2fcf81e6f871e60087022e6d7a23c7))
* **angular:** treesitter not enabled for angular templates
([#3469](https://github.com/LazyVim/LazyVim/issues/3469))
([24af74e](https://github.com/LazyVim/LazyVim/commit/24af74eed60bf2f02d963fd730b07e537cdf34dc))
* **git:** added recommended
([88db9c5](https://github.com/LazyVim/LazyVim/commit/88db9c5192b8bc8c55ff2d8d4452c533f0bc7280))
* **kotlin:** kotlin plugin messages and code maintain consistency
([#3291](https://github.com/LazyVim/LazyVim/issues/3291))
([2244af1](https://github.com/LazyVim/LazyVim/commit/2244af1a86e58f4e91d0b3a715736be789d2590d))
* **lualine:** don't override user's laststatus setting. See
[#3486](https://github.com/LazyVim/LazyVim/issues/3486)
([4d8d597](https://github.com/LazyVim/LazyVim/commit/4d8d597a3fa10c8138641ade4981a1ce81c45910))
* **svelte:** added organize imports and prettier
([#3466](https://github.com/LazyVim/LazyVim/issues/3466))
([e0a0123](https://github.com/LazyVim/LazyVim/commit/e0a0123b1869cbb910f28582d345ca0e6287eb55))
* **svelte:** disable prettier integration for svelte for now. See
[#3466](https://github.com/LazyVim/LazyVim/issues/3466)
([9a11623](https://github.com/LazyVim/LazyVim/commit/9a1162314f40ea20e9e8716631b8f99e010c04d2))
* **typecript:** remove dependency on `nvim-vtsls`. Not needed anymore
([cae2c22](https://github.com/LazyVim/LazyVim/commit/cae2c226b57dd3b17817bcd3a494c60b5ac50e9a))
* **ui:** remove extra space in extras ui
([#3481](https://github.com/LazyVim/LazyVim/issues/3481))
([2c2b6f2](https://github.com/LazyVim/LazyVim/commit/2c2b6f200cb98c026cac4e7e97330a850f39cae4))
* **which-key:** use new which-key support for native group keymaps
(nop)
([8010f50](https://github.com/LazyVim/LazyVim/commit/8010f50aa50333407fe6103de365c7d8942c219f))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-06-06 12:50:45 +02:00 |
|
github-actions[bot]
|
86811ad7aa
|
chore(build): auto-generate vimdoc
|
2024-06-06 04:10:32 +00:00 |
|
github-actions[bot]
|
61689ad543
|
chore(main): release 12.5.0 (#3444)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-06-05 19:58:44 +02:00 |
|
github-actions[bot]
|
90e68edfe7
|
chore(build): auto-generate vimdoc
|
2024-06-05 04:55:23 +00:00 |
|
github-actions[bot]
|
0c396e298a
|
chore(main): release 12.4.0 (#3422)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-06-04 08:49:37 +02:00 |
|
github-actions[bot]
|
2c6dbd9b89
|
chore(build): auto-generate vimdoc
|
2024-06-04 06:44:06 +00:00 |
|
github-actions[bot]
|
40df5896d5
|
chore(build): auto-generate vimdoc
|
2024-06-03 07:12:58 +00:00 |
|
github-actions[bot]
|
b289fea163
|
chore(main): release 12.3.0 (#3415)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-06-02 10:03:48 +02:00 |
|
github-actions[bot]
|
6ba62855e2
|
chore(build): auto-generate vimdoc
|
2024-06-02 07:35:29 +00:00 |
|
github-actions[bot]
|
2e9da7f41f
|
chore(main): release 12.2.0 (#3377)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-06-01 09:52:43 +02:00 |
|
github-actions[bot]
|
679c76a8f3
|
chore(build): auto-generate vimdoc
|
2024-06-01 06:34:09 +00:00 |
|
github-actions[bot]
|
7782affc90
|
chore(build): auto-generate vimdoc
|
2024-05-31 06:22:30 +00:00 |
|
github-actions[bot]
|
298a8f5c5d
|
chore(main): release 12.1.0 (#3362)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-30 14:55:03 +02:00 |
|
github-actions[bot]
|
2e5e46d9ff
|
chore(build): auto-generate vimdoc
|
2024-05-30 05:19:20 +00:00 |
|
github-actions[bot]
|
80143069ff
|
chore(main): release 12.0.0 (#3357)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-29 22:37:15 +02:00 |
|
github-actions[bot]
|
cf46d265ff
|
chore(build): auto-generate vimdoc
|
2024-05-29 12:46:34 +00:00 |
|
github-actions[bot]
|
0160851a25
|
chore(main): release 11.11.0 (#3351)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-28 23:04:16 +02:00 |
|
github-actions[bot]
|
97bdcc1c52
|
chore(main): release 11.10.0 (#3339)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-28 16:15:34 +02:00 |
|
github-actions[bot]
|
a3011c91d4
|
chore(build): auto-generate vimdoc
|
2024-05-28 05:40:04 +00:00 |
|
github-actions[bot]
|
505ce3851c
|
chore(main): release 11.9.0 (#3333)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-27 18:24:15 +02:00 |
|
github-actions[bot]
|
91fe7ef568
|
chore(main): release 11.8.0 (#3326)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-27 09:07:31 +02:00 |
|
github-actions[bot]
|
61dc00147b
|
chore(build): auto-generate vimdoc
|
2024-05-27 05:14:23 +00:00 |
|
github-actions[bot]
|
59204df1cb
|
chore(main): release 11.7.0 (#3317)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-26 17:04:15 +02:00 |
|
github-actions[bot]
|
945ee7e283
|
chore(build): auto-generate vimdoc
|
2024-05-26 08:11:46 +00:00 |
|
github-actions[bot]
|
0f6ff53ce3
|
chore(main): release 11.6.1 (#3292)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-23 17:41:03 +02:00 |
|
github-actions[bot]
|
c6e8c5b450
|
chore(main): release 11.6.0 (#3269)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-23 07:15:41 +02:00 |
|
github-actions[bot]
|
692aa08da7
|
chore(build): auto-generate vimdoc
|
2024-05-23 05:14:55 +00:00 |
|
github-actions[bot]
|
31f876cc4c
|
chore(build): auto-generate vimdoc
|
2024-05-22 17:37:04 +00:00 |
|
github-actions[bot]
|
3ebe30685d
|
chore(main): release 11.5.0 (#3265)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-21 22:28:15 +02:00 |
|
github-actions[bot]
|
d19a004136
|
chore(build): auto-generate vimdoc
|
2024-05-21 10:01:38 +00:00 |
|
github-actions[bot]
|
6aae99e76d
|
chore(main): release 11.4.1 (#3256)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-21 12:00:59 +02:00 |
|
github-actions[bot]
|
50626e3092
|
chore(main): release 11.4.0 (#3243)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-20 21:26:18 +02:00 |
|
github-actions[bot]
|
130d402759
|
chore(build): auto-generate vimdoc
|
2024-05-20 17:54:27 +00:00 |
|
github-actions[bot]
|
a72baa8295
|
chore(main): release 11.3.2 (#3232)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-19 19:46:44 +02:00 |
|
github-actions[bot]
|
74b7c9110e
|
chore(build): auto-generate vimdoc
|
2024-05-19 07:24:09 +00:00 |
|
github-actions[bot]
|
b0128b60bf
|
chore(main): release 11.3.1 (#3226)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-18 23:55:59 +02:00 |
|
github-actions[bot]
|
32cdfa5e26
|
chore(main): release 11.3.0 (#3221)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-18 23:30:40 +02:00 |
|
github-actions[bot]
|
9080959981
|
chore(main): release 11.2.0 (#3206)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-18 15:07:54 +02:00 |
|
github-actions[bot]
|
cf328429b1
|
chore(build): auto-generate vimdoc
|
2024-05-18 08:08:21 +00:00 |
|
github-actions[bot]
|
735f5905f8
|
chore(main): release 11.1.2 (#3198)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-17 15:53:23 +02:00 |
|
github-actions[bot]
|
c8b7912eb9
|
chore(main): release 11.1.1 (#3196)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-17 14:35:42 +02:00 |
|
github-actions[bot]
|
6aef1989bd
|
chore(main): release 11.1.0 (#3190)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-17 13:15:12 +02:00 |
|
github-actions[bot]
|
03653dbe35
|
chore(build): auto-generate vimdoc
|
2024-05-17 06:52:57 +00:00 |
|
github-actions[bot]
|
07923f3701
|
chore(main): release 11.0.1 (#3180)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-16 22:30:31 +02:00 |
|
github-actions[bot]
|
e7ee289c7f
|
chore(main): release 11.0.0
|
2024-05-16 21:27:45 +02:00 |
|
github-actions[bot]
|
97d7b2d262
|
chore(build): auto-generate vimdoc
|
2024-05-16 05:59:54 +00:00 |
|
github-actions[bot]
|
b601ade71c
|
chore(main): release 10.25.0 (#3147)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-15 18:12:55 +02:00 |
|
github-actions[bot]
|
1892ebad78
|
chore(build): auto-generate vimdoc
|
2024-05-15 06:49:36 +00:00 |
|
github-actions[bot]
|
cffed60fe4
|
chore(build): auto-generate vimdoc
|
2024-05-14 19:43:45 +00:00 |
|
github-actions[bot]
|
36b59b2608
|
chore(build): auto-generate vimdoc
|
2024-05-13 05:03:43 +00:00 |
|
github-actions[bot]
|
cfe87ba894
|
chore(main): release 10.24.0 (#3143)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-12 10:15:27 +02:00 |
|
github-actions[bot]
|
f7450a5236
|
chore(build): auto-generate vimdoc
|
2024-05-12 07:58:05 +00:00 |
|
github-actions[bot]
|
530e94a9fa
|
chore(main): release 10.23.0 (#3043)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-05-03 16:21:45 +02:00 |
|
github-actions[bot]
|
9d734c5ae2
|
chore(build): auto-generate vimdoc
|
2024-05-03 07:07:12 +00:00 |
|
github-actions[bot]
|
f086bcde25
|
chore(build): auto-generate vimdoc
|
2024-04-23 06:55:09 +00:00 |
|
github-actions[bot]
|
9b4675ddde
|
chore(main): release 10.22.0 (#3037)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-04-22 10:19:46 +02:00 |
|
github-actions[bot]
|
7834d77ada
|
chore(build): auto-generate vimdoc
|
2024-04-22 07:35:47 +00:00 |
|
github-actions[bot]
|
bb36f71b77
|
chore(build): auto-generate vimdoc
|
2024-04-11 15:24:29 +00:00 |
|
github-actions[bot]
|
5646ee5191
|
chore(main): release 10.21.1 (#2873)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-29 10:08:37 +01:00 |
|
github-actions[bot]
|
0af1fd82d7
|
chore(main): release 10.21.0 (#2870)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-29 08:19:18 +01:00 |
|
github-actions[bot]
|
3def2097ad
|
chore(build): auto-generate vimdoc
|
2024-03-29 06:28:38 +00:00 |
|
github-actions[bot]
|
20b2806a8f
|
chore(main): release 10.20.1 (#2869)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-28 23:57:49 +01:00 |
|
github-actions[bot]
|
b26be29330
|
chore(main): release 10.20.0 (#2849)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-28 23:51:31 +01:00 |
|
github-actions[bot]
|
dd54a29cc5
|
chore(build): auto-generate vimdoc
|
2024-03-28 20:33:40 +00:00 |
|
github-actions[bot]
|
c901640167
|
chore(main): release 10.19.0 (#2835)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-27 11:28:17 +01:00 |
|
github-actions[bot]
|
2a8bfccc3e
|
chore(build): auto-generate vimdoc
|
2024-03-27 07:57:14 +00:00 |
|
github-actions[bot]
|
1de90e7e4c
|
chore(main): release 10.18.0 (#2834)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-26 20:33:06 +01:00 |
|
github-actions[bot]
|
55c2527dfe
|
chore(main): release 10.17.3 (#2833)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-26 17:41:37 +01:00 |
|
github-actions[bot]
|
49a1afab53
|
chore(main): release 10.17.2 (#2831)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-26 15:30:56 +01:00 |
|
github-actions[bot]
|
20efdd44da
|
chore(main): release 10.17.1 (#2827)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-26 13:46:01 +01:00 |
|
github-actions[bot]
|
4796dba8f7
|
chore(main): release 10.17.0 (#2805)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-26 12:47:36 +01:00 |
|
github-actions[bot]
|
1d2cb7d8d1
|
chore(build): auto-generate vimdoc
|
2024-03-26 08:28:44 +00:00 |
|
github-actions[bot]
|
9e07a6615a
|
chore(build): auto-generate vimdoc
|
2024-03-23 07:15:37 +00:00 |
|
github-actions[bot]
|
c91982a8bc
|
chore(main): release 10.16.0 (#2791)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-22 10:33:16 +01:00 |
|
github-actions[bot]
|
7f333f006f
|
chore(build): auto-generate vimdoc
|
2024-03-22 06:18:48 +00:00 |
|
github-actions[bot]
|
70bc880330
|
chore(build): auto-generate vimdoc
|
2024-03-21 13:51:23 +00:00 |
|
github-actions[bot]
|
642bcf168b
|
chore(main): release 10.15.0 (#2790)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-20 17:19:56 +01:00 |
|
github-actions[bot]
|
f6db6054e3
|
chore(build): auto-generate vimdoc
|
2024-03-20 16:18:58 +00:00 |
|
github-actions[bot]
|
1432f318b6
|
chore(main): release 10.14.0 (#2741)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-19 22:44:49 +01:00 |
|
github-actions[bot]
|
b8c6d87825
|
chore(build): auto-generate vimdoc
|
2024-03-19 21:02:56 +00:00 |
|
github-actions[bot]
|
e1d39b624f
|
chore(build): auto-generate vimdoc
|
2024-03-18 10:24:36 +00:00 |
|
github-actions[bot]
|
864c58cae6
|
chore(build): auto-generate vimdoc
|
2024-03-15 17:02:05 +00:00 |
|
github-actions[bot]
|
0107a1079b
|
chore(main): release 10.13.0 (#2684)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-14 17:16:28 +01:00 |
|
github-actions[bot]
|
98c8226e21
|
chore(build): auto-generate vimdoc
|
2024-03-14 13:15:16 +00:00 |
|
github-actions[bot]
|
d2f7cb0462
|
chore(build): auto-generate vimdoc
|
2024-03-13 23:07:24 +00:00 |
|
github-actions[bot]
|
cca2e09149
|
chore(build): auto-generate vimdoc
|
2024-03-11 22:14:34 +00:00 |
|
github-actions[bot]
|
78e6405f90
|
chore(build): auto-generate vimdoc
|
2024-03-10 08:46:17 +00:00 |
|
github-actions[bot]
|
aa9fb1fd23
|
chore(build): auto-generate vimdoc
|
2024-03-09 08:00:17 +00:00 |
|
github-actions[bot]
|
e3bfcb9bf7
|
chore(main): release 10.12.1 (#2677)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-08 11:55:40 +01:00 |
|
github-actions[bot]
|
166942251d
|
chore(build): auto-generate vimdoc
|
2024-03-08 10:23:09 +00:00 |
|
github-actions[bot]
|
c0ad2209b6
|
chore(main): release 10.12.0 (#2667)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-07 20:45:12 +01:00 |
|
github-actions[bot]
|
5cabc2ff5b
|
chore(main): release 10.11.1 (#2664)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-03-07 19:04:38 +01:00 |
|