Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed Aug 15, 2017
1 parent d57543d commit 0056a07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.0.2
Released 15 August 2017

Highlights:
* Added: sidebar panels.
* Fixed: settings pages.
* Fixed: show faces and text boxes (OCR).
* Improved: Flow typings.
* Improved: re-use components for showing media files.
* Improved: bundle splitting.

The full list of commits can be found [here](https://github.com/basilfx/Photod/compare/v0.0.1...v0.0.2).

## v0.0.1
Released 25 July 2017

Expand Down
2 changes: 1 addition & 1 deletion photod-frontend/src/pages/settings/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class About extends React.Component<DefaultProps, Props, void> {
</div>

<div className='uk-margin-medium-top'>
Version 0.0.1 &mdash; Visit on <a href='#'>Github</a>
Version 0.0.2 &mdash; Visit on <a href='https://github.com/basilfx/Photod'>Github</a>
</div>
</div>
);
Expand Down

0 comments on commit 0056a07

Please sign in to comment.