Skip to content

Tags: anandyml/WhatTheStack

Tags

1.0.0-alpha02

Toggle 1.0.0-alpha02's commit message
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
- Use JDK 11 in Jitpack builds

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

s

1.0.0-alpha01

Toggle 1.0.0-alpha01's commit message
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!

0.3.1

Toggle 0.3.1's commit message
Version 0.3.1

- Improve contrast with status bar icons in light theme mode
- Update to Kotlin 1.5.20
- Update to Insetter 0.6.0
- Switch to Gradle Version Catalogue for dependency management
- Switch to Maven Publish plugin for creating project artifacts

0.3.0

Toggle 0.3.0's commit message
Version 0.3.0

- Add ability to search stackoverflow

0.2.0

Toggle 0.2.0's commit message
Version 0.2.0

- Save default exception handler as delegate before overriding it
- Call delegate handler after processing exception
- Update README to be clearer and less cluttered

0.1.0

Toggle 0.1.0's commit message
Version 0.1.0

Shiny new release for WhatTheStack!

This release includes several new features:
- WhatTheStackActivity now uses ViewBinding
- Added ability to share the stacktrace directly from
  WhatTheStackActivity
- Add ability to restart the app from WhatTheStackActivity
- Shiny new repository banner and logo!

0.0.5

Toggle 0.0.5's commit message
Version 0.0.5

New:
- Kotlin 1.4 update
- Complete stack traces, without line wraps
- Fixed window insets in exception activity

0.0.4

Toggle 0.0.4's commit message
Version 0.0.4

This release adds a proguard rules file to WhatTheStack to prevent
Proguard/R8 from stripping required code.

0.0.3

Toggle 0.0.3's commit message
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.

0.0.2

Toggle 0.0.2's commit message
Version 0.0.2

* This release adds the automatic initialization to the library
* WhatTheStack.init is deprecated
* README updated with instrucitons on how to use auto-init and disable
  it as well