v1.7.6
Breaking Changes
- hyprland service: workspace and monitor signal emit number
- hyprland service: deprecate sendMessage, introduce message and messageAsync
- Variable: value check on setter, force on setValue
Utils.monitorFile()
no longer takes thetype
(file
ordirectory
) parameter. It will monitor each accordingly without specifying it.- add: Stack.children
- deprecate: Stack.items
What's Changed
- Utils.writeFileSync
- add Utils.merge, Utils.derive
- add Binding.as alias for Binding.transform
- fix icons relative path by @kotontrion in #283
- Improve post_install.sh by @micha4w in #287
- Remove extra callback execution on widgets'
.poll()
method call by @postsolar in #292 - improve package overriding inside home-manager by @musjj in #293
- Remove the
type
parameter fromUtils.monitorFile
by @postsolar in #302
Fixes
- Stack.add_named
- Scrollable destroy child on destroy event
New Contributors
- @micha4w made their first contribution in #287
- @postsolar made their first contribution in #292
- @musjj made their first contribution in #293
Full Changelog: v1.7.4...v1.7.6