Skip to content

Commit

Permalink
Create version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
til-schneider committed Sep 6, 2020
1 parent 5b57804 commit 617d928
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ Changelog
=========


v1.2.0 - 2020-09-06
-------------------

- Support for HEIC / HEIF
- Showing all EXIF data
- Showing photo location on a mini map
- Support for HiRes displays (#31, thanks to @cxcxcxcx)
- 20x faster scanning (#33, thanks to @cxcxcxcx)
- Other bugfixes and improvements


v1.1.0 - 2019-10-28
-------------------

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "picturama",
"productName": "Picturama",
"version": "1.2.0-dev",
"version": "1.2.0",
"description": "Digital image organizer powered by the web",
"author": "Loïc Nogues <nogues.loic@gmail.com>, Til Schneider <github@murfman.de>",
"license": "MIT",
Expand Down Expand Up @@ -85,7 +85,6 @@
"chokidar": "3.4.0",
"classnames": "^2.2.6",
"copy-text-to-clipboard": "^2.2.0",
"electron": "~9.0.4",
"exifr": "^5.0.3",
"font-awesome": "^4.7.0",
"gl-matrix": "^3.1.0",
Expand Down Expand Up @@ -129,6 +128,7 @@
"awesome-typescript-loader": "^5.2.1",
"copy-webpack-plugin": "^6.0.2",
"css-loader": "^3.6.0",
"electron": "~9.0.4",
"electron-builder": "^22.7.0",
"electron-notarize": "^1.0.0",
"file-loader": "^6.0.0",
Expand Down

0 comments on commit 617d928

Please sign in to comment.