Releases: marcelohdez/dim
Releases · marcelohdez/dim
v0.3.0
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 ofbuild.rs
Changes
- Stopped stripping debug info from release binaries
New Contributors
Full Changelog: v0.2.2...v0.3.0
v0.2.2
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