Releases: scottmckendry/cyberdream.nvim
v4.4.0
v4.3.0
v4.2.0
4.2.0 (2024-10-01)
Adds two new extras:
- Base16: initially created to support Stylix, but has other use cases too.
- Yazi: Terminal-based file manager.
Additionally, we've removed the "experimental" warning from the cache
option now it's stable and we intend to continue supporting the feature.
Features
v4.1.0
v4.0.0
4.0.0 (2024-08-17)
Contributors:
⚠ BREAKING CHANGES
- config: overrides no longer merge with defaults
Features
- extensions: add helpview.nvim (6ee2234), closes #122
- extensions: add neogit (#117) (31f31f2), closes #116
- extensions: more complete hls for gitsigns.nvim (abc44e4)
- extensions: support transparent fzflua window (1854b40), closes #120
Bug Fixes
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)