Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@tmillr tmillr released this 05 Aug 11:04
· 8 commits to main since this release
v1.1.2
8db454e

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 the interactive module 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 a Color inst silently caused a bug)
  • Fixed unable to override/customize spec (#359)
  • Fixed winhl gets clobbered when set

Note

This release is getting published as v1.1.2 and not v1.1.1 because the v1.1.1 tag was created prematurely on accident (apparently hitting enter from 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: v1.1.0...v1.1.2