Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed Feb 15, 2023
1 parent 6076020 commit 5475db1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

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

## _next_
## 0.3.0

Yoath communicates with the YubiKey a lot less now. It will grab accounts on first load or when a new card is inserted, then Yoath will only fetch codes on demand after that. There is a new "refresh accounts" button to reload the accounts if you have added them since plugging in the device.

* Improve first-connection, adds a short delay after plugging in before fetching codes
* Improved the menubar icon on non-retina screens.

## 0.2.0

Expand Down
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 = 2;
CURRENT_PROJECT_VERSION = 3;
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.2.0;
MARKETING_VERSION = 0.3.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 = 2;
CURRENT_PROJECT_VERSION = 3;
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.2.0;
MARKETING_VERSION = 0.3.0;
PRODUCT_BUNDLE_IDENTIFIER = io.r0b.MiniYubiOath;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
Binary file modified MiniYubiOath/Assets.xcassets/StatusBarImage.imageset/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5475db1

Please sign in to comment.