Releases: haroldadmin/WhatTheStack
Version 1.0.0-alpha04
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
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
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
This release adds the ability to search Stackoverflow directly from the crash screen
Version 0.2.0
This release adds the following new features:
- Compatibility with crash reporting libraries like Crashlytics (thanks @hameno)
- Updated documentation
Version 0.1.0
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
New
- Kotlin 1.4
- Complete stack traces, without line wraps
- Fixed window insets in exception activity
Version 0.0.4
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
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.