Skip to content

Releases: haroldadmin/WhatTheStack

Version 1.0.0-alpha04

Choose a tag to compare

@haroldadmin haroldadmin released this 21 Mar 04:12
dbe12fe

WhatTheStack now logs every exception it receives.

This helps preserve the original error's information even if something goes wrong in the library's internals.

Version 1.0.0-alpha02

Choose a tag to compare

@haroldadmin haroldadmin released this 28 Nov 06:19

WhatTheStack now uses Jetpack Compose!

Changes

  • Migration to Jetpack Compose
  • Switch target API to 31
  • Switch to Gradle Versions Catalog
  • Upgrade to latest ktlint version
  • Use JDK 11 in CI builds
  • Use JDK 11 in Jitpack builds

Please try this new release and report any bugs/feedback!

Version 1.0.0-alpha01

Choose a tag to compare

@haroldadmin haroldadmin released this 28 Nov 05:56
5f9b660

WhatTheStack now uses Jetpack Compose!

Changes

  • Migration to Jetpack Compose
  • Switch target API to 31
  • Switch to Gradle Versions Catalog
  • Upgrade to latest ktlint version
  • Use JDK 11 in CI builds

Please try this new release and report any bugs/feedback!

Version 0.3.0

Choose a tag to compare

@haroldadmin haroldadmin released this 20 Jan 08:05
82c24ba

This release adds the ability to search Stackoverflow directly from the crash screen

Version 0.2.0

Choose a tag to compare

@haroldadmin haroldadmin released this 30 Oct 13:15
c804c4f

This release adds the following new features:

  • Compatibility with crash reporting libraries like Crashlytics (thanks @hameno)
  • Updated documentation

Version 0.1.0

Choose a tag to compare

@haroldadmin haroldadmin released this 20 Oct 17:16
79034cf

Shiny new release for WhatTheStack!

This release includes several new features:

  • WhatTheStackActivity now uses ViewBinding (thanks @shivam21)
  • Added ability to share the stacktrace directly from WhatTheStackActivity (thanks @larissayasin)
  • Add ability to restart the app from WhatTheStackActivity (thanks again, @shivam21)
  • Shiny new repository banner and logo!

Version 0.0.5

Choose a tag to compare

@haroldadmin haroldadmin released this 19 Aug 14:04
47259f2

New

  • Kotlin 1.4
  • Complete stack traces, without line wraps
  • Fixed window insets in exception activity

Version 0.0.4

Choose a tag to compare

@haroldadmin haroldadmin released this 27 Jun 12:24
fd2cfa9

This release adds a proguard rules file to WhatTheStack to prevent Proguard/R8 from stripping required code.
Thanks to @msfjarvis for contributing these changes!

Version 0.0.3

Choose a tag to compare

@haroldadmin haroldadmin released this 20 Jun 12:31

This release moves WTS to use the Jetpack App Startup library instead of its own ContentProvider.

This can be a breaking change if you disabled this ContentProvider in your manifest. If not, then it
should be a simple version upgrade without affecting any functionality.