Skip to content

Releases: srithon/kmonadx

v0.4.0

01 Jun 04:40
Compare
Choose a tag to compare
  • Refactored diagnostic module to be more usable as a library

Included Changes

I only just set up GitHub actions properly, so these two older versions didn't end up getting their own releases.

0.3.6

  • Fix buttons not being able to be overriden more than once in multi-inheritance
    • In the following example, x would be incorrectly bound to y in foo
[a]
[[keys]]
x = 'x'

[b]
[[keys]]
x = 'y'

[c]
[[keys]]
x = 'z'

[foo]
parent = { a, b, c }

0.3.5

  • Allow layer references in constants (button = (cmd-button "/bin/bash $layer:my-argument"))

v0.3.4

18 Oct 20:02
67f465f
Compare
Choose a tag to compare

See CHANGELOG.md for changes.
Apart from technicals, greatly updated documentation.

v0.3.2

25 Mar 01:30
Compare
Choose a tag to compare

See CHANGELOG.md for changes.

v0.3.1

13 Jan 20:52
9aa0f53
Compare
Choose a tag to compare

This is the first release suitable for use. See the CHANGELOG for recent changes, and the functional tutorial for usage.