Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 3.0.0 #475

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 19, 2024

🤖 I have created a release beep boop

3.0.0 (2024-01-20)

⚠ BREAKING CHANGES

  • added support for treesitter 0.9.2. Eearlier TS versions are no longer supported.
  • add treesitter default groups to theme
  • remove compat with old treesitter group names from over a year ago

Features

  • added support for treesitter 0.9.2. Eearlier TS versions are no longer supported. (18d46ae)
  • changed alacritty .yml to .toml (#450) (ffc7505)
  • extras: add fzf colors (#464) (75c60d5)
  • wezterm: add color for scrollbar (#470) (5b2d7ab)

Bug Fixes

  • add treesitter default groups to theme (bddedb1)
  • helix: fixed helix theme with new TS groups (2e00d06)
  • remove compat with old treesitter group names from over a year ago (66cfdc1)
  • theme: added support for WinBar and WinBarNC. Fixes #466 (29b7960)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--tokyonight.nvim branch from 433b217 to 937031e Compare January 19, 2024 15:45
@github-actions github-actions bot changed the title chore(main): release 2.9.1 chore(main): release 3.0.0 Jan 20, 2024
@github-actions github-actions bot force-pushed the release-please--branches--main--components--tokyonight.nvim branch 3 times, most recently from ba286ad to 087a2ab Compare January 20, 2024 11:17
@github-actions github-actions bot force-pushed the release-please--branches--main--components--tokyonight.nvim branch from 087a2ab to 4b72f66 Compare January 20, 2024 11:19
@folke folke merged commit 5c74eb7 into main Jan 20, 2024
Copy link
Contributor Author

🤖 Release is at https://github.com/folke/tokyonight.nvim/releases/tag/v3.0.0 🌻

@wookayin
Copy link

wookayin commented Jan 20, 2024

Thanks @folke for quickly updating the colorscheme!

Just to clarify, nvim-treesitter v0.9.2 is the last version with the legacy highlight capture groups -- i.e. not including the recent breaking change. You probably meant supporting nvim-treesitter master (which will be tagged as 0.10.x or something before migrating to v1.0).

@folke
Copy link
Owner

folke commented Jan 20, 2024

@wookayin right!

patnr added a commit to patnr/tokyonight.nvim that referenced this pull request Mar 5, 2024
* up-main: (29 commits)
  chore(build): auto-generate vimdoc
  chore(build): auto-generate extras
  fix(treesitter): correctly link up delimiters again
  chore(build): auto-generate vimdoc
  chore(build): auto-generate extras
  fix: re-add `@punctuation.special` (folke#484)
  chore(main): release 3.0.1 (folke#479)
  chore(build): auto-generate extras
  fix(treesitter): defaults for @namespace.builtin
  chore(build): auto-generate vimdoc
  chore(build): auto-generate extras
  fix(treesitter): consolidate notes
  chore(main): release 3.0.0 (folke#475)
  chore(build): auto-generate extras
  feat(wezterm): add color for scrollbar (folke#470)
  feat: changed alacritty .yml to .toml (folke#450)
  chore(build): auto-generate vimdoc
  chore(build): auto-generate extras
  feat(extras): add fzf colors (folke#464)
  chore(build): auto-generate extras
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Is there any plan to solve winbar highlight problem from neovim upstream?
2 participants