Skip to content

Releases: ChimeHQ/Meter

v0.5.1

08 Feb 11:13
e5b6389
Compare
Choose a tag to compare
  • Addresses #11 , where frames that use > 32 bits of address space (which does happen) will result in a crash during on-device symbolication.

v0.5.0

04 Feb 11:37
0d08110
Compare
Choose a tag to compare

What's Changed

  • Update Package.swift by @compnerd in #9
  • visionOS support
  • ObjectiveCExceptionReason

New Contributors

Full Changelog: 0.4.3...0.5.0

v0.4.3

13 Dec 16:07
6d39f09
Compare
Choose a tag to compare
  • Make frames generated from NSException match the load offset behaviors of recent OSes

v0.4.2

19 Oct 10:19
4fdce4a
Compare
Choose a tag to compare
  • Expand frame's address to be a UInt64, as the full integer size can actually be required.

v0.4.1

28 Sep 15:55
36231d6
Compare
Choose a tag to compare
  • Correct load address handling for macOS 13/iOS 16

v0.4.0

11 Mar 12:39
3080bca
Compare
Choose a tag to compare
  • More diagnostic types handled
  • ExceptionInfo
  • isSimulated property
  • correct date handling for macOS reports

v0.3.0

06 Dec 10:51
1ff3d64
Compare
Choose a tag to compare

On-device symbolication via DlfcnSymbolicator

v0.2.1

21 Jul 15:39
42d08ff
Compare
Choose a tag to compare
  • Fix incorrect address calculations

v0.2.0

13 Oct 15:07
Compare
Choose a tag to compare

First release which includes all core functionality