Skip to content

Releases: nevaran/FIV

0.5.2.0

27 Dec 13:19
36e8eb4
Compare
Choose a tag to compare

Added:
-Loading spinner icon to show when an image is being loaded.
-Safeguard when an animated media is being unloaded to avoid some crashes.

Optimizations:
-Loading non-animated images will no longer lock the application.

0.5.1.0

25 Dec 12:50
36e8eb4
Compare
Choose a tag to compare

Fixed:
-Crash when switching animated media.

Changed:
-Behind the scenes cleanup.

0.5.0.0

21 Dec 12:14
36e8eb4
Compare
Choose a tag to compare

Changed:
-Saving settings are now done using JSON. The settings are stored in the application folder.
-Zoom border zoom sensitivity is now a proper value.

Optimizations:
-Due to the switch to JSON, disk writing and app startip/close performance should be improved.

0.4.1.0

21 Dec 05:51
36e8eb4
Compare
Choose a tag to compare

Fixed:
-Settings slider values blinking when being rapidly changed.

Changed:
-Media control unload setting.

Updated:
-Libraries.

0.4.0.1

16 Dec 23:52
36e8eb4
Compare
Choose a tag to compare

Fixed:
-Clamping having incorrect limits when the image is zoomed in.

0.4.0.0

16 Dec 22:57
36e8eb4
Compare
Choose a tag to compare

Added:
-Panning limits (finally!).

Fixed:
-Crash when closing animated files.
-Window size not saving correctly if the program is maximized.
-Code execution order should now be more reliable.

0.3.6.0

13 Dec 14:22
36e8eb4
Compare
Choose a tag to compare

Optimizations:
-Enabled ReadyToRun. This should improve startup speed of the application.

Fixed:
-Patch-up a crash when initially opening animated files.
-Title information not updating correctly.

0.3.5.0

07 Dec 17:29
36e8eb4
Compare
Choose a tag to compare

Added:
-Window state and size saving. The program will now open with the size and state (maximized or windowed) it was last closed as.
-Cursor hiding if it is on top of the viewed control after a short time.

Optimizations:
-Slightly improved indexing speed when initially opening.

0.3.4.0

07 Dec 12:13
36e8eb4
Compare
Choose a tag to compare

Upgraded:
-Icons now use the MahApps Icon packs.

Added:
-Audio support.
-Volume control.
-Icons alongside some text buttons.

Improved:
-Thumbnail list visual fidelity.

Optimizations:
-Improved UI performance slightly.
-Thumbnail list performance.

Fixed:
-Crash when trying to enable/disable downsizing while viewing an animated media.
-Download progress text flashing.
-Animated tag in the thumbnail list having a tooltip.

0.3.3.0

05 Dec 23:20
36e8eb4
Compare
Choose a tag to compare

Fixed:
-Small misaligned UI controls.

Optimizations:
-Reduced amount of code needing to be loaded at program startup.
-Behind the scene cleanup.