Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dguo committed Apr 8, 2018
1 parent eec93ac commit 6e49125
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.3.0] - 2018-04-08
### Added
- Option to keep the theme on a particular date

### Fixed
- Remove the placeholder error message
- Remove console.logs in production

## [0.2.1] - 2018-04-06
### Fixed
Expand All @@ -31,6 +34,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
### Added
- Initial implementation

[Unreleased]: https://github.com/dguo/picture-paint/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/dguo/picture-paint/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/dguo/picture-paint/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/dguo/picture-paint/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/dguo/picture-paint/compare/v0.1.0...v0.2.0
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ The theme automatically updates every day, and you can click the toolbar button
to see the picture and click through to the National Geographic page. You can
also view [past
pictures](https://www.nationalgeographic.com/photography/photo-of-the-day/archive/)
and themes by changing the date in the popup. Available in [Firefox
and themes by changing the date in the popup. If you'd like to turn off the
automatic updates and keep the theme on a particular date, change the setting
in the extension's preferences page.

Picture Paint is available in [Firefox
Add-ons](https://addons.mozilla.org/en-US/firefox/addon/picture-paint/).

The color palette is determined by [color
Expand All @@ -22,6 +26,9 @@ Popup coloring:
Scroll for picture details:
![picture details](https://i.imgur.com/22etI5f.png)
---
Preferences:
![preferences](https://i.imgur.com/oHdTDf7.png)
---
![lightning](https://i.imgur.com/FvIy7CI.png)
---
![orangutan](https://i.imgur.com/rbEluSY.png)
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Picture Paint",
"version": "0.2.1",
"version": "0.3.0",
"author": "Danny Guo",
"homepage_url": "https://github.com/dguo/picture-paint",
"applications": {
Expand Down

0 comments on commit 6e49125

Please sign in to comment.