Releases: FieldofClay/hyprland-workspaces
Releases · FieldofClay/hyprland-workspaces
v2.0.4
What's Changed
- add on_screen property by @shobu13 in #40
- Bump flexi_logger from 0.29.5 to 0.29.6 by @dependabot in #43
- Bump serde_json from 1.0.132 to 1.0.133 by @dependabot in #42
- Bump serde from 1.0.214 to 1.0.215 by @dependabot in #41
New Contributors
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Bump flexi_logger from 0.28.5 to 0.29.5 by @dependabot in #37
- Bump serde_json from 1.0.121 to 1.0.132 by @dependabot in #39
- Bump serde from 1.0.204 to 1.0.214 by @dependabot in #38
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Bump serde_json from 1.0.116 to 1.0.121 by @dependabot in #29
- Bump serde from 1.0.199 to 1.0.204 by @dependabot in #28
- Bump log from 0.4.21 to 0.4.22 by @dependabot in #23
- Bump flexi_logger from 0.28.0 to 0.28.5 by @dependabot in #22
- Bump hyprland-rs to 0.4.0-alpha.3 by @FieldofClay in #33
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- fixes for new hyprland sock location by @FieldofClay in #15
- docs(README): add Nix installation instructions by @kiike in #16
- Bump serde_json from 1.0.115 to 1.0.116 by @dependabot in #17
- Bump serde from 1.0.197 to 1.0.199 by @dependabot in #18
New Contributors
Full Changelog: v2.0.0...v2.0.1
v2.0.1-beta
What's Changed
Initial work for hyprland-rs 0.4.0. Mainly fixes issue with new hyprland socket location.
- dev->main by @FieldofClay in #15
- docs(README): add Nix installation instructions by @kiike in #16
- Bump serde_json from 1.0.115 to 1.0.116 by @dependabot in #17
- Bump serde from 1.0.197 to 1.0.199 by @dependabot in #18
New Contributors
Full Changelog: v2.0.0...v2.0.1-beta
v2.0.0
***BREAKING CHANGES***
The functionality of the special argument '_' has changed. If you want the existing functionality this argument provided, pass 'ALL' instead.
Changes:
- Added new Advanced mode by calling '_', this outputs all workspaces wrapped in a monitors array.
- Added special argument 'ALL'. This is the same functionality as '_' from v1.x
- Added logging, logs appear under /tmp
- Stability improvments
- Updated hyprland-rs version
v2.0.0-beta
***BREAKING CHANGES***
The functionality of the special argument '_' has changed. If you want the existing functionality this argument provided, pass 'ALL' instead.
Changes:
- Added new Advanced mode by calling '_', this outputs all workspaces wrapped in a monitors array.
- Added special argument 'ALL'. This is the same functionality as '_' from v1.x
- Added logging, logs appear under /tmp
- Stability improvments
- Updated hyprland-rs version
v1.2.5
Revert "Added new workspace rename event listener" This reverts commit 4caa95c03a28f4624ca857ae22445f4032c83e77.
v1.2.4
Bump hyprland to 0.3.9
v1.2.3
Added new event listeners