Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Releases: Codezerker/atos-gui

More Configurations

02 Sep 09:12
Compare
Choose a tag to compare
  • 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

31 Aug 03:04
Compare
Choose a tag to compare
  • 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!

29 Aug 10:47
Compare
Choose a tag to compare

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

26 Aug 10:46
Compare
Choose a tag to compare
Pre-release

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

26 Aug 10:17
Compare
Choose a tag to compare
Pre-release

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

15 Jun 07:33
Compare
Choose a tag to compare
Tweak main menu Pre-release
Pre-release
  • 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

02 Jun 10:56
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release
  • 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

0.3.2

06 Dec 07:06
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release
  • Fix symbol parsing when application path contains whitespaces
  • After symbols are parsed, the addresses are no longer removed

0.3.1

15 Oct 06:43
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
Fix crash while setting load address to the UI

0.3

13 Oct 04:40
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release
Add support for selecting app binary