Skip to content

Release 1.1.0

Latest
Compare
Choose a tag to compare
@FiniteSingularity FiniteSingularity released this 16 Dec 21:34
· 5 commits to main since this release
b65fa3c

Release 1.1.0

New Features:

  1. Pixelation Filter Improvements:
  • Pixelation origin can now be set by the user.
  • Pixelated texture can now be rotated.
  • Smoothing filter can optionally be applied to smooth out colors.
  1. Hotkeys can now be assigned to enable and disable composite blur filters that are added to sources.

Breaking Changes

  1. Filter name in add-filter list is now always Composite Blur. Thus for installs that use a localization/translation file, the filter name will be different than it was in prior releases. This is to keep the documentation consistent with the user's first interaction with the plugin. Note: All localization/translations of fields within the plugin will remain in their native language as before.
  2. For sources that use a Background source for compositing, the source Blending Method should be switched to Default instead of SRGB Off, otherwise a light halo might appear around the blurred source.

Bugfixes:

  1. Rendering pipeline has been fixed to ensure that proper alpha blending and colors are output from the filter.
  2. Background compositing no longer requires source blending method to be set to SRGB Off.
  3. Several small memory leaks fixed.

PR Changelog

New Contributors

  • @xurei made their first contribution in #93

Full Changelog: v1.0.6...v1.1.0