Skip to content

Releases: nevaran/FIV

0.3.2.0

04 Dec 18:43
9b97665
Compare
Choose a tag to compare

Improved:
-Sorting order of images will now follow the "sort by name" of windows' logical sorting order.

Optimizations:
-App startup speed.
-Loading image information speed.
-Interface load speed.

0.3.1.0

27 Nov 02:00
9b97665
Compare
Choose a tag to compare

Added:
-Media seeking.
-Ability to copy to clipboard the currently viewed frame of an animated media.
-Component section in the installer.

Changed:
-Progression bar is now a slider.
-Gif copy to clipboard function will now copy the currently viewed frame.

Optimizations:
-FFmpeg will now load with minimum features to improve performance.

Updated:
-Libraries.

0.3.0.0

15 Nov 19:01
9b97665
Compare
Choose a tag to compare

Changed:
-App has been upgraded to dotNet 5 - Performance should be improved across the board.
-Loading images (except gif and Webm) is now fully taken care by Magick.NET. This should significantly improve loading times and compatibility
-The program supports only 64 bit from now on.
-Animated images now use FFmpeg instead of Windows Media Player. This means full gif support and the ability to have them played on machines that don't have Windows Media Player installed.
-Thumbnail render quality is now set to lowest to improve performance. This should have almost no effect in visual quality.
-Viewed images now use the best rendering quality. Some larger images might "lag" if downsizing isn't turned on but should look much better.
-"GIF" icon tag in thumbnails are now replaced with a camera icon since more than one type of animated file is now supported.
-Dropped Fody support since it is not needed.
-Switched from ToastNotifications to Notifications.Wpf.Core due to migrating to dotNet 5.
-Migrated from Gu.Localization to a custom-made one.

Added:
-Webm file support.
-Tiff file support.
-Svg (Vector graphic) file support.
-Progress Bar on animated images.
-Drop-loading. Now you can load files by dragging them into the program. Dropping a non-supported file will open the folder that it came from.
-Notification when an image has been cut or copied to the clipboard.
-Updated Dutch, Danish, Portuguese and Bulgarian localization.
-Bug report link in the 'About' tab.

Optimizations:
-Behind the scenes cleanup and improvements.
-Due to the switch to FFmpeg, gifs now load much faster and will not fully load into memory (very long gifs are now playable).
-Overall animated images should load faster now.
-Settings are now saved on disk only when the program closes. This should significantly reduce disk writing when changing settings.
-Crash dumps should be much smaller in size now.
-AOT compiling. Startup times should now be faster.

Fixed:
-Control background color not being transparent in the view windows.

Removed:
-32 bit support.
-Unused settings.
-Unused translations.

Known issues:
-Webm and gif files cannot be "cut-pasted" if they are currently being viewed. There is a temporary fix that unloads the viewed file to avoid locked file messages.
-Cannot copy webm images like gifs.

0.1.2.1

10 Nov 13:22
be59b94
Compare
Choose a tag to compare

Updated:
-Libraries.

Fixed:
-Notification spam of non-image file events in opened folder.

0.1.2.0

24 Sep 15:33
be59b94
Compare
Choose a tag to compare

Fixed:
-Crash while trying to load images with possible corrupted color metadata.

Updated:
-Libraries.

Changed:
-Default settings to reflect more realistic usage.

0.1.1.1

09 Jun 16:02
be59b94
Compare
Choose a tag to compare

Changes:
-Improved the 'About' tab.

0.1.1.0

09 Jun 14:39
Compare
Choose a tag to compare

Changes:
-New URL link for version changelog.
-Updated URL to match repo rename.
-Updated copyright year.

0.1.0.1

08 Jun 23:38
Compare
Choose a tag to compare

Fixed:
-Message box showing when downloading new updates.
-Downloading should now show the total size of the file.

MahApps 2.0 and friends

08 Jun 22:58
Compare
Choose a tag to compare

Changes:
-Added virtualization to the thumbnail list. This should improve performance and avoid using excessive amount of CPU and memory to try and load all thumbnails at once.
Because of this the thumbnail box will be limited to a single column. Max thumbnail size increased to 240 due to this.
-Window title is now case-sensitive.

Updated:
-MahApps to 2.0.1. Significant visual and behind the scenes changes.
-Libraries.

Fixed:
-Crash when deleting an image if its the last one viewed.
-Settings 'connection line' not changing accent if its on and user changes app accent colors.

Optimizations:
-Overall performance should be improved.
-UI.
-Startup speed.
-GIF tag on thumbnails render position.