Skip to content

Wayshot 1.3.1

Latest
Compare
Choose a tag to compare
@Shinyzenith Shinyzenith released this 18 Dec 15:18
· 4 commits to main since this release
d3cdd32

NOTE: Wayshot 1.3.1 contains no breaking changes
NOTE: libwayshot contains breaking changes for release 0.3.0

Wayshot

New Features:

Improvements:

Libwayshot

NOTE: For downstream libwayshot users it is suggested to not update to libwayshot 0.3.0 as another set of major breaking changes will be introduced with the next set of freeze feature related pull requests. The next set of breaking changes will be the point of tagging 1.0.0 as we have finalized on the API structure.

Breaking changes:

Improvements:

  • Move multi monitor handling to libwayshot to consolidate possible multiple impls of downstream. This change still retains prior methods of using wayshot if you want to impl your own multi-monitor blitting. (8e480ae) by @c-h-johnson
  • Add description field to OutputInfo struct (91cb43d) by @Decodetalkers
  • Add mode information for WlOutputs (e75c0af) by @Decodetalkers
  • Skip useless iteration of overlay buffer (f404e9d) by @Decodetalkers
  • Optimize output detection for clients interacting with pipewire (c0906ac) by @Decodetalkers

This release is possible due to the following amazing developers ❤️ :

@c-h-johnson
@AndreasBackx
@Decodetalkers