Releases: fvito/WhatTheStack
Releases · fvito/WhatTheStack
1.0.0-alpha08
What's Changed
Full Changelog: 1.0.0-alpha07...1.0.0-alpha08
1.0.0-alpha07
What's Changed
Full Changelog: 1.0.0-alpha06...1.0.0-alpha07
1.0.0-alpha06
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
What's Changed
- Bump dependencies to newer milestones
- Kotlin to 1.7.20
- Compose to 1.3
- Accompanist to 0.28