File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.7 .0"
2
+ "." : " 4.8 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.8.0] ( https://github.com/folke/tokyonight.nvim/compare/v4.7.0...v4.8.0 ) (2024-07-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * added support for markdown.nvim ([ 71429c9] ( https://github.com/folke/tokyonight.nvim/commit/71429c97b7aeafecf333fa825a85eadb21426146 ) )
9
+ * ** extras:** add fuzzel theme ([ #611 ] ( https://github.com/folke/tokyonight.nvim/issues/611 ) ) ([ 7cd2a7e] ( https://github.com/folke/tokyonight.nvim/commit/7cd2a7e690515f695c396c4c765270259ef7b1f4 ) )
10
+ * grug-far ([ 8fb4f4d] ( https://github.com/folke/tokyonight.nvim/commit/8fb4f4d8c3f0b5a0c6e0d5bd192e6747b880abaa ) )
11
+ * inline code style for markdown.nvim ([ 65017b9] ( https://github.com/folke/tokyonight.nvim/commit/65017b9929491e908a589d63910f2569528855dd ) )
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * ** markdown.nvim:** link ([ 420cb9b] ( https://github.com/folke/tokyonight.nvim/commit/420cb9b777d319adf132ffe505414a0b38b432ff ) )
17
+
3
18
## [ 4.7.0] ( https://github.com/folke/tokyonight.nvim/compare/v4.6.0...v4.7.0 ) (2024-07-18)
4
19
5
20
Original file line number Diff line number Diff line change 1
1
local M = {}
2
2
3
- M .version = " 4.7 .0" -- x-release-please-version
3
+ M .version = " 4.8 .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