Skip to content

Releases: mczachurski/wallpapper

Minutes are taking into account in time wallpapers.

16 Feb 05:53
baa5fa0
Compare
Choose a tag to compare
Merge pull request #68 from compufox/minute-support

fixed minutes not being utilized in time info calculation

Output plist file during extract metadata

22 May 09:19
Compare
Choose a tag to compare
1.7.3

Change version to 1.7.3

Fix compile issue in Xcode 13

30 Jun 14:18
Compare
Choose a tag to compare
1.7.2

Change version to 1.7.2

Improve error messages

23 Jan 08:37
Compare
Choose a tag to compare
1.7.1

Improve error messages

Add `wallpaper-exif` application

22 Jan 20:26
Compare
Choose a tag to compare

New console application can be used to generate JSON file with Sun location based on EXIF metadata from photos. For example:

$ wallpaper-exif 1.jpeg 2.jpeg 3.jpeg 4.jpeg

New mechanism to extract metadata from HEIC file

20 Jan 18:17
Compare
Choose a tag to compare
1.6.0

Add mechanism to extract metadata from HEIC file

Improved appearance information

10 Jan 10:43
Compare
Choose a tag to compare

When in JSON file there is no information about static light/dark pictures, then information about static appearance is not added to output file. Thus JSON like that can be used:

[
  {
    "fileName": "1.png",
    "isPrimary": true,
    "altitude": 27.95,
    "azimuth": 279.66
  },
  {
    "fileName": "2.png",
    "altitude": -31.05,
    "azimuth": 4.16
  },
  {
    "fileName": "3.png",
    "altitude": -26.10,
    "azimuth": 27.03
  },
  {
    "fileName": "4.png",
    "altitude": -15.23,
    "azimuth": 45.83
  },
  {
    "fileName": "5.png",
    "altitude": 0.05,
    "azimuth": 60.58
  },
  {
    "fileName": "6.png",
    "altitude": 16.31,
    "azimuth": 72.80
  },
  {
    "fileName": "7.png",
    "altitude": 34.16,
    "azimuth": 84.31
  },
  {
    "fileName": "8.png",
    "altitude": 52.38,
    "azimuth": 97.87
  },
  {
    "fileName": "9.png",
    "altitude": 69.59,
    "azimuth": 122.59
  },
  {
    "fileName": "10.png",
    "altitude": 77.09,
    "azimuth": 196.03
  },
  {
    "fileName": "10.png",
    "altitude": 64.00,
    "azimuth": 248.53
  },
  {
    "fileName": "10.png",
    "altitude": 46.15,
    "azimuth": 267.27
  },
  {
    "fileName": "10.png",
    "altitude": 10.41,
    "azimuth": 291.18
  },
  {
    "fileName": "14.png",
    "altitude": -5.95,
    "azimuth": 304.07
  },
  {
    "fileName": "15.png",
    "altitude": -19.51,
    "azimuth": 320.06
  },
  {
    "fileName": "16.png",
    "altitude": -28.63,
    "azimuth": 340.41
  }
]

Support of single file in few nodes

10 May 09:31
Compare
Choose a tag to compare

Now single file can be added to multiple nodes (it's encoded only once in HEIC file).

1.4.2

15 Jul 04:25
Compare
Choose a tag to compare

Fix issue with value of index for time wallpapers.

1.4.1

02 Jul 15:35
Compare
Choose a tag to compare

Fix version number