Skip to content

Commit

Permalink
prepare 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Nov 16, 2023
1 parent a157a87 commit 1e5f2f8
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,22 @@ Check the [Getting started](https://github.com/hyprland-community/pyprland/wiki/

> [!note]
> **WIP: current `main` branch**
>
> - `scratchpads`: zero Hyprland configuration! (if `class` is provided)
> - no `hyprland.conf` rules needed
> - enables a perfect first display **IF `class` AND `size` ARE PROVIDED**
> - floating state will be set
> - only active if `animation` is enabled
>
> **Breaking change**
> - `scratchpads`: `class` doesn't automatically enable class matching anymore, add `class_match = true` to keep the same behavior if you are using it
> - `class` is still used "as is" to set the initial state of the client window
# 1.5.3
> - Nothing (yet)
# 1.6.0

- `scratchpads`: zero Hyprland configuration! (if `class` is provided)
- no `hyprland.conf` rules needed
- enables a perfect first display **IF `class` AND `size` ARE PROVIDED**
- floating state will be set
- only active if `animation` is enabled

**Breaking change**

- `scratchpads`: `class` doesn't automatically enable class matching anymore, add `class_match = true` to keep the same behavior if you are using it
- `class` is still used "as is" to set the initial state of the client window

## 1.5.3

- `scratchpads`: improve user feedback & general behavior in case a command fails to start
- add notifications when commands are failing
Expand Down

0 comments on commit 1e5f2f8

Please sign in to comment.