--- CV/Changes 2021/05/09 11:04:28 1.243 +++ CV/Changes 2022/08/26 21:58:02 1.260 @@ -1,3 +1,52 @@ +TODO: mkv +TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?) +TODO/FIXME: remove event does not recalculate schanuzer content size +TODO: with manual placement, initial contents aren't displayed +TODO: update a file that has been removed etc. +TODO: note to self, the reason mplayer hangs during long copies is that execve hangs, because it closes an fd to the target file. + +TODO: "mädhcne" utf-8 bug move to ERROR is a directory +TODO: up == select dir +TODO: CV_THUMBNAIL_SCALE +TODO: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() at /opt/bin/cv line 224. +TODO: dir_is_movie in load_image bluray: ffmpeg etc. +TODO: cv 5/ 6/ (hla) bad icon label in schnauzere + +2.0 Fri 26 Aug 2022 23:56:45 CEST + - support jpeg-xl files. + - 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. + - implement hack to detect some iso files as bluray movies and play them. + - do not pass filenames directly to ffprobe, instead prefix them with + file:, to ensure they are not misinterpreted as urls. + - implement '#' (switch audio tracks) and "j" (switch subtitle tracks) + keybindings. + 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.