Skip to content

Releases: fvito/WhatTheStack

1.0.0-alpha08

Choose a tag to compare

@fvito fvito released this 16 Aug 14:09
9986dcc

What's Changed

  • only start WhatTheStack service when app is in the foreground by @matejdro in #6 fixing #5

Full Changelog: 1.0.0-alpha07...1.0.0-alpha08

1.0.0-alpha07

Choose a tag to compare

@fvito fvito released this 05 Jul 05:56
60e548e

What's Changed

  • Update jitpack to JDK 17 by @fvito in #4

Full Changelog: 1.0.0-alpha06...1.0.0-alpha07

1.0.0-alpha06

Choose a tag to compare

@fvito fvito released this 30 May 11:46
49d77a2

What's Changed

  • Added support for handling early startup crashes. When such crash happens, WhatTheStack will post a post notification with more details about the crash. Thanks to @matejdro - #2
    Note: This requires the app to have POST_NOTIFICATIONS permission if targeting Android 13 and device to have notifications enabled (either fully or the "Crashes" channel). WhatTheStack will post an error message in logcat if notifications are not supported

  • Removed the accompanist dependency - #3

  • Bumped dependencies

    • kotlin to 1.9.22
    • androidx.appcompat:appcompat to 1.6.1
    • androidx.core:core-ktx to 1.12.0
    • androidx.startup:startup-runtime to 1.1.1
    • androidx.activity:activity-compose to 1.8.2
    • androidx.compose.ui:ui to 1.6.4
    • compose compiler to 1.5.10
    • androidx.compose.material:material to 1.6.4

New Contributors

1.0.0-alpha05

Choose a tag to compare

@fvito fvito released this 28 Mar 07:39
a189c96

What's Changed

  • Bump dependencies to newer milestones
    • Kotlin to 1.7.20
    • Compose to 1.3
    • Accompanist to 0.28