Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed Dec 26, 2022
1 parent dc1260c commit e61a1b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Notable features, fixes and updates are logged in this file.

## 0.2.0

* Add "Get help" menu option to start a GitHub issue
* Add "Open Yubico Authenticator" menu option (when it is installed) to open that app
* Refresh state whenever Smart Cards are inserted or remove

## 0.1.0

🎉 Everything is new!
8 changes: 4 additions & 4 deletions MiniYubiOath.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniYubiOath/Preview Content\"";
DEVELOPMENT_TEAM = DVZVQBGZFR;
Expand All @@ -405,7 +405,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.1;
MARKETING_VERSION = 0.2.0;
PRODUCT_BUNDLE_IDENTIFIER = io.r0b.MiniYubiOath;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -424,7 +424,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MiniYubiOath/Preview Content\"";
DEVELOPMENT_TEAM = DVZVQBGZFR;
Expand All @@ -439,7 +439,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.1;
MARKETING_VERSION = 0.2.0;
PRODUCT_BUNDLE_IDENTIFIER = io.r0b.MiniYubiOath;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ Quickly grab OATH TOTP two-factor codes on a YubiKey from the status bar.

I make apps that I use regularly and I like high-quality apps.
You can get this for free by downloading the release from GitHub,
or you can support development by buying the app on the _App Store_
or you can support development by buying the app on the [App Store](https://apps.apple.com/gb/app/yoath/id1660931205)
and you get automatic updates.

> TODO: fill in App Store link when released.
## Install

1. Find the [latest release](https://github.com/robb-j/MiniYubiOath/releases)
Expand Down

0 comments on commit e61a1b0

Please sign in to comment.