Skip to content

3.2.0 - Quiet

Compare
Choose a tag to compare
@onevcat onevcat released this 07 Nov 03:59
· 1822 commits to master since this release

Add

  • A new option to ignore placeholder and keep current image while loading/downloading a new one. This would be useful when you want to display the earlier image while loading a new one. 494
  • A disk cache path closure to let you fully customize the disk cache path. #499

Fix

  • Move methods which were marked as open to their class defination scope, to avoid the compiler restriction when overridden. #500