Skip to content

Releases: scottmckendry/cyberdream.nvim

v3.8.0

06 Aug 19:08
4429874
Compare
Choose a tag to compare

3.8.0 (2024-08-06)

Thanks to our wonderful contributors for helping with this release!

Features

  • cache: auto-generate cache on first load (68d7298)
  • extras: add vivid extra (#113) (2f45a94)

Bug Fixes

  • ci: use built in token for label removal (0669430)
  • config: consistent hl type in overrides function and table (8550789)
  • extras-rio: Fix dimmed and light colors for light theme (0c277c0)
  • extras: kitty base16 correction on brights (color8) (#110) (6f91fff)

Performance Improvements

  • cache: use JSON encoding for cached theme (bca6544)

v3.7.0

27 Jul 02:33
f455136
Compare
Choose a tag to compare

3.7.0 (2024-07-27)

Features

  • cache: add experimental cache option to improve load times (462f2ca)
  • extensions: migrate treesitter config to an extensions (11b9eca)
  • extras: add rio terminal (02b29be)
  • highlight undercurl only for spell groups (0db72c2), closes #103

v3.6.0

23 Jul 20:09
fb68c91
Compare
Choose a tag to compare

3.6.0 (2024-07-23)

Features

  • extensions: add grug-far.nvim (916102a)
  • extensions: add markdown.nvim (ba25d43)
  • extras: zed - add cursor color and change active line bg (#101) (2208cfe)

Bug Fixes

  • markdown: add missing H6 highlight (7d658e7)

v3.5.0

18 Jul 19:27
bf0dfaa
Compare
Choose a tag to compare

3.5.0 (2024-07-18)

A few new features for 3.5.0! Thanks to @byt3m4st3r, we have now ported Cyberdream to the Zed editor.
We've also added two new extensions and a few other small changes.

Thanks everyone for supporting the project. We just hit 500 stars!

Features

  • extensions: add hop.nvim (70470cb)
  • extensions: add markview.nvim (958ad23)
  • extensions: improve bg contrast for markview.nvim headings (d96290a)
  • extras: add zed editor theme (7d75ae8)
  • palette: remove mostly unused 'lightgrey' color (b3125d5)

Bug Fixes

  • base: improve distinction between builtin and defintion types (b36e661), closes #96
  • ci: skip doc push step on pull requests (cdfab47)
  • extensions: correctly name mixed leap/gitsigns extensions (b91d2b1)
  • extras: Add modified, warning and error colors to zed theme (#98) (2b52b8b)

v3.4.0

06 Jul 03:40
8f0798d
Compare
Choose a tag to compare

3.4.0 (2024-07-06)

Another release for my cyberdream.nvim friends! This one has some improvements to CI and overall Dev Experience. Special thanks to @folke for the "dev mode" (ported from tokyonight.nvim).

We've also added support for a few new plugins - thanks @idelice for your ongoing support of the project and for driving a lot of new features!

Lastly, big thanks to our new contributors 💚:

Features

  • dx: port folke's "dev mode" from tokyonight (1abba18)
  • extensions: add gitpad.nvim (#88) (6bcfdd6)
  • extensions: add kubectl.nvim (#88) (9820cc3)
  • extensions: add trouble.nvim (#88) (b23ea93)

Bug Fixes

  • ci: ignore selene warning for .lazy.lua (0d9bcca)
  • config: typo in extension type definition (#90) (d118d45)
  • use bg instead of fg for diff highlight groups (852cede)

Performance Improvements

  • ci: use pre-compiled selene (e8608c3)

v3.3.0

29 Jun 02:08
082e9cd
Compare
Choose a tag to compare

3.3.0 (2024-06-29)

This release is mainly focused on support for toggleable extensions. This allows users to turn off highlights where defaults are preferred or disable plugins they don't use.

It also includes explicit support for mini.nvim - special thanks to @echasnovski for personally implementing!

Features

  • add support for toggleable extensions (#82) (07d5a85)
  • extensions: add alpha, cmp, dashboard, grapple (6af8320)
  • extensions: add explicit full 'mini.nvim' support (#86) (63a4dbe)
  • extensions: borderless fzf-lua theme (ba05f56), closes #81
  • extensions: migrate remaining theme plugins to extensions (ad8ad48)

Bug Fixes

  • mini: use solid color where bg is used as fg (3d8ee41)
  • missing Added and Removed groups (8e5bf0b)
  • visual mode contrast (e5b5f34)

v3.2.0

18 Jun 07:30
db76342
Compare
Choose a tag to compare

3.2.0 (2024-06-17)

Features

  • markup: improve first look readability/distinction (#77) (8546564)

Bug Fixes

  • attempted blend on transparent color after mode toggle (c326f93)

v3.1.0

15 Jun 02:59
2db8a95
Compare
Choose a tag to compare

3.1.0 (2024-06-15)

Big feature release! Huge thanks to @AlejandroSuero for working on all of these PRs! See the individual PRs for demos of each new feature 🚀

Features

  • add highlight override function to config opts (#70) (344db87)
  • ci: developer experience improvements (#71) (b7c5f5b)
  • ci: run ci checks on pull requests (9d0662e)
  • highlights: improved NonText readability (#74) (aec0467)
  • telescope: add nvchad borderless telescope style (#75) (c1085d7)
  • use more distinct colors for variable types (#73) (e668b02)

Bug Fixes

  • blended transparent color cuasing error (99746e8)

v3.0.0

13 Jun 19:45
926e963
Compare
Choose a tag to compare

And just like that, we have our second breaking change! This one un-breaks the previous breaking change. Apologies to anyone who has already updated their config!

I've updated the readme and vim doc with the new preferred way of setting the lualine theme. Configs working pre-v2 should now work on v3. Hindsight is a wonderful thing!

3.0.0 (2024-06-13)

⚠ BREAKING CHANGES

  • un-break previous breaking change 💩

Bug Fixes

  • un-break previous breaking change 💩 (78b6bc0)

v2.0.0

12 Jun 20:03
1028765
Compare
Choose a tag to compare

2.0.0 (2024-06-12)

First breaking change for cyberdream.nvim - this one will impact anyone using the lualine theme. See #65 for how to update your config to account for the change.

⚠ BREAKING CHANGES

  • theme toggling highlighting issues (#66)

Bug Fixes

  • check colorscheme setting before executing update autocmd (1801de8)
  • theme toggling highlighting issues (#66) (943ba0a)