Skip to content

Releases: marcelohdez/dim

v0.3.0

10 Nov 02:02
a72845b
Compare
Choose a tag to compare

Quality of Life update !

New

  • Ability to use a configuration file by @marcelohdez in #4 and #5
  • Ability to ignore input with -p/--passthrough
  • Hide mouse pointer if surface is fully dimmed by @Elvyria in #9
  • Added manpages by @marcelohdez in #8
  • Generate completions with --gen-completions as it is no longer part of build.rs

Changes

  • Stopped stripping debug info from release binaries

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.2.2

06 Mar 21:11
d788ee7
Compare
Choose a tag to compare

dim is now available in a COPR!

For installation instructions see installing.

Packaging fixes

  • 0.2.2: Run cargo update to update lock file for building with --locked.
  • 0.2.1: Lower minimum clap_complete version for Fedora packaging.

0.2.0 Changelog

New

  • Touch support: tapping the screen should be detected by dim as user input.

Changes

  • Lower some minimum crate versions to ease packaging.

Fixes

  • Avoid unnecessary redraws
  • Other optimizations

Full Changelog: v0.1.0...v0.2.2

v0.1.0

24 Feb 01:24
7f2dfca
Compare
Choose a tag to compare

initial release