Skip to content

Releases: MrMarble/zmk-viewer

v2.0.0

01 May 16:17
05554bb
Compare
Choose a tag to compare

Changelog

Bug fixes

Others

v1.6.0

26 Mar 11:47
2684779
Compare
Choose a tag to compare

Changelog

Features

  • f7d96b1 feat(parser): add optional display-name to layer (#20)

Bug fixes

Others

v1.5.0

29 Jan 22:16
Compare
Choose a tag to compare

Changelog

Features

  • ee0ea79 feat: print version on every command

Bug fixes

  • d93fdae fix(image): calculate height
  • cfd0924 fix(infojson): allow fetching revisions

v1.4.0

16 Jan 00:13
Compare
Choose a tag to compare

Changelog

Features

  • 523d38d feat: add argument to parse key code
  • 2dd917f feat: add cmd to generate single image with all layouts
  • f386997 feat: add cmd to generate unified image
  • bc1535d feat: add shadow to keys
  • 30a25d3 feat: use firacode font
  • 06d4842 feat: use symbols

Others

v1.3.0

15 Jan 09:20
Compare
Choose a tag to compare

Changelog

Features

  • 640fa66 feat: add ability use local info.json file (#9)

Others

v1.2.0

08 May 10:43
Compare
Choose a tag to compare

Changelog

Features

  • 73307a8 feat(cli): add version command

Bug fixes

  • 1a05be7 fix(generate): sanitize keyboard name
  • dcfa0e7 fix(layout): generate an image for each layout

Others

  • 64b7152 Merge pull request #8 from MrMarble/feature/install-guide
  • 5d28314 chore: add install script
  • f1d6c4c docs(README): add installation instructions

v1.1.0

25 Apr 15:34
9f929a9
Compare
Choose a tag to compare

Changelog

Features

  • 9f929a9 feat(keymap): add support for sensor bindings
  • 5d48f69 feat(parser): add enbf command for debugging
  • 5720579 feat(parser): support key combinations

Bug fixes

  • cd1cb45 fix(output): use join to create path
  • c67b1ea fix(parser): support modifier config

Others

  • 423e28d Add sensor-bindings support, also optional fields
  • b225e25 build(goreleaser): add groupts to changelog
  • e9f0465 chore(parser): update import to v2
  • 0150174 chore(participle): update to v2
  • 0d5039f chore: add docker file
  • ef01ec9 docs(readme): fix image name
  • c73dc62 ignore line length for mock keymap in tests

v1.0.0

25 Jan 20:44
Compare
Choose a tag to compare

Changelog

  • 72f6a0f build(lint): add lll linter
  • fd432fc build: add task config file
  • 29bb096 doc(readme): add description and examples
  • c134303 doc: update usage
  • 66ee46b feat: add support for keys with different height
  • 1b679b4 fix: some layouts were out of image
  • 37ca158 refactor!: simplify code
  • 1d33b19 refactor: rename to zmk-viewer
  • 179f2e5 style: apply fumpt
  • 19075a8 style: fix lint errors

v0.1.0

25 Jan 08:01
Compare
Choose a tag to compare

Changelog

  • a035d17 chore: initial commit
  • 69de49b ci(lint): create golangci-lint workflow
  • cf00b54 ci(release): add goreleaser workflow
  • c102506 ci(vuln): add workflow for vulnerability scanner
  • 8c50488 feat: add transparent background option
  • fee7db2 test(layout): fix lint errors