summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2023-11-28*: bump to 0.6.0HEADmasterVito Caputo
* --use-jack arg parsing fixup; now just specify multiple times for multiple JACK sources * myriad random JACK support fixupes * fix cache stats accounting and reporting * introduced new --need-shortcuts flag; exits with error code when shortcuts can't be installed, instead of just ignoring the failure. (reason for 0.5->0.6 bump) * fix bug in damage event clipping * fix bug resulting in potentially missed dirty events; Moved YUV dirty blocks clearing from the frame getting thread to the frame caching thread, so they're only cleared upon actually getting written out to the cache. Previously, especially on high FPS recordings, there was a real potential for YUV dirty blocks getting cleared before the caching thread got around to actually writing those dirtied blocks out based on what was marked dirty.
2022-02-09*: bump to 0.5.10.5.1Vito Caputo
* --follow-mouse fixes * --windowid fix to wait for unmapped/invisible window instead of immediately exiting. Particularly relevant for programmatic invocations on newly created windows. * YUV color plane shift corruption fixup for odd width capture windows.
2021-04-28*: bump to 0.5.00.5.0Vito Caputo
- Fixed XFixes pointer YUV updates of V channel, manifested as incorrect hue of pointer region in recordings - Fixed rmdCacheFile crash when chapter rotate failed, usually triggered by filling the filesystem during a recording - Improved error checking - Many code cleanups - Bumped to 0.5.0 as a latent realization of the new flag --periodic-datasync-ms introduced back in 0.4.3
2021-01-07*: bump to 0.4.40.4.4Vito Caputo
--rescue uninitialized structs fix uv_align bounds check fix affecting odd-sized windows
2020-11-14*: bump version to 0.4.30.4.3Vito Caputo
2020-07-15*: bump to 0.4.20.4.2Vito Caputo
The AV-sync rework is significant enough for a release
2020-07-12*: bump to 0.4.10.4.1Vito Caputo
Quick minor release primarily for the paused CPU burning fix
2020-07-11*: bump to 0.4.00.4.0Vito Caputo
Formally making first release since forking, I'm sure there are bugs but I doubt anyone will be inclined to help test any of this if there's nothing at least stating it's a newer version and some mention of the user-visible changes.
2020-07-11*: drop {gtk,qt}-recordmydesktop subdirsVito Caputo
This restores the recordmydesktop/ subdir as root from the mirror I cloned by fork from. I have no particular interest in the gtk/qt frontends and it doesn't appear they were part of a single tree in the past. But I will probably preserve backwards compatibility of the cli so they can continue to work with this fork installed.
© All Rights Reserved