- All notable changes to this project will be documented in this file.
- The format is based on Keep a Changelog.
- This project adheres to Semantic Versioning.
2.0.2 - 2023-01-20
Maintenance update. Updates usage of mkdirp dependency (upstream breaking change).
- deps: mkdirp@^2.1.3
2.0.1 - 2023-01-20
Maintenance update. Replaces @ungoldman/serve
(unmaintained) with latest serve
.
- deps(dev): @ungoldman/serve -> serve@^14.1.2 (security update)
- deps(dev): sitedown@^5.1.3
- deps(dev): gh-pages@^4.0.0
- misc doc & site updates
2.0.0 - 2022-04-18
- breaking: convert to async function (#15)
- breaking: pkg(engines): set min node to 12
- feat: add screen & scale options
- deps: progress@2
- deps: mkdirp@1
- deps: untildify@4
- ci: add actual test, use gh actions
1.0.2 - 2022-04-14
- fix: switch to @ungoldman/himawari to fix breaking underlying bug
The source for the image tiles, Japan's NICT (National Institute of Information and Communications Technology), switched to HTTPS only. The library that fetches those tiles, himawari.js hasn't been updated in 6 years. In an effort to get my old himawari projects working again, I forked himawari.js, fixed it, and republished it as @ungoldman/himawari.
This program should now work again! Apologies to anyone who has been unsuccessfully trying to update their wallpaper for the last 2 or 3 years.
1.0.1 - 2016-10-03
- bugfix: allow omitting options object (#10)
1.0.0 - 2016-09-17
- lint: bump standard to latest version (^8), use snazzy
- site: add scripts for generating a gh-pages site
- ci: target node 6 only
- parallelize downloads by default
- add version option
- add resources, contributing sections to readme
- expand contributing guidelines
- use himawari@^1.2.3 (ETIMEDOUT bug fix for #5)
- improve docs, add links
- add example script
- improve documentation based on feedback
- add warning about magick
- add install instructions for imagemagick, graphicsmagick
- improve docs
- alpha release