Skip to content

Minor update, small fixes

Latest
Compare
Choose a tag to compare
@mzero mzero released this 31 Dec 22:13

Improvement:

  • Partial matches are now case-insensitive, in both rules and on the command line

Fixes:

  • Fix issues with building on newer systems with libfmt 11
  • Fixed display bugs on older systems with libfmt 5
  • Fix build on older systems with gcc 8

The .deb files below were built for some common OS configurations:

  • midiminder_1.0.1-1_bookworm_amd64.deb for Debian 12 based OSes, built for x86-64
  • midiminder_1.0.1-1_bookworm_arm64.deb for Debian 12 based OSes, built for arm 64bit, works for RaspberryPi OS 64bit & Patchbox OS
  • midiminder_1.0.1-1_bookworm_armhf.deb for Debian 12 based OSes, built for arm 32bit, works for RaspberryPi OS 32bit
  • midiminder_1.0.1-1_bullseye_armhf.deb for Debian 11 based OSes, built for arm 32bit, works for older RaspberryPi OS 32bit & Patchbox OS
  • midiminder_1.0.1-1_buster_armhf.deb for Debian 10 based OSes, built for arm 32bit, works for much older RaspberryPi OS 32bit & Patchbox OS

You can see what Debian version your OS is derived from (if any) with:

cat /etc/debian_version || echo not Debian derived