0.9: - Added brightness/hue/color/contrast options - Added WM caption change during snaphots - Added bpp argument and overlay checks - Added multiple font path checks - Added fullscreen toggling in viewer - Added JPEG support - Added text clipping - Added bitmap overlay support and position alignment - Added sequenced filename support - Added text string update mode (per frame or per snapshot) - Added bold and italic support - Fixed a few development release bugs (quit on all keys, etc) - Fixed yava hang or Error(SDL_Init) if X was not running - Fixed endianness issues in file writers - Fixed FONT ifdefs (remove arguments if not included, etc) - Fixed viewer keyboard input code (using switch now instead of ifs) - Fixed cheap code in PNG writer. It's now a bit faster. - Fixed quitting by hitting the 'X' in a window manager (in the viewer) - Fixed random segmentation faults when verbose was enabled(null pointers) - Fixed shortcmds in help output - Fixed broken preprocessor macro end condition (FONT) - Fixed overlay size check - Fixed test plot to screen when it should have plotted to buffer - Fixed font render update on manual snapshot save - Moved font rendering code to a function - Changed Makefile a bit (split up CFLAGS and LFLAGS, removed ttfloc.sh) - Changed default resolution to minimum resolution of input - Changed optarg string to be dynamic - Changed ftp(curl) support to be optional - Changed default font to Vera - Changed default depth from 32 to 24 bits per pixel (bgrab doesn't do Alpha) - Changed keybindings for card, input and frequency switching - Changed ftp filename behaviour to base it on filename instead of default 0.8.1: - Added TODO file - Fixed missing new viewer commands from 0.8 - Fixed mixed up text in --help output(vertical/horisontal switch) 0.8: - Added frequency region, frequency index, input mode & channel selection in viewer - Fixed Don't set tuner capabilities unless tuner was found - Added set input mode - Added frequency region - Added set frequency index - Added set deinterlacig method - Fixed init SDL_ttf before SDL in case something goes wrong - Added Framerate setting - Added success check on SDL_Init - Fixed 'fontpts'; longarg was not checked 0.7.1: -Added code to abort if grab fails (although this doesn't help in many situations) -Added cheap hack 'ttfloc.sh' and macros to correct SDL_ttf header location -Fixed memory leak due to not freeing SDL_Surface being rendered to by SDL_ttf -Fixed memory leak in PNG write function 0.7: -Initial release