Releases: nevaran/FIV
0.3.2.0
0.3.1.0
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
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
0.1.2.0
0.1.1.1
0.1.1.0
0.1.0.1
MahApps 2.0 and friends
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.