This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
Releases: Codezerker/atos-gui
Releases · Codezerker/atos-gui
More Configurations
- It is now possible to configure the symbolicator to always match all hexadecimal strings, this can be useful when the default matching rules (currently based on macOS crash reports) don't catch all the symbol addresses in the input.
Undo and Redo
- Fix undo and redo for the input text view.
- The symbolicator now correctly ignores the custom load address when "Automatically Match Load Address" is toggled on.
Split Text Views!
What's New
- The main window has been split into two text views, the symbolicated text is now displayed in a non-editable text view to avoid destructive changes to the original crash report.
- A new option has been added to allow the user toggling whether to match load address automatically.
Known Issues
- The editable text view's undo and redo are not working at the moment.
Test Release for Sparkle
This release is functionally identical to 0.4.0
, the only purpose of this release is to test the Sparkle update framework.
Brand New Symbolicator
What's New
- The symbolicator has been rewritten to make it more efficient and more accurate.
- Support for
.xcarchive
files has been removed. - Added auto-update (via Sparkle).
Known Issues
- Hardened Runtime and App Notarization has been disabled temporarily (mainly due to the use of Sparkle), this will be fixed in a future release.
Tweak main menu
- Clicking the app in Dock while at least one window is open no longer shows the welcome window
- ⌘O now shows the welcome window
0.3.3
- Add support for opening multiple windows
- Add a high resolution App icon
Also:
- Starting from this release, the application binaries are now notarized by Apple
Known Issues:
- Opening
.xcarchive
is not working at the moment, we are not planning to support this feature any more, it's likely to be removed in a future release