Skip to content

Releases: donovanglover/hyprdim

v3.0.0

18 Oct 00:17
3.0.0
3a51a13
Compare
Choose a tag to compare

A lot has changed since when I first wrote hyprdim. Special workspaces now function similar to actual workspaces and even include fullscreen windows, which simplifies the code base a bit.

Breaking Changes

  • Persist by default. hyprdim will always work and the --persist flag is no longer necessary. If you want to toggle hyprdim functionality, you should kill it instead of changing dim_inactive.
  • No dim when only by default. No reason to dim when there's only one window showing. Remove --no-dim-when-only from your config.
  • No-dim options for special workspaces have been removed. Remove --ignore-entering-special and --ignore-leaving-special from your config. If you want to not dim when toggling a special workspace, use a single window (or fullscreen one) on that workspace, or kill hyprdim in your Hyprland keybinds.
  • Dialog dim is now default. Set --dialog-dim to 0 to disable.

Full Changelog: 2.2.6...3.0.0

v2.2.6

09 Aug 18:08
2.2.6
46f7011
Compare
Choose a tag to compare

This release updates the hyprland-rs dependency for Hyprland v0.42.0 and above.

Full Changelog: 2.2.5...2.2.6

v2.2.5

05 May 17:39
2.2.5
8f28729
Compare
Choose a tag to compare

This release updates the hyprland-rs dependency for Hyprland v0.40.0 and above.

Full Changelog: 2.2.4...2.2.5

v2.2.4

09 Apr 01:01
2.2.4
5793ecb
Compare
Choose a tag to compare

This release updates the hyprland-rs dependency, fixing hyprdim for Hyprland v0.36.0 and above.

Full Changelog: 2.2.3...2.2.4

v2.2.3

12 Jan 11:30
2.2.3
216db19
Compare
Choose a tag to compare

This release prevents unknown events from being logged by hyprland-rs, useful for hyprland-autoname-workspaces users.

What's Changed

  • chore: prevent log flood when some event are send by @cyrinux in #55
  • chore(deps): Bump clap from 4.4.7 to 4.4.16 by @dependabot in #58
  • chore(deps): Bump serde from 1.0.190 to 1.0.195 by @dependabot in #56
  • chore(deps): Bump clap_complete from 4.4.4 to 4.4.6 by @dependabot in #53
  • chore(deps): Bump ctrlc from 3.4.1 to 3.4.2 by @dependabot in #49
  • chore(deps): Bump toml from 0.8.5 to 0.8.8 by @dependabot in #43

New Contributors

Full Changelog: 2.2.2...2.2.3

v2.2.2

29 Oct 22:30
2.2.2
84f4366
Compare
Choose a tag to compare

New Features

Full Changelog: 2.2.1...2.2.2

v2.2.1

14 Aug 03:24
2.2.1
19c6d59
Compare
Choose a tag to compare

This version fixes dim_strength not resetting when switching to a workspace with only one visible window with --no-dim-when-only enabled.

What's Changed

Full Changelog: 2.2.0...2.2.1

v2.2.0

13 Aug 21:03
2.2.0
e8a1049
Compare
Choose a tag to compare

This release features a new --dialog-dim flag that dims floating windows that have the same class. Additionally, hyprdim can now be started with hyprland.conf once more.

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

v2.1.0

v2.0.1

02 Aug 20:16
2.0.1
d6fd9fc
Compare
Choose a tag to compare

This version should function identically to 2.0.0, with the main difference being that unsafe blocks are no longer used.

Full Changelog: 2.0.0...2.0.1