mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
111 lines
3.5 KiB
JSON
111 lines
3.5 KiB
JSON
{
|
|
"motd": "Welcome to LunaSea v10.2.0!\n\nThis release adds Sentry logging to allow for better error catching and tracking, full support for notifications on web (hosted version only), viewing your download client from the search and -arr releases page, and support for Android 13!\n\nThis build also includes fixes for users running Sonarr v4, safer database transactions, and a fully rewritten routing tree.\n\nFinally, the feedback board resource has been removed in favour of using Discord's new forum feature for feature requests! All requests from the previous board will slowly be transitioned to the Discord forum!",
|
|
"feat": {
|
|
"android": [
|
|
{
|
|
"commit": "96b2b1b5b010507dd7ece3421bf02eac6ba32486",
|
|
"message": "add support for monochromatic adaptive icon"
|
|
},
|
|
{
|
|
"commit": "113b2943469464598ce07b931818c7e29c6cc63a",
|
|
"message": "use vector images for icon"
|
|
},
|
|
{
|
|
"commit": "f8dca603310a3d514c0bd29cefc07e9802ea1350",
|
|
"message": "target building for Android 13 (SDK 33)"
|
|
},
|
|
{
|
|
"commit": "83e8374c33977c82096fcf8d5a4d94da5c291f8f",
|
|
"message": "support Android 13 notification prompt"
|
|
}
|
|
],
|
|
"logging": [
|
|
{
|
|
"commit": "57bbb80a0188d3bed9ca70846a89df6a3c2c0953",
|
|
"message": "integrate Sentry logging support for all platforms"
|
|
}
|
|
],
|
|
"router": [
|
|
{
|
|
"commit": "1d4207ae5106c2a0648b77a3b3ef6508665561e8",
|
|
"message": "re-implementation of routing via go_router"
|
|
}
|
|
],
|
|
"search": [
|
|
{
|
|
"commit": "a6be658164fed7dd2411a167dec6b4c53eab70f0",
|
|
"message": "view download client via overlay sheet"
|
|
}
|
|
],
|
|
"settings": [
|
|
{
|
|
"commit": "3d0c5209cb3e796629817dee986634154e7ffe9e",
|
|
"message": "add option to disable Sentry logging"
|
|
},
|
|
{
|
|
"commit": "136cda5215ae1d44dcd898e8e8e0b1e1912b3a41",
|
|
"message": "show notification settings area on web"
|
|
}
|
|
],
|
|
"web": [
|
|
{
|
|
"commit": "4b411107f74f048e6f3d571845590a5d29720ac3",
|
|
"message": "enable service worker processing of notifications"
|
|
}
|
|
],
|
|
"-arr": [
|
|
{
|
|
"commit": "0c59886657db0ed05a9d741c82689cb1272c6ad2",
|
|
"message": "view download client via overlay sheet"
|
|
}
|
|
]
|
|
},
|
|
"fix": {
|
|
"cache": [
|
|
{
|
|
"commit": "7aae4807221184dbe1d02454f73998a0458dd7f6",
|
|
"message": "add type-safety to LRU cache"
|
|
}
|
|
],
|
|
"database": [
|
|
{
|
|
"commit": "9960124d3219e2ab72e14443a1a79a1bac6b2cd3",
|
|
"message": "prevent deadlock in database deletion actions"
|
|
}
|
|
],
|
|
"notifications": [
|
|
{
|
|
"commit": "3593eb329b38fb4a5b776cf1b165ad6f463e371b",
|
|
"message": "enable in-app notifications config was inversed"
|
|
}
|
|
],
|
|
"resources": [
|
|
{
|
|
"commit": "d3d090e277f7dda7d4ef3d7808e7341cf79178fe",
|
|
"message": "remove feedback board resource"
|
|
}
|
|
],
|
|
"scrolling": [
|
|
{
|
|
"commit": "864082fd4045ef7dea0e0ab6a17d41ca86015fcb",
|
|
"message": "remove custom scrolling behaviour"
|
|
}
|
|
],
|
|
"sheets": [
|
|
{
|
|
"commit": "3a5e19b02c048df21bd169a0a06f1e9ae741debb",
|
|
"message": "set default overlay theme"
|
|
},
|
|
{
|
|
"commit": "3a5e19b02c048df21bd169a0a06f1e9ae741debb",
|
|
"message": "remove bottom radius clipping"
|
|
}
|
|
],
|
|
"sonarr": [
|
|
{
|
|
"commit": "e477ecafcce268d7de112f33711fc02a089a4206",
|
|
"message": "support Sonarr v4 API changes"
|
|
}
|
|
]
|
|
}
|
|
} |