Releases: scottmckendry/cyberdream.nvim
v3.8.0
3.8.0 (2024-08-06)
Thanks to our wonderful contributors for helping with this release!
Features
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
v3.6.0
v3.5.0
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
v3.4.0
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
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
v3.2.0
v3.1.0
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
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)