File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.6 .0"
2
+ "." : " 4.7 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.7.0] ( https://github.com/folke/tokyonight.nvim/compare/v4.6.0...v4.7.0 ) (2024-07-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * added support for grug-far.nvim ([ 5e337dd] ( https://github.com/folke/tokyonight.nvim/commit/5e337ddb8f957953b6efb9a224fd74038bd2228c ) )
9
+ * ** extras:** add process-compose extra ([ #606 ] ( https://github.com/folke/tokyonight.nvim/issues/606 ) ) ([ 0804670] ( https://github.com/folke/tokyonight.nvim/commit/08046705ba488f903e7ef3e823ccacc5775e1483 ) )
10
+ * ** extras:** add Vimium theme ([ #607 ] ( https://github.com/folke/tokyonight.nvim/issues/607 ) ) ([ 2603e00] ( https://github.com/folke/tokyonight.nvim/commit/2603e006ebdc4df5dc80f38d45fcb01fd4af06fe ) )
11
+
3
12
## [ 4.6.0] ( https://github.com/folke/tokyonight.nvim/compare/v4.5.0...v4.6.0 ) (2024-07-15)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
local M = {}
2
2
3
- M .version = " 4.6 .0" -- x-release-please-version
3
+ M .version = " 4.7 .0" -- x-release-please-version
4
4
5
5
--- @class tokyonight.Config
6
6
--- @field on_colors fun ( colors : ColorScheme )
You can’t perform that action at this time.
0 commit comments