Releases: colinkeenan/silentcast
v3.07 bug fixes
Fixes trouble reading silentcast_presets and trouble increasing size of rectangle using scroll wheel.
v3.06 fixes too small drawing area problem
There was an unreported issue that I've been seeing more and more frequently where the drawing surface was confined to a 200x200 area at top left of the screen. Through trial and error, I discovered the problem went away if the window containing the drawing surface was maximized before going fullscreen. That's the only difference between this release and the previous one.
v3.05
Made compatible with i3wm if user defines keybindings as described in README.md
v3.04
Forgot to update version that shows in About Silentcast on last release. Also, using g_strdup instead of malloc ... strcpy when getting array of pngs.
v3.03
Fixed 1 byte invalid write done over and over in an array of strings - needed to leave room for the terminating nul character.
v3.02
Now on screen help text moves to try and stay visible when the rectangle gets too close to an edge. The edit pngs dialog now shows where the pngs are.
v3.01
Doing a workaround fix for Silentcast failing to stop ffmpeg from recording the screen in some situations.
v3.0
All new gtk3 GUI version. Dependencies are just gtk3, ffmpeg, and imagemagick now.
v2.6
minor fixes
v2.5
Replaced png image icons with improved svg icons.