Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweener authored Dec 21, 2024
1 parent 949f11e commit 2f9cc88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.4.1] - December 21, 2024
- 🤖 On Android, you can now customize the notification icon color and drawable for all notifications in your app or on a per-notification basis.

## [1.4.0] - December 17, 2024
- It is now possible to schedule a repeating Alarmee with a specific `Duration` interval, using [RepeatInterval.Custom](https://github.com/Tweener/alarmee/blob/main/alarmee/src/commonMain/kotlin/com/tweener/alarmee/RepeatInterval.kt#L18). See [sample](https://github.com/Tweener/alarmee/blob/main/sample/composeApp/src/commonMain/kotlin/com/tweener/alarmee/sample/App.kt#L78-L95).
- **`[BREAKING]`** `RepeatInterval` is now a sealed class instead of an enum class.
Expand Down

0 comments on commit 2f9cc88

Please sign in to comment.