* Wallpaper on lock screen * [`UserProfilePersonalizationSettings.TrySetLockScreenImageAsync(StorageFile)`](https://docs.microsoft.com/en-us/uwp/api/windows.system.userprofile.userprofilepersonalizationsettings.trysetlockscreenimageasync?view=winrt-20348) * Sets lock screen image correctly the first time it is called * Fails to update lock screen image afterwards because first image is still cached * Known issue: https://stackoverflow.com/questions/56935486#comment100576490_56935486 * Different wallpapers on multiple monitors (planned for next version) * [`IDesktopWallpaper::SetWallpaper`](https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-idesktopwallpaper-setwallpaper) * Monitor ID can be specified to set wallpaper on single monitor * ~~No fade transition so image change is jarring/unnatural~~ * Different wallpapers on virtual desktops (supported in v4.7.0) * ~~[`IVirtualDesktopNotification.CurrentVirtualDesktopChanged`](https://github.com/Grabacr07/VirtualDesktop/blob/master/source/VirtualDesktop/Interop/(interfaces)/IVirtualDesktopNotification.cs#L21)~~ * ~~Unstable API that broke in Win10 Insiders Preview (https://github.com/Grabacr07/VirtualDesktop/issues/55)~~ * ~~Need to investigate this when new APIs are exposed (https://github.com/Grabacr07/VirtualDesktop/pull/57)~~
UserProfilePersonalizationSettings.TrySetLockScreenImageAsync(StorageFile)IDesktopWallpaper::SetWallpaperNo fade transition so image change is jarring/unnaturalIVirtualDesktopNotification.CurrentVirtualDesktopChangedUnstable API that broke in Win10 Insiders Preview (Broken on Fast Ring (20270+) because of FC_USER_MARSHAL parameter changes Grabacr07/VirtualDesktop#55)Need to investigate this when new APIs are exposed (Add support for the latest Windows 10 build Grabacr07/VirtualDesktop#57)