v3.2.0
Bug Fixes
- Navigate to messages for leaf topic nodes — Fixed navigation when selecting topic nodes that are leaves in the topic tree (d7efb70)
Improvements
- Replace SwiftyJSON with Foundation JSONSerialization — Removed the SwiftyJSON third-party dependency in favor of built-in Foundation JSON parsing
(7ec2d55, 88bb497) - Remove Dynamic dependency and macCatalyst code — Dropped the Dynamic Swift package and removed the macCatalyst Finder integration from the certificate
import picker (394be58)
Maintenance
- Normalize whitespace in Swift sources — Added .editorconfig and normalization script to enforce consistent formatting (spaces, no trailing whitespace, LF
line endings) (bed48e5)
Full Changelog: v3.1.2...v3.2.0