Skip to content

NotyKT v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 17:28

This release includes a new feature and some fixes in the Jetpack Compose Application.

🔮 What's New?

  • [#119] Added support in the Jetpack Compose app to Share note as an Image (Contributed by @ch8n).

✅ Bug Fixes / Improvements

  • Fixed saving/syncing note information

🎯 Codebase Improvements

  • Extracted out common used utility code of composeapp and simpleapp into a common utility functions.
  • Created a common @Composable component Capturable for capturing composable component in the form of a Bitmap.
  • Updated Jetpack Compose to 1.0.4 and Kotlin version to 1.5.31.

Many Thanks to superstar ⭐ contributor @ch8n for the PR