Skip to content

Releases: colinkeenan/silentcast

v3.07 bug fixes

27 Oct 18:37
Compare
Choose a tag to compare

Fixes trouble reading silentcast_presets and trouble increasing size of rectangle using scroll wheel.

v3.06 fixes too small drawing area problem

31 Aug 22:27
Compare
Choose a tag to compare

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

30 Aug 23:31
Compare
Choose a tag to compare

Made compatible with i3wm if user defines keybindings as described in README.md

v3.04

18 Apr 14:34
Compare
Choose a tag to compare

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

18 Apr 01:23
Compare
Choose a tag to compare

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

17 Apr 16:37
Compare
Choose a tag to compare

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

17 Apr 01:38
Compare
Choose a tag to compare

Doing a workaround fix for Silentcast failing to stop ffmpeg from recording the screen in some situations.

v3.0

16 Apr 22:21
Compare
Choose a tag to compare

All new gtk3 GUI version. Dependencies are just gtk3, ffmpeg, and imagemagick now.

v2.6

17 Feb 19:30
Compare
Choose a tag to compare

minor fixes

v2.5

02 Dec 02:50
Compare
Choose a tag to compare

Replaced png image icons with improved svg icons.