Skip to content

Latest commit

 

History

History
490 lines (256 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

490 lines (256 loc) · 12.1 KB

Change Log

Unreleased

  • no changes yet

0.14.4

0.14.3

0.14.2

  • Fixed: deflayer formatter no longer adds extra whitespace at end of line (#49)

0.14.1

0.14.0

  • New feature: when hovering over an item in deflayer, show corresponding key from defsrc (#46)
  • Fixed: include dash "-" in word pattern in language-configuration.json (#47)

0.13.22

0.13.21

0.13.20

0.13.19

  • Updated kanata to 900376b
  • Updated syntax highlighting spec to (81c8a32)

0.13.18

0.13.17

0.13.16

0.13.15

0.13.14

0.13.13

0.13.12

0.13.11

0.13.10

0.13.9

0.13.8

0.13.7

0.13.6

0.13.5

0.13.4

0.13.3

0.13.2

0.13.1

0.13.0

  • Fix formatter crash on deflayer block with <= 2 items
  • Fix rust-style strings syntax highlighting (#37)

0.12.8

0.12.7

0.12.6

0.12.5

0.12.4

0.12.3

0.12.2

0.12.1

0.12.0

  • Added go-to-definition and find-references features ([#32])[#32]
  • Updated kanata to 306e172

0.11.21

0.11.20

0.11.19

0.11.18

0.11.17

0.11.16

0.11.15

0.11.14

0.11.13

0.11.12

0.11.11

0.11.10

0.11.9

0.11.8

0.11.7

0.11.6

0.11.5

0.11.4

0.11.3

0.11.2

0.11.1

  • Updated kanata to 1835f06
  • Updated syntax highlighting spec up to (d92b40a)
  • Added support for deflocalkeys-winiov2

0.11.0

  • Gray-out inactive configuration items (such as deflocalkeys-*, defaliasenvcond, platform) (#30)
  • Updated kanata to d92b40a

0.10.3

0.10.2

0.10.1

0.10.0

  • Add a settings entry to allow specifying environment variables that parser should use. This adds support for defaliasenvcond (#24)
  • Updated kanata to 4f8972b
  • Fix crash when including file that doesn't exist (#25)

0.9.27

0.9.26

0.9.25

0.9.24

0.9.23

0.9.22

0.9.21

0.9.20

0.9.19

0.9.18

0.9.17

0.9.16

0.9.15

0.9.14

0.9.13

0.9.12

0.9.11

0.9.10

0.9.9

0.9.8

0.9.7

0.9.6

0.9.5

0.9.4

0.9.3

0.9.2

0.9.1

0.9.0

  • Fixed CRLF newlines in defsrc causing formatter to crash

0.8.4

0.8.3

0.8.2

0.8.1

0.8.0

  • Fixed formatter crash (#15)
  • Make formatter work within included files (#14)
  • Enable formatter by default

0.7.0

  • Added experimental support for formatting deflayers according to defsrc layout (disabled by default, can be enabled in settings)

0.6.3

0.6.2

0.6.1

0.6.0

  • Added a simple OS-based autodetection for localKeysVariant setting

0.5.6

0.5.5

0.5.4

0.5.3

0.5.2

0.5.1

0.5.0

  • Added macOS support (syntax highlighing for new keywords and localKeysVariant deflocal-keys-macos variant)
  • Updated kanata to 568a0c8

0.4.4

0.4.3

0.4.2

0.4.1

  • Fixed: cmd action no longer shows an error "cmd is not enabled" even if danger-enable-cmd is enabled (#8)

0.4.0

  • Fixed: Linux OsCode mapping are no longer used on Windows (#5)
  • Added item to command palette: Kanata: Set current file as main
  • Updated kanata to 54daa6b

0.3.0

  • Fixed: Unknown key in defsrc while it is defined in deflocalkeys (#3)
  • Updated kanata to ef23c68

0.2.0

  • Invalid deflocalkeys-win and deflocalkeys-wintercept blocks now properly report errors (#1)
  • Added missing syntax highlighting,
  • Added the same help text as kanata uses to inform users where to look for help,
  • Updated kanata submodule to 5dc3296

0.1.0

  • Added syntax highlighting.
  • Added parse errors checking.
  • Added support for includes.
  • Used kanata-parser version: 3ccbcd1