version 0.52 breaks config despite no relevant breaking changes #12480
Replies: 2 comments 3 replies
|
Please follow this GitHub issue for when breaking changes are made to master. This specific change hasn't made it into a release yet, so I'm assuming you're using the latest git from the flake instead. Here's my set of updated syntax window rules so you can have a point of reference if and when you update them |
3 replies
|
you are not on 0.52 thats the reason |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I just updated to v0.52 and get these config errors now:
i can see windowrulev2 was depracated in v0.48, but it doesnt say anywhere its been removed yet, which would be a breaking change. also the depracation never generated any warnings so i was not aware of the depracation until now.
With the layerrules i have no clue what the issue could be, other than "ignorezero" being dropped, which also isnt mentioned anywhere. Had to compare different versions of the wiki to realise ignorezero is no long there.
After renaming
windowrulev2towindowrulei get more issues, see below, so "windowrule now behaves like windowrulev2" doesnt seem accurate.I would greatly appreciate some help with fixing my config:
I must also question though, whats the deal with just dropping config options and changing config syntax without warning?
All reactions