Skip to content

Releases: JustAman62/ovault

v1.5.0 iOS/macOS 26 support

30 Sep 21:22

Choose a tag to compare

  • Updates to support new UI styles on iOS/macOS 26
  • Increase density of OTPs in Widgets to show more OTPs at once

Full Changelog: v1.4.0...v1.5.0

v1.4.0

03 May 12:42

Choose a tag to compare

Introduces an optional capability to lock the app on launch, requiring the device to authenticate you (e.g. via FaceID) before you can see OTPs. (#8)

v1.3.3

09 Apr 20:55

Choose a tag to compare

  • Fixes an issue introduced in v1.3.2 where OTP views may not update correctly automatically if the app window is currently active

v1.3.2

08 Apr 21:00

Choose a tag to compare

  • More improvements to reduce CPU usage, particularly when the app is inactive or backgrounded
  • Fix #7 by ensuring the Bundle Display name is set, so that the app name OVault is shown correctly in the Force Quit/Activity Monitor etc.

v1.3.1

20 Jan 21:21

Choose a tag to compare

This release is about reducing the surprisingly high CPU usage when you have lots of OTPs. This usage is related to the animations for the countdown bars (SwiftUI's linear ProgressView proved very resource intensive for some reason), and reducing the number of times OTP values are calculated.

Changelog

  • Improvements to the countdown bars/timers to improve performance and reduce energy usage
  • OTP calculations are now more efficient to reduce energy usage
  • Fix missing bundle display name, to ensure the Activity Monitor displays OVault for the process name

Full Changelog: v1.3.0...v1.3.1

v1.3.0

11 Jan 20:39

Choose a tag to compare

OVault v1.3.0

This update introduces some improvements to the windowing behaviour on Mac, and a new optional Menu Bar button which shows all your OTPs.

This update also introduces non-Mac App Store distribution for the app (#3), right here on GitHub. To install, simply download the attached DMG image, open it, and drag OVault.app to your Applications folder. To make this work, I had to change the Application Group Identifier for these direct distribution builds, so any preferences you had in the App Store version will not be carried over, you'll have to set them again.

Changelog

  • Add a new (optional) menubar/statusbar button which when clicked gives you quick access to all your OTPs and allows to you copy them, without having to open the app window. (#2)
  • Add a new option to force the app window to be "always-on-top", i.e. always float on top of other windows. If you enable this option, please make sure to quit and restart the app for it to take effect. (#2)
  • Add a new option replace the bottom row of OTPs in your Home Screen widget with an "Open OVault" button, to give you quick access to the app.
  • Fixed an issue with window state restoration when the main app window is closed and reopened. It should now reopen in the same place and size as when it was closed, exactly like it behaves when the app is quit and reopened. (#4)

These new features can be configured in the Settings page of the app (Cmd+,), so make sure to check them out!

Full Changelog: v1.2.0...v1.3.0