| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-08-05 | 1.3 kB | |
| v1.1.2 source code.tar.gz | 2024-08-05 | 106.4 kB | |
| v1.1.2 source code.zip | 2024-08-05 | 196.1 kB | |
| Totals: 3 Items | 303.8 kB | 0 | |
This release contains a crucial hotfix for a bug that prevented the ability to override specs in any way (see [#359]).
What's New?
- Added static/class function
Color.is_Color()for detecting Color instances - Added
live_colors()to theinteractivemodule to assist internal development (debugging, color picking)
Highlight Improvements
- JSON: keys
- Lua: keys (in table literals and type annotations)
Changes
- Moved/migrated
plugin/*.vim->plugin/*.lua
Issues Fix
- Made
Color()constructor idempotent (previously, passing aColorinst silently caused a bug) - Fixed unable to override/customize spec (#359)
- Fixed
winhlgets clobbered when set
[!NOTE] This release is getting published as
v1.1.2and notv1.1.1because thev1.1.1tag was created prematurely on accident (apparently hittingenterfrom the release creation page is all that is needed to publish a draft and push a tag). That tag was up for ~1 minute and has since been deleted. Just to be safe, and following git's recommendations, this release will be tagged with a fresh, new tag:v1.1.2.
Full Changelog: https://github.com/projekt0n/github-nvim-theme/compare/v1.1.0...v1.1.2