Skip to content

Releases: sindresorhus/macos-wallpaper

v2.3.2

16 Sep 15:45
Compare
Choose a tag to compare
  • Update dependencies

v2.3.1...v2.3.2

v2.3.1

23 Jan 11:48
Compare
Choose a tag to compare
  • Fix getting wallpaper for a specific screen

v2.3.0...v2.3.1

v2.3.0

10 Jan 05:18
Compare
Choose a tag to compare
  • Add native support for Apple silicon

v2.2.0...v2.3.0

v2.2.0

16 Sep 11:23
Compare
Choose a tag to compare
  • Internal: Move to swift-argument-parser for the CLI b4f367a

v2.1.0...v2.2.0

v2.1.0

04 May 06:09
Compare
Choose a tag to compare
  • Add fillColor option and --fill-color flag (#27) aff2770
  • Add set-solid-color command (#30) 3ce8276

v2.0.0...v2.1.0

v2.0.0

28 Sep 19:16
Compare
Choose a tag to compare

Breaking:

  • wallpaper unicorn.jpgwallpaper set unicorn.jpg
  • wallpaperwallpaper get
  • It now gets and sets the wallpaper for all screens by default. You can control this behavior with the --screen flag.

Other:

  • Rewritten in Swift.
  • Support for multiple screens.
  • Now available as a Swift API, installable with the Swift Package Manager.
  • Fix issue with setting the desktop wallpaper to the existing URL. 5501133

1.3.0...v2.0.0

1.3.0

02 Feb 09:02
Compare
Choose a tag to compare

Add support for scaling method. f50704b

1.2.0

24 Jul 17:21
Compare
Choose a tag to compare

Now even works when the desktop background is set to change on an interval. 397287d

1.1.1

26 Mar 09:16
Compare
Choose a tag to compare

Use the primary screen instead of current one. acb6816

1.1.0

06 Oct 01:29
Compare
Choose a tag to compare

Improved error handling and smaller binary.