--- 2026 --- 02-19 (0.9.1, plugins 0.4.5) - ENHANCE: The pixel color that's under your mouse is now shown. - ENHANCE: Added some keyboard shortcuts and middle click pan. They're listed in About.txt - FIX: Problem: When you open file from a folder with a lot of files, the file selection may break (switch to another file and not display correctly). Cause: the program quick loads the first file, and then tries to find that file's position in the folder after all filenames have been loaded. This was done by comparing a pointer address, but given large enough folder, the array re-allocated so the pointer moved and could not be found. - FIX: Problem: The top and left edges of the image were wrong when zoomed out. Cause: floating point rounding caused the edges around 0 to be drawn twice. - PLUGIN FIX: Problem: some pixels in some gifs were displayed wrong (they copied the pixel from the left of them). Cause: LZW decoding had incorrect handling of "KwKwK" cases. 01-10 (0.9, plugins 0.4) - (initial release)