github selfcustody/krux-installer v0.0.22

pre-release10 hours ago

What's Changed

New Features

Bug Fixes

  • Fix ESC button killing application and red circles appearing on non-primary mouse clicks by @joaozinhom in #211
  • Fix build issues by @joaozinhom in #210
  • Fix Artix Linux compatibility by @joaozinhom in #220
  • Replace deprecated typing.re with typing.Pattern by @qlrd in #189

Improvements

CI / Tooling

  • Add conventional commits enforcement by @qlrd in #190
  • Comment out unsupported pylint suggestion-mode option by @qlrd in #191

Dependency Updates

Contributors

How to verify

This release was signed by two contributors. To download their keys:

gpg --recv-keys 1075CD908D8BD3100D1D6A2C66CE71FD488A501C 39163CE12ADCDC208095959B2FDC1C998EC79D5D

Now you can download krux-installer.SHA256.txt and krux-installer.SHA256.txt.sig, then verify:

$>  gpg --verify krux-installer.SHA256.txt.sig
gpg: assuming signed data in 'krux-installer.SHA256.txt'
gpg: Signature made <date>
gpg:                using RSA key 9CF8913E96F77C9D5F9904894564F31570AB758D
gpg: Good signature from "qlrddev <qlrddev@proton.me>" [unknown]
Primary key fingerprint: 1075 CD90 8D8B D310 0D1D  6A2C 66CE 71FD 488A 501C
     Subkey fingerprint: 9CF8 913E 96F7 7C9D 5F99  0489 4564 F315 70AB 758D
gpg: Signature made <date>
gpg:                using EDDSA key 5C647FF38B5EAED8CDA90DEF589DB57B2A5C83F6
gpg: Good signature from "joaozinho (42) <joaomcr@proton.me>" [unknown]
Primary key fingerprint: 3916 3CE1 2ADC DC20 8095  959B 2FDC 1C99 8EC7 9D5D
     Subkey fingerprint: 5C64 7FF3 8B5E AED8 CDA9  0DEF 589D B57B 2A5C 83F6

Note: If you see a warning like the one below, this is normal and expected.
It simply means you haven't marked the signer's key as trusted in your local
GPG keyring — it does not mean the signature is invalid.

gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.

Then you can check the integrity:

sha256sum --check krux_installer-0.0.22.SHA256.txt

You should see OK for you OS.

Have fun!

Full Changelog: v0.0.21...v0.0.22

Special Thanks

Don't miss a new krux-installer release

NewReleases is sending notifications on new releases.