Skip to content

v2.10.1

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jun 02:25

UltraLog v2.10.1

macOS installs are now signed & notarized by Apple

The biggest change in this release: macOS builds are now signed with a Developer ID
certificate, notarized by Apple, and stapled. The "Apple cannot check it for malicious
software" warning is gone — UltraLog opens normally on first launch, even offline.

If you previously worked around the warning, no action is needed; just download the new
DMG and drag it to Applications.

Security & dependency updates

  • rustls-webpki 0.103.9 → 0.103.13 — pulls in upstream security advisory fixes
    (CRL parsing panic + name-constraint enforcement)
  • tar 0.4.44 → 0.4.45
  • grid 1.0.0 → 1.0.1

Housekeeping

  • Corrected version metadata across the site and structured data
  • Updated install instructions to reflect notarized builds

Installation

macOS

  1. Download the appropriate .dmg file for your Mac:
    • Intel Mac: ultralog-macos-intel.dmg
    • Apple Silicon (M1/M2/M3/M4): ultralog-macos-arm64.dmg
  2. Open the DMG and drag UltraLog to your Applications folder
  3. Launch UltraLog from Applications. The app is signed and notarized by Apple, so it opens without a Gatekeeper warning.

Windows

  1. Download ultralog-windows.zip
  2. Extract the zip file
  3. Run ultralog-windows.exe

Linux

  1. Download ultralog-linux.tar.gz
  2. Extract: tar -xzf ultralog-linux.tar.gz
  3. Run: ./ultralog-linux

What's Changed

🔄 Other Changes

Full Changelog: v2.10.0...v2.10.1