This repository was archived by the owner on Apr 13, 2026. It is now read-only.
Releases: kdroidFilter/DesktopNotifyKT
Releases · kdroidFilter/DesktopNotifyKT
0.4.3
What's Changed
- Bump org.jetbrains.compose from 1.8.2 to 1.9.0 by @dependabot[bot] in #20
- Bump jna from 5.18.0 to 5.18.1 by @dependabot[bot] in #24
- Bump io.github.kdroidfilter:platformtools.core from 0.6.2 to 0.7.1 by @dependabot[bot] in #23
- Macos - fix conveyor issue by @kdroidFilter in #25
Full Changelog: v0.4.2...v0.4.3
0.4.2
What's Changed
- Bump io.github.kdroidfilter:platformtools.core from 0.6.1 to 0.6.2 by @dependabot[bot] in #22
- Bump org.jetbrains.compose.runtime:runtime from 1.8.2 to 1.9.0 by @dependabot[bot] in #19
Full Changelog: v0.4.1...v0.4.2
0.4.1
What's Changed
- Bump jna from 5.17.0 to 5.18.0 by @dependabot[bot] in #21
Full Changelog: v0.4.0...v0.4.1
0.4.0
What's Changed
- Bump kotlin from 2.2.0 to 2.2.10 by @dependabot[bot] in #11
- Introduced optional NotificationInitializer by @Godox in #16
- Removed compose runtime dependency from knotify by @Godox in #18
- Bump kotlin from 2.2.10 to 2.2.20 by @dependabot[bot] in #14
- Bump org.jetbrains.compose.runtime:runtime from 1.8.0 to 1.8.2 by @dependabot[bot] in #7
- Bump co.touchlab:kermit from 2.0.4 to 2.0.8 by @dependabot[bot] in #12
- Bump io.github.kdroidfilter:platformtools.core from 0.4.0 to 0.6.1 by @dependabot[bot] in #13
New Contributors
- @dependabot[bot] made their first contribution in #11
- @Godox made their first contribution in #16
Full Changelog: v0.3.0...v0.4.0
0.3.0
What's Changed
Complete overhaul of the library, transforming it from a multi-platform notification library to a focused desktop notification solution. The library has been rebranded as "DesktopNotify-KT" (KNotify) and now exclusively targets desktop platforms (Windows, macOS, and Linux).
- Refactor and Rebrand to DesktopNotify-KT by @kdroidFilter in #6
v.0.2.0
Compose Native Notification v2.0 - New Release
We're thrilled to announce the new version of Compose Native Notification! This update features:
- Complete Kotlin DSL Rewrite: A smoother, more intuitive way to declare notifications.
- Interactive Buttons: Add buttons with custom actions to your notifications.
- Advanced Callbacks: Full support for
onActivated,onDismissed, andonFailedon Linux and Windows. - Android Support: Full Android notification support with channel setup (except
onDismissed).
For details or to contribute, visit our GitHub repository.
Thanks for your support!
v0.1.2
bump to 0.1.2
v0.1.1
v0.1.1
v0.1.0
First release