diff --git a/changelog.md b/changelog.md index 539c81c..9fe7aa7 100755 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,17 @@ # Changelog +## 0.2.0.0 + +- Add sidebar with save buttons (normal, grayscale, or binary) +- Add sub-command "rename" for easy renaming of photos +- Make corners of selection draggable +- Center Perspec window on screen +- Add support for > macOS 11 +- Display better usage information when opening the macOS app +- Add a welcome banner +- Support registering the app with a license key + + ## 0.1.3.0 - Apply EXIF rotation to JPEG images diff --git a/makefile b/makefile index ddc2e3d..efa9325 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ Perspec.app: ~/.local/bin/perspec imagemagick --name Perspec \ --app-icon images/icon.icns \ --interface-type 'Text Window' \ - --app-version 0.1.3.0-$$(date -u "+%Y-%m-%dT%H:%M") \ + --app-version 0.2.0.0-$$(date -u "+%Y-%m-%dT%H:%M") \ --author "Adrian Sieber" \ --bundled-file ~/.local/bin/perspec \ --bundled-file app-aux-files/Credits.html \ diff --git a/package.yaml b/package.yaml index 3b71aac..a084cc2 100755 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: perspec -version: 0.1.3.0 +version: 0.2.0.0 github: feramhq/Perspec license-file: license author: Adrian Sieber