Skip to content

Commit

Permalink
Bump version to 0.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Jan 2, 2022
1 parent 771a2e9 commit 85645ae
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 85645ae

Please sign in to comment.