File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.2 .0"
2
+ "." : " 4.3 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.3.0] ( https://github.com/folke/tokyonight.nvim/compare/v4.2.0...v4.3.0 ) (2024-07-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * added vimwiki support. Closes [ #297 ] ( https://github.com/folke/tokyonight.nvim/issues/297 ) ([ 8850021] ( https://github.com/folke/tokyonight.nvim/commit/8850021bed1d8595581a5903fd03acacf0d12af5 ) )
9
+ * ** extra:** add aerc mail client theme ([ #502 ] ( https://github.com/folke/tokyonight.nvim/issues/502 ) ) ([ fe0a7a0] ( https://github.com/folke/tokyonight.nvim/commit/fe0a7a03d29c3b93efa9bdebba3d33fc2e7cc813 ) )
10
+ * ** extras:** add GNOME terminal ([ #489 ] ( https://github.com/folke/tokyonight.nvim/issues/489 ) ) ([ 8605183] ( https://github.com/folke/tokyonight.nvim/commit/8605183ab4c3cf3aeca7fac0db5f39d7c46cd865 ) )
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * ** vim:** sort attriutes ([ 0ded111] ( https://github.com/folke/tokyonight.nvim/commit/0ded111741c6b3e02bc913639fba6f87aed0a911 ) )
16
+
3
17
## [ 4.2.0] ( https://github.com/folke/tokyonight.nvim/compare/v4.1.3...v4.2.0 ) (2024-07-04)
4
18
5
19
Original file line number Diff line number Diff line change 1
1
local M = {}
2
2
3
- M .version = " 4.2 .0" -- x-release-please-version
3
+ M .version = " 4.3 .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