mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
Merge pull request #32 from maxmx03/release-please--branches--main--components--release-please-action
chore(main): release 1.0.0
This commit is contained in:
commit
f65eb1c95d
32
CHANGELOG.md
Normal file
32
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.0 (2023-06-29)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* The highlight and colors callbacks now accept only two parameters, colors and colorhelper table.
|
||||
|
||||
### Features
|
||||
|
||||
* Add support for nvim-notify in colorscheme ([221eb6b](https://github.com/maxmx03/solarized.nvim/commit/221eb6b54533fbeb2bf88daa4b521ecd4d2b4fe4))
|
||||
* Add support for packer.nvim in colorscheme ([55cbf08](https://github.com/maxmx03/solarized.nvim/commit/55cbf080cc611b83a101d179cd6fb0619036ec35))
|
||||
* lazy ([4443451](https://github.com/maxmx03/solarized.nvim/commit/4443451e6fda256363dd3031654d565f2116a544))
|
||||
* lazy, packer hl groups ([5f155d9](https://github.com/maxmx03/solarized.nvim/commit/5f155d9991c23690e615e6c1e1484547ce2e697e))
|
||||
* neorg hl ([b4dbaaa](https://github.com/maxmx03/solarized.nvim/commit/b4dbaaa35457e6d824c9d5334c17596d4995d009))
|
||||
* vim-sneak ([84bfe3b](https://github.com/maxmx03/solarized.nvim/commit/84bfe3b44cfecb00d4bf45809cab7b0f48791cae))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* base03 color ([9567554](https://github.com/maxmx03/solarized.nvim/commit/95675548f7ed9d615e38c9ea747ddb91d559fec3))
|
||||
* check if neovim is nightly to load advanced hl ([0963ad8](https://github.com/maxmx03/solarized.nvim/commit/0963ad836bbf038fe774b7fa21a7f7b49daee916))
|
||||
* color search,visual,telescope,winseparator ([ce004ce](https://github.com/maxmx03/solarized.nvim/commit/ce004ce2905b8b59f2068069fb3fccc7475d491d))
|
||||
* invalid color ([67ce0bb](https://github.com/maxmx03/solarized.nvim/commit/67ce0bb2c31d811ed83cb5d23b179be55dd9d263))
|
||||
* neovim - signcolumn bg ([7357e0e](https://github.com/maxmx03/solarized.nvim/commit/7357e0e366c8360f90bb43a3ead9d7744e65de04))
|
||||
* vscode_theme ([b6cd0ff](https://github.com/maxmx03/solarized.nvim/commit/b6cd0ffc4667a10fa704ffa053066f5253d1f349))
|
||||
|
||||
|
||||
### Code Refactoring
|
||||
|
||||
* Update Solarized Theme ([f076342](https://github.com/maxmx03/solarized.nvim/commit/f0763424b368ae7878d5aef33f5d1487c8fd2133))
|
||||
Loading…
Reference in a new issue