-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f7345bd
commit c0dff93
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
|
||
## [2.1.0](https://github.com/EdenEast/nightfox.nvim/compare/v2.0.0...v2.1.0) (2022-12-27) | ||
|
||
|
||
### Features | ||
|
||
* **compiler:** write compile lua file if debug set ([f32eef4](https://github.com/EdenEast/nightfox.nvim/commit/f32eef468a98e73d5a87daa8db873dd1a94e021e)) | ||
* **module:** add signify support ([#279](https://github.com/EdenEast/nightfox.nvim/issues/279)) ([07174bf](https://github.com/EdenEast/nightfox.nvim/commit/07174bfe0ad15a4c25ef908872904edb09069e94)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **log:** agnostic log with vim.notify ([b4aa477](https://github.com/EdenEast/nightfox.nvim/commit/b4aa4774fd9bdfa9ce64a0461ad75ea8dd7cc557)) | ||
* **treesitter:** correct yaml field ([#276](https://github.com/EdenEast/nightfox.nvim/issues/276)) ([d2e0888](https://github.com/EdenEast/nightfox.nvim/commit/d2e088812abba833d1e94f9fd1eea476cfda6a1f)) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* **setup:** cache only opt table passed to setup ([ae5df67](https://github.com/EdenEast/nightfox.nvim/commit/ae5df67b091b8c0198975e6d776e65e36c92c09e)) |