All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.6.2 - 2021-02-21
- Fix retrieving images.
0.6.1 - 2019-11-03
- Fix retrieving images.
0.6.0 - 2019-09-07
- Fix support for Firefox 70 and above. 63 is now the minimum supported version.
0.5.2 - 2018-10-16
- Fix credits in the form of "by Photograph by Charlie James, National Geographic"
0.5.1 - 2018-08-11
- Fix an issue with image URLs that broke the extension. The format of the URLs in the Nat Geo JSON changed.
0.5.0 - 2018-05-04
- Set the tab loading color because the default blue looks bad with some colors
0.4.1 - 2018-04-22
- Apply the theme to new windows
0.4.0 - 2018-04-12
- Check more frequently for a new Photo of the Day
0.3.0 - 2018-04-08
- Option to keep the theme on a particular date
- Remove the placeholder error message
- Remove console.logs in production
0.2.1 - 2018-04-06
- Remove debugging console.logs
- Handle HTML credit with no paragraph tag
0.2.0 - 2018-04-05
- Date picker for viewing past photos/themes
- Set popup colors in the theme
- Show an error message when the photo can't be retrieved, processed, or loaded
- Use a loading indicator in the popup
- Handle old JSON structures
- Initial implementation