WPF Animated GIF Changelog

What's new in WPF Animated GIF 2.0.2

Oct 24, 2021
  • Fixed:
  • Assembly version set to 1.0.0 in package version 2.0.1 (#93)

New in WPF Animated GIF 2.0.1 (Oct 11, 2021)

  • Display fixed images that are not BitmapSource (#89)

New in WPF Animated GIF 1.4.13 (May 13, 2015)

  • Fixed issue where the Play method had no effect if called immediately after setting the AnimatedSource

New in WPF Animated GIF 1.4.12 (Jan 5, 2015)

  • Fixed #11 again for the case of a non-animated image

New in WPF Animated GIF 1.4.11 (Dec 18, 2014)

  • Fixed issue #11 (image is not cleared when setting AnimatedSource to null)

New in WPF Animated GIF 1.4.10 (Dec 9, 2014)

  • Fixed #9: Animation doesn't restart when the Image control is unloaded and reloaded

New in WPF Animated GIF 1.4.9 (Oct 13, 2014)

  • Fixed 5|https://github.com/thomaslevesque/WpfAnimatedGif/issues/5 (Memory/GDI leak)

New in WPF Animated GIF 1.4.8 (Sep 27, 2014)

  • Animation caching to improve performance
  • Fixed possible memory leak

New in WPF Animated GIF 1.4.6 (Sep 24, 2014)

  • Fixed #3 AnimationLoaded event not firing for non-animated image

New in WPF Animated GIF 1.4.5 (Sep 22, 2014)

  • Fixed #2 Add AnimationLoaded attached event

New in WPF Animated GIF 1.4.4 (Oct 21, 2013)

  • Fixed Image fails to render if first frame is not a full frame

New in WPF Animated GIF 1.4.1 (Mar 18, 2013)

  • Fixed: AnimationCompleted event is still raised after the image has been removed
  • Fixed: GIF image loaded from a remote URL is not animated

New in WPF Animated GIF 1.4.0 (Mar 18, 2013)

  • Added support for controlling the animation from code (pause/resume/seek).

New in WPF Animated GIF 1.3.6 (Mar 18, 2013)

  • Fixed: siteoforigin Pack Uri not working

New in WPF Animated GIF 1.3.5 (Mar 18, 2013)

  • Fixed: If the repeat count is not specified in the image, it should be repeated only once