Skip to content

Commit

Permalink
Update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed Aug 24, 2018
1 parent 87cac2d commit d4fdc76
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 1.0.2
-------------

This adds two new features for MacOS X:

* Adds a --check option to update the MacOS X launchd path (in case the app's
path changed, for example during a brew update).
* Automatically searches for the tarsnap CLI in /usr/local/bin (which is where
brew puts it, but this directory is not added to the $PATH for GUI apps).

It also includes two bugfixes:

* The MacOS X app->"get info" now displays the version number.
* An existing job's options can now be saved to disk.


Version 1.0.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion Tarsnap.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CONFIG += c++11
TEMPLATE = app
TARGET = tarsnap-gui

VERSION = 1.0.1
VERSION = 1.0.2
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
#QMAKE_TARGET_COMPANY = Tarsnap Backup Inc.
#QMAKE_TARGET_PRODUCT = Tarsnap
Expand Down

0 comments on commit d4fdc76

Please sign in to comment.