- New shortcuts
Command+1,Command+2, etc. to browse between featuresCommand+nto open editors. Depending on the feature, it will open something different. For Statuslog, it opens the Status composer; for Pics, the image uploader; and so onCommand+rto refresh features that have a refresh button. A quick way to fetch the latest content without reaching for the mouse
- All toolbars were updated to use the latest SwiftUI features, including customization. It's now possible to remove buttons, change their order, and more
- Added a button to the Weblog toolbar to open the blog settings in the browser
- It also includes several under-the-hood improvements, focusing on the lifecycle of SwiftUI views
Full log of Pull Requests in this version:
- #38 - Fix Account Details View's foreground color
- #36 - Fix SwiftFormat violations
- #51 - Bump version to 1.6.0
- #50 - Add missing MARKs
- #49 - Remove unnecessary SwiftLint command
- #48 - Re-enable redundantSendable
- #47 - Convert XCTests to Swift Testing
- #46 - Uodate SwiftFormat to lates version
- #45 - Add Command+* to switch between features
- #44 - Refactor toolbars to use latest SwiftUI features
- #43 - Add Weblog Configuration Button
- #41 - Make verified property optional
- #40 - Add MIT license to source code
- #39 - Add MIT license to source code
- #37 - Improve SwiftUI Views (Performance, Modern APIs, etc...)
- #35 - Add ADR-017: Direct Distribution Outside App Store
- #33 - Break EditorView into smaller methods
- #32 - Update Swift version used by SwiftFormat
- #31 - Run SwiftFormat without modifying files
- #30 - Add SwiftLint
- #29 - Split GitHub Actions in separate files
- #28 - Hide copy and share actions for draft posts
- #27 - Add steps to install and upgrade to release notes
Installation
Download directly from GitHub Releases
Download the .zip file from this release, extract it, and drag OMG.app to your Applications folder.
Install via Homebrew
brew tap otaviocc/apps
brew install --cask tritonUpgrade via Homebrew
If you installed Triton using Homebrew, upgrade to the latest version with:
brew upgrade --cask triton