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
- Download the appropriate
.dmgfile for your Mac:- Intel Mac:
ultralog-macos-intel.dmg - Apple Silicon (M1/M2/M3/M4):
ultralog-macos-arm64.dmg
- Intel Mac:
- Open the DMG and drag UltraLog to your Applications folder
- Launch UltraLog from Applications. The app is signed and notarized by Apple, so it opens without a Gatekeeper warning.
Windows
- Download
ultralog-windows.zip - Extract the zip file
- Run
ultralog-windows.exe
Linux
- Download
ultralog-linux.tar.gz - Extract:
tar -xzf ultralog-linux.tar.gz - Run:
./ultralog-linux
What's Changed
🔄 Other Changes
- fix(release): notarize macOS builds + bump to v2.10.1 by @SomethingNew71 in #73
Full Changelog: v2.10.0...v2.10.1