Skip to content

Releases: linrongbin16/colorbox.nvim

v1.12.0

08 Dec 05:41
062e671
Compare
Choose a tag to compare

1.12.0 (2023-12-08)

Features

  • command: add Colorbox command and provide reinstall option (b2a561b)
  • config: add cache_dir option (679bc2c)
  • controller: provide update option (#57) (c6338ff)
  • filter: add 'primary' filter (#21) (4c51455)
  • fixed interval: support fixed interval timing and policy (#59) (f0fcd55)
  • install: support 'reinstall' on Windows (#62) (9f00c7b)
  • install: use neovim branch for lifepillar/vim-solarized8 (#52) (b2a561b)
  • MPV done (4c51455)
  • policy: add 'by filetype' policy (#72) (2910a20)
  • policy: add 'single' policy (#70) (da537b4)
  • policy: add reverse_order policy (464f2d8)
  • policy: play in order (679bc2c)
  • update docs (#19) (0e7a564)
  • update: auto-update (#28) (a730726)

Bug Fixes

  • ci: fix action-create-tag v1 (#88) (3987942)
  • ci: fix infinite PR loop by please-release action (#82) (a984910)
  • ci: fix please-release action (#87) (1d93e3e)
  • ci: fix release-drafter (#83) (b4ffdb4)
  • ci: fix release-drafter config (#84) (77f8d17)
  • ci: revert luarocks CI and please-release (#99) (779f67d)
  • ci: use please-release v4, remove 'package-name' (#94) (c509f36)
  • filter: fix 'primary' filter (91e89c9)
  • install: fix NPE in first installation (#24) (2871108)
  • install: fix NPE while installation (#64) (3aa8c2d)

Performance Improvements

  • build: async run to avoid blocking (#46) (814a927)
  • build: improve git submodules installation speed (#50) (18ce09e)
  • ci: reduce to weekly run (#30) (f4f7603)
  • ci: upload luarocks (#77) (b6c7f59)
  • ci: upload luarocks (#91) (55be084)
  • collector: improve colorschemes list (#66) (3c4060c)
  • colorschemes: improve COLORSCHEMES list (#71) (5211c28)
  • config: by default only enable 'primary' colors (3c4060c)
  • init: improve speed via build index when initializing (#37) (8782111)
  • install: optimize install logs (#41) (679bc2c)
  • install: optimize log message (#75) (1ddde8c)
  • load: improve loading data speed (9e835a5)
  • policy: remove 'name' from fixed interval policy (#68) (759d524)
  • refactor: improve code structure (#33) (9e835a5)
  • shuffle: better bitwise xor for random integer (#44) (464f2d8)

Reverts

v1.9.1

07 Dec 09:36
8ab8f75
Compare
Choose a tag to compare

1.9.1 (2023-12-07)

Performance Improvements

v1.9.0

07 Dec 08:07
47e1fc8
Compare
Choose a tag to compare

1.9.0 (2023-12-07)

Features

  • policy: add 'by filetype' policy (#72) (2910a20)

v1.8.0

07 Dec 07:03
7c58dba
Compare
Choose a tag to compare

1.8.0 (2023-12-07)

Features

Performance Improvements

  • collector: improve colorschemes list (#66) (3c4060c)
  • colorschemes: improve COLORSCHEMES list (#71) (5211c28)
  • config: by default only enable 'primary' colors (3c4060c)
  • policy: remove 'name' from fixed interval policy (#68) (759d524)

v1.7.1

28 Nov 09:33
2c312d1
Compare
Choose a tag to compare

1.7.1 (2023-11-28)

Bug Fixes

  • install: fix NPE while installation (#64) (3aa8c2d)

v1.7.0

24 Nov 15:10
1454805
Compare
Choose a tag to compare

1.7.0 (2023-11-24)

Features

  • install: support 'reinstall' on Windows (#62) (9f00c7b)

Bug Fixes

  • filter: fix 'primary' filter (91e89c9)

v1.6.0

24 Nov 07:23
171c481
Compare
Choose a tag to compare

1.6.0 (2023-11-24)

Features

  • fixed interval: support fixed interval timing and policy (#59) (f0fcd55)

v1.5.0

24 Nov 03:12
1576651
Compare
Choose a tag to compare

1.5.0 (2023-11-24)

Features

  • controller: provide update option (#57) (c6338ff)

v1.4.0

23 Nov 07:10
b187d9e
Compare
Choose a tag to compare

1.4.0 (2023-11-23)

Features

  • command: add Colorbox command and provide reinstall option (b2a561b)
  • install: use neovim branch for lifepillar/vim-solarized8 (#52) (b2a561b)

v1.3.1

23 Nov 04:02
2798015
Compare
Choose a tag to compare

1.3.1 (2023-11-23)

Performance Improvements

  • build: async run to avoid blocking (#46) (814a927)
  • build: improve git submodules installation speed (#50) (18ce09e)