Changelog

This commit is contained in:
Philipp Heckel 2022-11-26 19:47:28 -05:00
parent cd2e9b7d6a
commit b9479e3ecd
2 changed files with 2 additions and 2 deletions

View file

@ -16,12 +16,11 @@ import io.heckel.ntfy.app.Application
import io.heckel.ntfy.db.ConnectionState
import io.heckel.ntfy.db.Repository
import io.heckel.ntfy.db.Subscription
import io.heckel.ntfy.util.Log
import io.heckel.ntfy.msg.ApiService
import io.heckel.ntfy.msg.NotificationDispatcher
import io.heckel.ntfy.ui.Colors
import io.heckel.ntfy.ui.MainActivity
import io.heckel.ntfy.util.isDarkThemeOn
import io.heckel.ntfy.util.Log
import io.heckel.ntfy.util.topicUrl
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers

View file

@ -4,6 +4,7 @@ Bug fixes + maintenance:
* Android 13: Ask for permission to post notifications (#508)
* Remove timestamp when copying message text (#471, thanks to @wunter8)
* Fix auto-delete if some icons do not exist anymore (#506)
* Fix notification icon color (#480, thanks to @s-h-a-r-d for reporting)
Additional translations:
* Korean (thanks to @YJSofta0f97461d82447ac)