Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dominickolbe/BetterPassword
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.2
Choose a base ref
...
head repository: dominickolbe/BetterPassword
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 5, 2022

  1. fix: typo

    dominickolbe committed Feb 5, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    ctavan Christoph Tavan
    Copy the full SHA
    f9c09c2 View commit details
  2. chore: update version

    dominickolbe committed Feb 5, 2022
    Copy the full SHA
    b5d1a6e View commit details
  3. chore(release): 1.8.0

    dominickolbe committed Feb 5, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    ctavan Christoph Tavan
    Copy the full SHA
    71d3a0e View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c67cf15 View commit details
  5. chore: update version

    dominickolbe committed Feb 5, 2022
    Copy the full SHA
    2614f83 View commit details
  6. chore(release): 1.9.0

    dominickolbe committed Feb 5, 2022
    Copy the full SHA
    20d725f View commit details
8 changes: 4 additions & 4 deletions Better Password.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -363,7 +363,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1642979336;
CURRENT_PROJECT_VERSION = 1644076640;
DEVELOPMENT_ASSET_PATHS = "\"Better Password/Preview Content\"";
DEVELOPMENT_TEAM = Q6ERXZ3Z5B;
ENABLE_PREVIEWS = YES;
@@ -381,7 +381,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.7;
MARKETING_VERSION = 1.9;
PRODUCT_BUNDLE_IDENTIFIER = app.domnc.betterpassword;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -403,7 +403,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1642979336;
CURRENT_PROJECT_VERSION = 1644076640;
DEVELOPMENT_ASSET_PATHS = "\"Better Password/Preview Content\"";
DEVELOPMENT_TEAM = Q6ERXZ3Z5B;
ENABLE_PREVIEWS = YES;
@@ -421,7 +421,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.7;
MARKETING_VERSION = 1.9;
PRODUCT_BUNDLE_IDENTIFIER = app.domnc.betterpassword;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
10 changes: 5 additions & 5 deletions Better Password/Modules/Settings/SettingsView.swift
Original file line number Diff line number Diff line change
@@ -31,12 +31,12 @@ struct SettingsView: View {
List {

Section(
header: Text("APPARENCE")
header: Text("OPTIONS")
) {
Picker("APPARENCE", selection: appSettings.$currentTheme) {
Text("APPARENCE_LIGHT").tag(Theme.light)
Text("APPARENCE_DARK").tag(Theme.dark)
}.pickerStyle(.segmented)
Picker("APPEARANCE", selection: appSettings.$currentTheme) {
Text("APPEARANCE_LIGHT").tag(Theme.light)
Text("APPEARANCE_DARK").tag(Theme.dark)
}
}

Section(
8 changes: 4 additions & 4 deletions Better Password/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@

"APP_VERSION" = "Version";

"APPARENCE" = "Apparence";
"APPARENCE_AUTO" = "Auto";
"APPARENCE_LIGHT" = "Hell";
"APPARENCE_DARK" = "Dunkel";
"OPTIONS" = "Optionen";
"APPEARANCE" = "Appearance";
"APPEARANCE_LIGHT" = "Hell";
"APPEARANCE_DARK" = "Dunkel";
8 changes: 4 additions & 4 deletions Better Password/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@

"APP_VERSION" = "Version";

"APPARENCE" = "Apparence";
"APPARENCE_AUTO" = "Auto";
"APPARENCE_LIGHT" = "Light";
"APPARENCE_DARK" = "Dark";
"OPTIONS" = "Options";
"APPEARANCE" = "Appearance";
"APPEARANCE_LIGHT" = "Light";
"APPEARANCE_DARK" = "Dark";
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.9.0](https://github.com/dominickolbe/BetterPassword/compare/v1.7.2...v1.9.0) (2022-02-05)


### Bug Fixes

* Localizable.strings ([c67cf15](https://github.com/dominickolbe/BetterPassword/commit/c67cf1579b5bb27d135aa3f28ec11c7656a8b3b6))
* typo ([f9c09c2](https://github.com/dominickolbe/BetterPassword/commit/f9c09c2262d2a22389994a86db1a9ed499a4cfb5))

## [1.8.0](https://github.com/dominickolbe/BetterPassword/compare/v1.7.2...v1.8.0) (2022-02-05)


### Bug Fixes

* typo ([f9c09c2](https://github.com/dominickolbe/BetterPassword/commit/f9c09c2262d2a22389994a86db1a9ed499a4cfb5))

### [1.7.2](https://github.com/dominickolbe/BetterPassword/compare/v1.7.1...v1.7.2) (2022-01-24)

### [1.7.1](https://github.com/dominickolbe/BetterPassword/compare/v1.7.0...v1.7.1) (2022-01-24)