Skip to content

Releases: scottmckendry/cyberdream.nvim

v4.4.0

08 Nov 18:52
dd6b502
Compare
Choose a tag to compare

4.4.0 (2024-11-08)

Features

Bug Fixes

  • extras: contrast in counter status component (6985950)
  • use different highlight for active window winbar (358f6bf)

v4.3.0

16 Oct 05:47
a867351
Compare
Choose a tag to compare

4.3.0 (2024-10-16)

Features

Bug Fixes

  • extras: color name typo in warp template (1b1037f)

v4.2.0

01 Oct 22:28
0b80873
Compare
Choose a tag to compare

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

29 Aug 07:41
10d79f3
Compare
Choose a tag to compare

4.1.0 (2024-08-29)

Thanks to @zackAJ and @byt3m4st3r for your contributions to this release!

Features

  • extensions: update markview.nvim highlight groups (4f40270), closes #127
  • extras: add lsd theme (dc99ecf)
  • extras: update zed windows and search highlights (6689105)

Bug Fixes

  • extensions: show Telescope results title (#125) (11ef74a)
  • extras: fix json syntax error in tilix (#132) (acdfdec)
  • telescope: 'flat' style look closer to readme screenshots (a36ef6f)
  • telescope: fix headings for default style and remove duplicate properties (fadfa8e)

v4.0.0

17 Aug 21:36
0d70d12
Compare
Choose a tag to compare

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

  • config: overrides no longer merge with defaults (458f1ed)
  • extensions: remove redundant underline property from helpview links (9454c83)

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)