--- CV/Changes 2020/04/11 22:36:52 1.237 +++ CV/Changes 2021/10/08 15:13:43 1.256 @@ -13,10 +13,43 @@ TODO: "j" and "#" keys for movies TODO: cv 5/ 6/ (hla) bad icon label in schnauzere + - mpv: do no autoload files, as this is very slow on large directories. + - work around bugs with newer gtk2 and/or xft + versions that cause the schnauzer window to shrink randomly. + - implement (mostly hiden) --sort argument that forces filename sort + even when cv normally wouldn't. + - implement animated gif detection using netscape app block, + whose presence will be assume to indicate an animated gif. this is not + foolproof, bit greatly reduces the number of mpv invocations for gifs. + - fix video/gif rotation, used mplayer metpod, switched to mpv's + --video-rotate. + - take Display matrix/rotation side data type into account + when calculating video size from ffprobe. + - mpv renamed the input file option once more, to input-ipc-client. + tedious. would be nice if they instead worked on being able to pass + filenames over the APIS, or some other real problem. oh yeah, + --list-options format was also changed. sigh. + - up version sort width to 8 digits, from 6. + - t/T now rotate video during playback. + - when thumbnailing, do not open archives, follow playlists, open + subtitles and so on. + - update mpv switches to mdoern format. + - set whole toplevel window to insensitive insteads of just the schnauzer, + to avoid gtk default signal handling to mess up navigation. + - preliminary and limited support to play bluray/dvd "directories". + - use mpv commands (as opposed to mplayer) for subtitle/audio track cycling. + - fix keysym for '#', which at some point seems to have been replaced + by 'numbersign' in gtk. + +1.9 Sun May 9 13:04:09 CEST 2021 - INCOMPATIBLE CHANGE: .cvrc is now sourced much earlier, before loading modules. cvrc_boot and cvrc_start functions are called later. - INCOMPATIBLE CHANGE: mplayer support has been completely removed. - INCOMPATIBLE CHANGE: viewer now defaults to "maxpect" (shift-M) mode. + - "invisible" cursor does not act weirdly when it is in position zero + (ctrl-u, space did not advance if cursor was on first item in schnauzer). + - support heif/avif now via pixbufloader (which seesm to not have + working autodetection, so we do our own). - cv now uses mpv to generate video thumbnails - maybe slower, maybe overall worse, but at least there is no dependency on mplayer anymore. - cv now expects mpv to be in the CV_MPV, not CV_MPALYER, env variable. @@ -37,6 +70,12 @@ defaults to 1 - modifies actual icon file size. - add .cvrc changable variable $Gtk2::CV::Schnauzer::FONTSCALE, defaults to icon scale - modified icon font height. + - while CV is effectively single-threaded, it might need thread support + to be initialized in Gtk2/xcb. + - remove hyper scaling mode. + - "," is now the opposite (modulo rounding) from ".". + - do not duplicate filetype detection in schnauzer and CV.xs, always use + the xs code. 1.8 Mon Apr 29 15:10:44 CEST 2019 - work around newer versions of mpv no longer having a pause command.