Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Releases: ChaoticByte/Fragmented

GlitchApp v3.3

19 Jun 15:22
b307635
Compare
Choose a tag to compare
  • b307635 Bump version to v3.3
  • e79c992 Added Filter Preset 'Channel Offset'

GlitchApp v3.2

19 Jun 12:56
2c6cfde
Compare
Choose a tag to compare
  • 2c6cfde Bumped version to v3.2
  • e18fd7a Added filter rgb_uv_distort.gdshader and improved greyscale.gdshader

GlitchApp v3.1

11 Jun 18:18
00bac82
Compare
Choose a tag to compare
  • 00bac82 Bumped version to v3.1
  • d2f8a7f Fixed typos in gdshader_datatypes and removed irrelevant highlighting/autocomplete keywords

GlitchApp v3

10 Jun 14:27
04930cf
Compare
Choose a tag to compare
  • 04930cf Bump version to v3
  • 3709a28 fix: Disable mode_override_titles for FileDialog
  • 23871d9 Allow saving shader with Ctrl+S
  • 68185fa fix: Remember the location a shader was loaded from & improve functionality

GlitchApp v2

09 Jun 14:47
1304ecd
Compare
Choose a tag to compare
  • 1304ecd Bumped version to 2
  • 249dad1 Added more information to the README
  • 5906027 Added a screenshot and a README
  • e57d9ca Bumped version to 2-dev
  • 279f441 Improve UI with application name & version and better spacing
  • 5e0f790 Remember last image export / shader save path - closes #5
  • 641cb9f Use Apply button with F5 keybinding instead of reapplying the shader on every code change
  • 88a6460 Load additional images via //!load directive - closes #4

GlitchApp v1

09 Jun 11:35
932c1e2
Compare
Choose a tag to compare
  • 932c1e2 Added project icon
  • 37532a0 Bumped version to 1
  • 9db91fe Fixed default button strings to be in English
  • d7a4b05 Added Open & Save buttons for the shader, some code improvements and bugfixes, open window maximized per default - closes #3
  • 3a5451a Bumped version to 0
  • 6d1a06a Added missing keywords for autocomplete and syntax highlighting - implements #2
  • 233c7e1 Applied a bit of noise to the ui background blur shader to fix color banding and make it prettier
  • 1755de3 Add export presets for Linux and Windows
  • d5ffa86 Optimized performance for complex shaders and refactored some of the code - fixes #1
  • 7549d16 Allow zooming in/out with Alt-Plus and Alt-Minus
  • c7e9f8e Don't request autocomplete on every code change
  • 68cccc2 Add project files
  • 8851717 Initial commit