2022-08-24 09:54:45 +02:00
|
|
|
-------------------------------------------------------------------
|
2022-08-29 13:43:11 +02:00
|
|
|
Mon Aug 29 11:25:37 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
|
|
|
|
|
|
|
- Update to version 0.12.0beta:
|
|
|
|
+ New features:
|
|
|
|
* Add cleaninstall task
|
|
|
|
* Nix: add nixConfig
|
|
|
|
* add clean install for those who build from source
|
|
|
|
* added a forceinput rule
|
|
|
|
* added a specialWorkspace anim leaf
|
|
|
|
* added a swapactiveworkspaces dispatcher
|
|
|
|
* added an event for moving workspace
|
|
|
|
* added swapnext
|
|
|
|
* added swapnext and swapprev for master
|
|
|
|
+ Fixes:
|
|
|
|
* fix device closing
|
|
|
|
* fix fullscreen in moving ws
|
|
|
|
* fix fullscreen on workspace rule silent
|
|
|
|
* fix indents, change crit log to info
|
|
|
|
* fix internal keybinds
|
|
|
|
* fix logic in candidates on unmap
|
|
|
|
* fix more indents, im sorry vaxry
|
|
|
|
* fix parser in nested categories
|
|
|
|
* fix segfault in inactive sessions
|
|
|
|
* fix shadows on silent rule
|
|
|
|
* fix silent workspaces with back and forth
|
|
|
|
* fix styling in const ptrs
|
|
|
|
* fix subsurface UV handling on oversized windows
|
|
|
|
* fix window rules
|
|
|
|
* fix xwayland config option for nix (#587)
|
|
|
|
* fixes to swapnext logic on dwindle
|
|
|
|
* minor damage fixes
|
|
|
|
* minor fixes to the viewporter behavior
|
|
|
|
+ Other:
|
|
|
|
* Allow passing the mouse as well in pass
|
|
|
|
* Force wlroots to not send leave events in pass to XWayland
|
|
|
|
* Multiple improvements to the shutdown procedure
|
|
|
|
* Unfocus first on non-internal ws changes
|
|
|
|
* Viewporter implementaion (#585)
|
|
|
|
* allow specifying window for toggle floating
|
|
|
|
* better find device cats
|
|
|
|
* don't find a new candidate to refocus on unfocused unmap
|
|
|
|
* don't focus silent windows
|
|
|
|
* guard nullptr in unmap
|
|
|
|
* ignore oversized popups' dims in global coords
|
|
|
|
* implemented DRM leasing for VR headsets
|
|
|
|
* modify exit behaviour a bit
|
|
|
|
* move X11 transients to top on parent top
|
|
|
|
* optimize options in dwindle
|
|
|
|
* pass press and release events separately
|
|
|
|
* ratelimit setting cursor
|
|
|
|
* remove general:sensitivity from the default config
|
|
|
|
* reset uv on invalid buffer source box
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2022-08-24 09:54:45 +02:00
|
|
|
Tue Aug 23 21:43:17 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
|
|
|
|
|
|
|
- Update to version 0.11.1beta:
|
|
|
|
+ New features:
|
|
|
|
* added HYPRLAND_LOG_WLR envvar
|
|
|
|
* added misc:float_switch_override_focus
|
|
|
|
+ Fixes:
|
|
|
|
* IME Popup damage fixes
|
|
|
|
* fix IME grab on multiple open native inputs
|
|
|
|
* fix LS snapshot rendering logic
|
|
|
|
* fix logic in fullscreen close candidates
|
|
|
|
* fix minor refocus issue
|
|
|
|
* fix oversized popup misalignment
|
|
|
|
* fix up hyprctl dispatch
|
|
|
|
* fix up keyword to accept spaced args
|
|
|
|
* fix wlr logging
|
|
|
|
* minor fix on unfocus on fullscreen workspace
|
|
|
|
* minor fixes to candidate finding
|
|
|
|
+ Other:
|
|
|
|
* always use /usr/share/ for wayland-sessions
|
|
|
|
* clean up temp logic in snapshots
|
|
|
|
* damage on force warp resize
|
|
|
|
* destroy monitor resources on exit
|
|
|
|
* doc: build man pages to repo
|
|
|
|
* doc: install mapages
|
|
|
|
* docs: install manpages with meson
|
|
|
|
* don't refocus if candidate is last window
|
|
|
|
* don't round popups
|
|
|
|
* dropped deprecated gethostbyname check
|
|
|
|
* fullscreen request only when mapped
|
|
|
|
* gha: build man pages
|
|
|
|
* improve compatability with older meson versions
|
|
|
|
* move monitor damage to separate funcs
|
|
|
|
* openSUSE patches
|
|
|
|
* remove unintuitive candidate behavior
|
|
|
|
* report sizes to all windows on fullscreen
|
|
|
|
* use a custom logging func for wlr
|
|
|
|
- Dropped gethostbyname.patch, included upstream.
|
|
|
|
- Dropped old-meson.patch, included upstream.
|
|
|
|
|
2022-08-22 12:35:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 22 10:24:52 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
|
|
|
|
|
|
|
- Update to version 0.11.0beta:
|
|
|
|
+ Breaking changes:
|
|
|
|
* The SHIFT modifying behaviour in the config has been removed
|
|
|
|
example:
|
|
|
|
bind=SHIFT,exclam,movetoworkspace,1 # OLD
|
|
|
|
bind=SHIFT,1,movetoworkspace,1 # NEW
|
|
|
|
As an additional result of the above, for multi-layout users, see
|
|
|
|
https://wiki.hyprland.org/Configuring/Uncommon-tips--tricks/
|
|
|
|
+ New features:
|
|
|
|
* Add mapwindow, unmapwindow and movewindow IPC events
|
|
|
|
* Add switching to previous workspace
|
|
|
|
* add general:allow_workspace_cycles option
|
|
|
|
* add general:workspace_back_and_forth option
|
|
|
|
* add switching to previous workspace
|
|
|
|
+ Fixes:
|
|
|
|
* fix a minor border issue
|
|
|
|
* fix another edge case for fullscreen default windows
|
|
|
|
* fix bug which allowed a switch to workspace ID -1.
|
|
|
|
* fix crash
|
|
|
|
* fix incorrect popup handling on oversized
|
|
|
|
* fix retrieval of monitor
|
|
|
|
* fix special workspace windows being xray with new optim
|
|
|
|
* fix style conflicts and config + monitor retrieval
|
|
|
|
* fix warn
|
|
|
|
* minor activewindow and focus fixes
|
|
|
|
+ Other:
|
|
|
|
* handle fullscreen pre-map
|
|
|
|
* remove unused func
|
|
|
|
* set new optimizations for blur in example configs
|
|
|
|
* use a custom translation state in keybinds
|
|
|
|
* warn about outdated keybind cfg
|
|
|
|
|
2022-08-22 09:40:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 20 22:27:43 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
|
|
|
|
|
|
|
- Initial packaging
|