Skip to content

Releases: codenameakshay/async_wallpaper

3.1.0

11 Mar 16:07

Choose a tag to compare

Full Changelog: 3.0.0...3.1.0

3.0.0

10 Mar 13:34
73d72cb

Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...3.0.0

2.1.0

23 Aug 12:01

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

Choose a tag to compare

Full Changelog: 2.0.2...2.0.3

2.0.2

14 Mar 16:03

Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

02 Oct 07:06
10c799e

Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

09 Aug 05:59
73263ca

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