Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Releases: KorinDev/Godot-Post-Process-Plugin

v0.1.1

02 Apr 22:23
32c8374

Choose a tag to compare

What's Changed

  • Fix duplicate instances of effects by @calvinchd in #17
  • Simplify process loop by @Loufe in #18
  • Define a class name for the plugin by @Loufe in #25
  • Fix mouse input blocked by certain post process layers by @calvinchd in #29
  • Fix post processing config changes not triggering reload by @calvinchd in #30
  • Store instantiated canvas layers in dictionary keyed to an enum by @calvinchd in #31
  • Added particle storm effect by @Loufe in #32
  • Added "directional drift" shader and improved the "particle storm" shader by @Loufe in #33
  • Improved performance of particle and directional drift shaders by @Loufe in #34
  • Update post_process.gd - Fix CRT Roll Speed not being applied by @madmaz999 in #35

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

26 May 15:12
09aa7c2

Choose a tag to compare

What's Changed

  • MINOR: Moved a shader into the correct folder for it and correctly changed path, no other changes. by @seanj29 in #14
  • MINOR: Fixed Pixelate effect
  • MAJOR: Added Palette effect.

New Contributors

Full Changelog: v0.0.9...v0.1.0

v0.0.9

08 May 21:17
23dd10b

Choose a tag to compare

Full Changelog: v0.0.8...v0.0.9

Added 2 new Effects.
Overhauled the Preset Menus

v0.0.8

03 May 06:47
5282c41

Choose a tag to compare

What's Changed

  • Fixed location of files and also included CRT shader by @SAED2906 in #9
  • Dynamic Shader Updates from code by @SAED2906 in #10
  • Make dynamic update calls work and small bugfix by @Loufe in #11

Full Changelog: v0.0.7...v0.0.8

v0.0.7

14 Apr 15:47
2a8550b

Choose a tag to compare

Bug-Fixes.

v0.0.6

28 Mar 16:53
333c1eb

Choose a tag to compare

New Features:

  • Resource based configuration (thanks to @Loufe)

v0.0.5

18 Mar 04:21
307b6f0

Choose a tag to compare

Fixed Mouse Input.
Updated Fish Eye to have more customisation options and new shader.

v0.0.4

19 Feb 16:33
685e4c1

Choose a tag to compare

BUGFIX:
Fixed a bug where all effects were applied at the same time after changing chromatic aberration.

Full Changelog: v0.0.3...v0.0.4

v0.0.3

16 Feb 23:56
34e7385

Choose a tag to compare

Some new additions.

v0.0.2

16 Feb 13:08
0c81dad

Choose a tag to compare

v0.0.2

Includes:

  • Chromatic Aberration
  • Blur
  • Glitch (Effect)
  • Outline
  • Fish Eye
  • Vignette

Full Changelog: v0.0.1...v0.0.2