Skip to content

Releases: hyprland-community/pyprland

2.2.3

08 Apr 16:07
Compare
Choose a tag to compare

2.2.2

06 Apr 14:37
Compare
Choose a tag to compare

2.2.1

05 Apr 22:27
Compare
Choose a tag to compare
  • fix the string reported by pypr version

2.2.0

05 Apr 21:12
Compare
Choose a tag to compare
  • still didn't fix the string reported by pypr version
  • scratchpads: fix an old regression affecting the first display of lazy scratchpads

Two new plugins:

Some additions, mostly for developers:

  • pyprland.plugins_paths allows to add extra paths where plugins can be loaded
  • single file plugins (eg: extension is "foobar.Extension") can still be loaded by adding the external: prefix to it, as in plugins = ["external:foobar"]

2.1.4

03 Apr 21:51
Compare
Choose a tag to compare
  • magnify: allow relative change of the factor (eg: +2)
  • scratchpads: small optimization (on hide) getting rid of potential error

2.1.1

31 Mar 20:31
Compare
Choose a tag to compare

New scratchpads option to "pin" the scratchpad to a specific screen: force_monitor

2.1.0

31 Mar 18:38
Compare
Choose a tag to compare

Rework of monitors

  • dropped support for full_relayout=false
  • dropped wlr-randr dependency
  • requires Hyprland >= 0.37

2.0.9

16 Mar 22:15
Compare
Choose a tag to compare
  • add support for a version command
  • allow disabling handler's color in logs (colored_handlers_log=false)
  • scratchpads
    • also sets the window properties when animations are disabled
    • sliding effect offset is now based on window size & margin
  • fetch_client_menu adds an unfetch_client command to restore window's workspace

2.0.8

06 Mar 21:18
Compare
Choose a tag to compare
  • scratchpads
    • fixing sliding when using preserve_aspect
    • do not notify when no animation & no position is provided (comparable to using preserve_aspect with no animation but less predictible)

Version 2.0.7

04 Mar 23:04
Compare
Choose a tag to compare
  • scratchpads
    • new preserve_aspect=true option to preserve the size and position
    • couple of fixes