Skip to content

0.8.1.1

Latest
Compare
Choose a tag to compare
@cathyjf cathyjf released this 30 Jun 10:39
0.8.1.1
6c2645a

The last official release of MacPass was version 0.8.1, released on February 10, 2022. Many commits have been made to the repository since then, but no official new release has been published. Therefore, I am uploading this unofficial release. This unofficial release is signed with my developer signing key, rather than with the developer signing key used for the previous official release (because I do not have access to that one).

Download: MacPass-0.8.1.1.zip

Biggest new feature

  • TouchID support for those Mac laptops with a fingerprint sensor (see MacPass#1089)

All changes since the last official release (0.8.1)

6c2645a Change app bundle identifier (Cathy J. Fitzpatrick, 2024-06-30)
47891a9 Bump version to 0.8.1.1; change signing key (Cathy J. Fitzpatrick, 2024-06-30)
c7774ed Fix compatibility with Xcode 15 (Cathy J. Fitzpatrick, 2024-06-30)
e1e86ac fix: removed custom deployment target for view since we do not use merged cells (Michael Starke, 2023-08-31)
904b4b9 Merge branch 'feature/enhance-password-change-settings-ux' (Michael Starke, 2023-08-31)
7263704 feature: added info text displaying the last time the database key was changed (Michael Starke, 2023-08-31)
debd5d7 WIP on reworking settings layout (Michael Starke, 2023-08-30)
7cbed0f updated to current Xcode version (Michael Starke, 2023-08-28)
265de27 fixed: compiler warning (Michael Starke, 2023-08-15)
1cafe65 Updated Translation (FR) (MacPass#1268) (Marc66, 2023-04-22)
478b149 fix typo (MacPass#1263) (Dietrich, 2023-02-24)
c123120 feature(TouchId): use new key storage dictionary instead of a lot of file based default keys (Michael Starke, 2023-02-23)
78f2de9 feature(touchIdSettings): Migrate touchID settings correctly to hashed databasefilenames (Michael Starke, 2023-02-23)
fb7c55b Fix typos in documentation (Michael Starke, 2023-02-23)
bee3766 shortened relaunch NSTask invocation (Michael Starke, 2022-11-24)
29756c0 added double-click copy action to TOTP column (Michael Starke, 2022-11-23)
05ba068 Added TOTP Column to entry table view (Michael Starke, 2022-11-23)
69ec359 Merge branch 'feature/sparkle-upgrade' (Michael Starke, 2022-11-22)
45e2402 updated to Sparkle 2 (Michael Starke, 2022-11-17)
bc83364 updated to current sparkle version (Michael Starke, 2022-11-14)
59f4fd0 adde re-selection of groups when exiting search. (Michael Starke, 2022-11-14)
289a27c reduced code complexity (Michael Starke, 2022-10-12)
24164d5 remove unnecessary code duplication (Michael Starke, 2022-10-07)
a162c19 Merge branch 'fix-totp-wizzard-issues' (Michael Starke, 2022-10-06)
05a5d38 updated to current Xcode (Michael Starke, 2022-10-06)
ef1876b fix MacPass#1241: Wrong german localisation in workflow preferences (Michael Starke, 2022-10-06)
2b318fc Updated to Xcode 14 (Michael Starke, 2022-09-14)
87fd55e Added migration to new format of touchId key store (Michael Starke, 2022-09-07)
4932601 Refactored naming. Added better handling of settings for touchID (Michael Starke, 2022-09-01)
76adcf7 Merge branch 'master' of https://github.com/MacPass/MacPass (Michael Starke, 2022-08-31)
f6e784b Fixed missing breaks in key storage. (Michael Starke, 2022-08-31)
663b55b Fix typo (MacPass#1237) (Wolfgang Rheinschmitt, 2022-08-31)
d601d6e Refactored touchID codebase to be more in line with the rest. (Michael Starke, 2022-08-30)
04e36bd Raised runner to 10.12 (Michael Starke, 2022-08-23)
0af2a22 Automatic signing (Michael Starke, 2022-07-08)
f31b33f Codestyle (Michael Starke, 2022-07-08)
68b8a59 Merge branch 'feature/feature-touchidunlock' (Michael Starke, 2022-07-07)
57433b8 Commit any open editing session in the popup before saving (Michael Starke, 2022-05-24)
360eb23 Fixed broken QR code parsing in TOTP wizzard (Michael Starke, 2022-05-24)
cbb4cea Fixed issue when trying to store key files for drafted documents (Michael Starke, 2022-05-24)
8be69ca Fixed MacPass#1208 Password field did not scroll when moving cursor out of view (Michael Starke, 2022-02-21)
9851a7b Use switch case. Localise user facing texts (Michael Starke, 2021-07-22)
d1690d7 Extracted the logic for storing the encrypted compositekey into a seperate class (Julius Zint, 2021-03-14)
3c54cd9 Code refactoring to implement suggestions from the code review. (Julius Zint, 2021-02-21)
4aa8127 Code refactoring to implement suggestions from the code review. (Julius Zint, 2021-02-21)
197a414 Code refactoring to implement suggestions from the code review. (Julius Zint, 2021-02-21)
88a5af9 Small layout changes. This prevents the error message overlapping the TouchID enabled button. (Julius Zint, 2021-02-14)
7b79c0b Added tooltip to TouchID enabled button. This is a first attempt to make it better to understand what the mixed state is all about. (Julius Zint, 2021-02-14)
c5e30a0 The TouchID keypair can no be removed from the macOS keychain (Julius Zint, 2021-02-14)
9d058f9 Explicitly setting the keychain-access-groups. In these groups Keychain items can be shared. If left empty, Xcode inserts the AppID prefix with a wildcard. (Julius Zint, 2020-12-22)
33907e0 Removed script buildstep that is no longer needed (Julius Zint, 2020-11-26)
02b3fc2 Fixed errors while rebasing to latest master (Julius Zint, 2020-10-19)
484b5e4 Added a flag to support unlocking the database with the apple watch as well as TouchID (Julius Zint, 2020-09-22)
8255893 Fixed typo (Julius Zint, 2020-08-29)
92a120c Support for persistent TouchID unlock. (Julius Zint, 2020-08-29)
3fc73a7 Switched Encryption algorithm to support larger message texts. (Julius Zint, 2020-08-22)
431b636 Switched to archiving the complete composite key for TouchID unlock (Julius Zint, 2020-08-22)
51bdf12 MPPasswordInputController completion callback refactoring (Julius Zint, 2020-08-22)
700dd43 TouchID unlock is now optional (Julius Zint, 2020-08-22)
5157ec8 Enables TouchID unlock for multiple Database files. (Julius Zint, 2020-08-16)
94956a6 fixed typos (Julius Zint, 2020-07-30)
4e56740 Added necessary entitlement and additional buildstep (Julius Zint, 2020-07-30)
a7b8be1 TouchID unlock Feature for MacPass. (Julius Zint, 2020-06-20)

See also: 0.8.1...0.8.1.1