Skip to content

Releases: ORelio/Spotlight-Downloader

SpotlightDL v1.5.0

31 Jul 17:40
Compare
Choose a tag to compare
  • Add support for Spotlight API v4 from Windows 11 with 4K images (#29, #30)
  • Add --api-version command-line parameter to revert to API v3 if needed
  • Avoid blurry text when image is smaller than screen by upscaling it before adding caption

SpotlightDL v1.4.5

27 Apr 20:14
Compare
Choose a tag to compare

Fix access to the Spotlight API

  • Fix image retrieval by enabling TLS 1.2

SpotlightDL v1.4.4

13 Jan 22:23
Compare
Choose a tag to compare

Resolve image retrieval and improve batch locale download

  • Fix image retrieval by updating Spotlight API parameters
  • Fix invalid locale stopping download when downloading all locales
  • Update the embedded locales list: new locales and remove invalid ones

SpotlightDL v1.4.3

01 May 21:14
Compare
Choose a tag to compare

Add support for trying many locales at once

  • Embed a list of locales supported by the Spotlight API (#11)
  • Allow setting --all-locales to attempt all known locales at once
  • Please note that metadata gathering is pointless in this mode

Add Setup program for automatically replacing the lock screen with default settings

SpotlightDL v1.4.2

03 Jan 17:51
Compare
Choose a tag to compare

Add support for metered connections and fix custom DPI scaling

  • Save bandwidth by skipping download on metered connections
  • Fix screen resolution being incorrectly detected when using display scaling

SpotlightDL v1.4.1

14 Sep 10:03
Compare
Choose a tag to compare

Download images for a different country

  • Allow setting --locale xx-XX to specify the desired locale

SpotlightDL v1.4

07 Sep 22:57
Compare
Choose a tag to compare

Embed image title in lockscreen picture, improve cache handling

  • Allow setting --cache-size to delete oldest images from SpotlightCache
  • Allow setting --embed-meta to embed image title for lockscreen/wallpaper

SpotlightDL v1.3

18 Aug 13:22
Compare
Choose a tag to compare

Improve download reliability, scripts, readme

  • Allow setting --amount of images to download (default: set by API)
  • Allow setting --api-tries to retry on API errors (default: 3)
  • Skip images with invalid integrity instead of stopping download
  • Fix SpotlightCache having only one image by using --amount 10
  • Add new scripts using SpotlightArchive instead of SpotlightCache
  • Update documentation and Readme Files

SpotlightDL v1.2

11 Feb 21:11
Compare
Choose a tag to compare
Add support for Windows 7 and 8 lockscreen

Also allow easy restore of default configuration
with new lockscreen --restore command line switch

SpotlightDL v1.1.1

11 Feb 10:39
Compare
Choose a tag to compare
Improve lockscreen cache deletion