--- CV/Changes 2020/05/21 20:14:16 1.238 +++ CV/Changes 2023/10/26 14:08:56 1.270 @@ -1,4 +1,3 @@ -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 @@ -10,13 +9,65 @@ 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: "j" and "#" keys for movies TODO: cv 5/ 6/ (hla) bad icon label in schnauzere + +TODO: document configurable keymap +TODO: when starting a movie while the previous one hasn't errored out yet -> errror gets misattributed to the new file + - leave file autoloading up to the user config, do not override it anymore. + - switch to AnyEvent::MPV for video/audio displaying. + - do not use ffprobe to probe video formats, use mpv. + - for filenames ending in .iso, read more data when doing filetype + detection, to detect udf discs. + - schnauzer tries to ignore nfs-sillyrenamed files. + - work around a bunch of encodings bugs in perl and glib. + - implement [ and ] keys to change mpv playback speed. + - be more aggressive when reserving extra label height to work around + gtk+ not dealing reasonably with grids. + +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. - 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. @@ -39,6 +90,10 @@ 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.