Skip to content
Spectre iOS v3.1.7, build 54 (public)

IMPROVED
--------

- Themed style improvements.

FIXED
-----

- Site counter could no longer be incremented once site image appears.
- A rare source of instability.

CHANGELOG
---------

 - Default fastlane environment configuration.
   [UPDATED]   Increase reliability of fastlane by increasing Xcode retries rather than failing the build on long runs.
 - Fix password counter getting disabled when site image appears.
   [FIXED]     Site image overlays content.
 - Update Countly.
   [UPDATED]   Countly updated to official, updated ratings API.
   [ADDED]     Add anonymous owner identifier to purchases.
   [UPDATED]   Sentry bumped.
   [FIXED]     Bad string value encoding.
 - Tracker improvements.
   [IMPROVED]  Submit application metadata as tags to all sentry events for enhanced comparisons.
   [UPDATED]   Explicitly disable privacy-compromising Sentry features (which were already disabled by default).
   [UPDATED]   Enable new Sentry tracing capabilities.
   [UPDATED]   Countly SDK update & revert to the official release.
 - Style tweaks.
   [IMPROVED]  Align background of theme buttons to effective background after theme activation.
   [IMPROVED]  Bring picker button styles more in line with toggle buttons.
   [IMPROVED]  Spacing between star ratings.
 - Fix unowned references that may outlive the host.
   [FIXED]     Don't use unowned references for blocks not directly owned by the reference, especially long-lived operations.
 - Ensure remote repository is accessible and tags are up-to-date.
   [FIXED]     Fastlane process can fail if remote is not accessible or tag already exists. Fail early in this case.