X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=5b73aebf731adc1ad60dcbc15149df2fb4419261;hb=1363abe723ead6b64896ccd0e7875c4ae8bca706;hp=1fc78a30f31b0edee608b5bdf5e8154aa03757fe;hpb=6bd4868a8ef4e569cfca1808d2d3fbb4d0047d5a;p=videolink.git diff --git a/ChangeLog b/ChangeLog index 1fc78a3..5b73aeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,88 @@ +videolink (1.2.4) unstable; urgency=low + + * Fixed warning messages from make when first compiled + + -- Ben Hutchings Mon, 09 Jun 2008 20:48:52 +0100 + +videolink (1.2.3) unstable; urgency=low + + * Added support for XULRunner 1.9 + * Cleaned up Makefile variables + * Removed support for mjpegtools <1.8 (aka mjpegtools-old) + * Updated README, clarifying video encoder requirements + + -- Ben Hutchings Sat, 12 Apr 2008 18:36:18 +0100 + +videolink (1.2.2) unstable; urgency=low + + * Fixed build failure with g++ 4.3 + + -- Ben Hutchings Mon, 07 Apr 2008 23:24:28 +0100 + +videolink (1.2.1) unstable; urgency=medium + + * Fixed build failure on 64-bit architectures + + -- Ben Hutchings Tue, 10 Jul 2007 19:59:17 +0100 + +videolink (1.2) unstable; urgency=low + + * Removed support for Mozilla 1.7 + * Added keyboard commands to preview mode + * Switched from gtkmm 2.0/2.2 to 2.4+ + * Documented linking to chapters + * Added ".mpg" to recognised video file extensions + * Added link URI to error messages where processing of a link fails + * Made informational, warning and error messages more consistent + * Added vertical padding of buttons to even y coordinates since + dvdauthor claims odd values may result in incorrect display. + + -- Ben Hutchings Sat, 7 Jul 2007 19:27:13 +0100 + +videolink (1.1) unstable; urgency=low + + * Increased maximum number of menus to 999 + + -- Ben Hutchings Thu, 30 Nov 2006 02:52:12 +0000 + +videolink (1.0) unstable; urgency=low + + * The "delete once, write twice" release + * Changed creation of temporary files to use regular names under a + temporary directory + * Changed method of freeze-framing menus since some players do not + support the old method + + -- Ben Hutchings Sun, 15 Oct 2006 01:57:39 +0100 + +videolink (0.11) unstable; urgency=low + + * Fixed operation of "top menu" or "title menu" button + * Added explicit aspect ratio to menu streams encoded with ffmpeg, + since some players will default to 16:9 otherwise + * Fixed off-by-one error in link coordinates passed to spumux + * Changed default padding for the body element to 10% of frame + dimensions, a common rule for the title-safe area + * Added explicit assignment of actions to direction buttons + since dvdauthor's policy doesn't seem to work that well + * Documented limit of 119 menus discovered by Mark Burton + * Fixed an occasional problem of links appearing in their hover state + initially due to the pointer being in the middle of the virtual + framebuffer + + -- Ben Hutchings Mon, 25 Sep 2006 18:11:07 +0100 + +videolink (0.10) unstable; urgency=low + + * Changed style-sheet application in Mozila/XULRunner 1.8 to override + built-in preferences, fixing link colours + * Corrected link colour style rules to apply only to links + * Stopped setting assumed screen resolution in Mozilla/XULRunner 1.8 + since the browser uses it wrongly + * Made source dependency generation more efficient + + -- Ben Hutchings Sun, 10 Sep 2006 14:43:15 +0100 + videolink (0.9) unstable; urgency=low * Minor build and installation improvements