Skip to content

Releases: bplu4t2f/Windows10PhotoViewerSucksAss

Windows10PhotoViewerSucksAss v1.9.4

19 Jan 13:11
Compare
Choose a tag to compare

Added DPI awareness to manifest.

Windows10PhotoViewerSucksAss v1.9.3

14 Sep 11:33
Compare
Choose a tag to compare

Fixed a bug where some jpeg files could not be loaded because they don't include the magic bytes at the end of the file. We no longer check for magic bytes at the end of the file. This might lead to false positives on identifying files as image files, but the worst case behavior is preferrable to what we had before (unable to load "valid" image files).

Windows10PhotoViewerSucksAss v1.9.2

04 Apr 07:45
Compare
Choose a tag to compare
  • Fixed a bug where settings in the legacy format were not always interpreted correctly.

Windows10PhotoViewerSucksAss v1.9.1

03 Apr 21:10
Compare
Choose a tag to compare
  • Fixed pathological case where restored processes could inherit extra handles.
  • It will no longer ask the user whether to close all windows after cancelling stashing (bugfix).

Windows10PhotoViewerSucksAss v1.9.0

03 Apr 16:04
Compare
Choose a tag to compare
  • Added stashing (saving open windows to a file).
  • Improved design (file list color settings now also affect the scroll bar and the options button).
  • It will no longer attempt to load non-image files (this was a problem especially if you had huge files in the folder).
  • Zooming in more than 2.8x will now disable interpolation (if you zoom in that much you probably wanted to see pixels).

Windows10PhotoViewerSucksAss v1.8.3

16 Oct 18:09
Compare
Choose a tag to compare

Fixed bug if a malformed animated gif specifies a zero frame delay.

Windows10PhotoViewerSucksAss v1.8.2

18 Aug 19:58
Compare
Choose a tag to compare

Animated GIF support.
Internal simplifications.

Windows10PhotoViewerSucksAss v1.8.1

25 Jul 18:36
Compare
Choose a tag to compare
  • Design update
  • Can now use %%EXE_DIR%% in AppDataFolderName in the bootstrap .xml file to refer to the folder where the .exe is. That can be used to store the settings in the same folder as the .exe file is, instead of AppData or something hard-coded.
  • Minor fixes

Windows10PhotoViewerSucksAss v1.8.0

19 Jul 20:26
Compare
Choose a tag to compare
  • Can now rename file with F2.
  • Can now register file associations (settings window).
  • It has an icon now I guess...
  • Minor fixes
  • Can now configure FriendlyAppName (that is displayed in the Open With menu) and AppData subfolder in a bootstrap xml file.

Windows10PhotoViewerSucksAss v1.7.2

03 Jun 21:57
Compare
Choose a tag to compare

Improved performance.

Added option to display the current image as window icon. While it may be a useful feature, it can also slow down the program a little bit, so it's disabled by default.

Executable's company name is no longer empty. This was necessary to make it possible that the program shows up in the "Open with" menu.

Fixed bugs when neither a file nor a folder is loaded at startup (not a real use case but still buggy).