Skip to content

Releases: codenameakshay/async_wallpaper

2.1.0

23 Aug 12:01
Compare
Choose a tag to compare

What's Changed

  • Crash on android 14 while setting live wallpaper fixed. by @naeem-shah in #36
  • Added open wallpaper chooser function by @guyluz11 in #41

New Contributors

Full Changelog: 2.0.3...2.1.0

2.0.3

30 May 11:45
Compare
Choose a tag to compare

Full Changelog: 2.0.2...2.0.3

2.0.2

14 Mar 16:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

02 Oct 07:06
10c799e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

09 Aug 05:59
73263ca
Compare
Choose a tag to compare

2.0.0

  • Add support for Android 13
  • Add a new bool parameter goToHome to all methods
  • Breaking change - All methods now return a bool instead of String, to make error handling easier
  • Breaking change - All methods now accept named parameters instead of positional parameters
  • Fixed documentation