|
1 | 1 | {
|
2 |
| - "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!", |
| 2 | + "motd": "Welcome to LunaSea v10.2.1!\n\nThis release adds some nice quality of life changes including the ability to set your boot module, automatic scrolling to the selected date in the calendar, and support for filesystem actions on web!\n\nThis build also includes some additional Android 13 fixes and other miscellaneous fixes and tweaks!", |
3 | 3 | "feat": {
|
4 |
| - "android": [ |
5 |
| - { |
6 |
| - "commit": "96b2b1b5b010507dd7ece3421bf02eac6ba32486", |
7 |
| - "message": "add support for monochromatic adaptive icon" |
8 |
| - }, |
| 4 | + "dashboard": [ |
9 | 5 | {
|
10 |
| - "commit": "113b2943469464598ce07b931818c7e29c6cc63a", |
11 |
| - "message": "use vector images for icon" |
| 6 | + "commit": "3ac2c5d791f94208a4004d161bb046c24b698345", |
| 7 | + "message": "(calendar) always show previous days in schedule view" |
12 | 8 | },
|
13 | 9 | {
|
14 |
| - "commit": "f8dca603310a3d514c0bd29cefc07e9802ea1350", |
15 |
| - "message": "target building for Android 13 (SDK 33)" |
16 |
| - }, |
17 |
| - { |
18 |
| - "commit": "83e8374c33977c82096fcf8d5a4d94da5c291f8f", |
19 |
| - "message": "support Android 13 notification prompt" |
| 10 | + "commit": "f1226e563899cfc0950865a9734448d4e00601b9", |
| 11 | + "message": "(calendar) scroll to selected date when loading the schedule view" |
20 | 12 | }
|
21 | 13 | ],
|
22 |
| - "logging": [ |
| 14 | + "modules": [ |
23 | 15 | {
|
24 |
| - "commit": "57bbb80a0188d3bed9ca70846a89df6a3c2c0953", |
25 |
| - "message": "integrate Sentry logging support for all platforms" |
| 16 | + "commit": "3dd087e361619889057a0b037b1eef35157a0988", |
| 17 | + "message": "ability to set the boot module" |
26 | 18 | }
|
27 | 19 | ],
|
28 |
| - "router": [ |
| 20 | + "-arr": [ |
29 | 21 | {
|
30 |
| - "commit": "1d4207ae5106c2a0648b77a3b3ef6508665561e8", |
31 |
| - "message": "re-implementation of routing via go_router" |
| 22 | + "commit": "bccd1a43c42b349901137f8fc605f393b51d541a", |
| 23 | + "message": "(releases) button to open indexer information page" |
32 | 24 | }
|
33 | 25 | ],
|
34 |
| - "search": [ |
| 26 | + "lidarr": [ |
35 | 27 | {
|
36 |
| - "commit": "a6be658164fed7dd2411a167dec6b4c53eab70f0", |
37 |
| - "message": "view download client via overlay sheet" |
| 28 | + "commit": "c76418d26f1a5f52f5cb1e46951f1cf6726508c2", |
| 29 | + "message": "(links) add MusicBrainz" |
38 | 30 | }
|
39 | 31 | ],
|
40 |
| - "settings": [ |
41 |
| - { |
42 |
| - "commit": "3d0c5209cb3e796629817dee986634154e7ffe9e", |
43 |
| - "message": "add option to disable Sentry logging" |
44 |
| - }, |
| 32 | + "radarr": [ |
45 | 33 | {
|
46 |
| - "commit": "136cda5215ae1d44dcd898e8e8e0b1e1912b3a41", |
47 |
| - "message": "show notification settings area on web" |
| 34 | + "commit": "c9bd02b75086579f60ad8987c42ab217c12f6d43", |
| 35 | + "message": "(edit) support moving files when editing the storage path" |
48 | 36 | }
|
49 | 37 | ],
|
50 | 38 | "web": [
|
51 | 39 | {
|
52 |
| - "commit": "4b411107f74f048e6f3d571845590a5d29720ac3", |
53 |
| - "message": "enable service worker processing of notifications" |
| 40 | + "commit": "7d437d5c3a34a8681c372570fc366e869f0b2090", |
| 41 | + "message": "(filesystem) support local filesystem read/save actions" |
54 | 42 | }
|
55 | 43 | ],
|
56 |
| - "-arr": [ |
| 44 | + "system": [ |
| 45 | + { |
| 46 | + "commit": "c062b3d786e55bc3ba7fe767dd946d73efbef64f", |
| 47 | + "message": "launch recovery mode on bootstrap failure" |
| 48 | + }, |
57 | 49 | {
|
58 |
| - "commit": "0c59886657db0ed05a9d741c82689cb1272c6ad2", |
59 |
| - "message": "view download client via overlay sheet" |
| 50 | + "commit": "125596498ec9839e584912185ddc5b625602a701", |
| 51 | + "message": "(locale) translations update from Weblate" |
60 | 52 | }
|
61 | 53 | ]
|
62 | 54 | },
|
63 | 55 | "fix": {
|
64 |
| - "cache": [ |
| 56 | + "firebase": [ |
65 | 57 | {
|
66 |
| - "commit": "7aae4807221184dbe1d02454f73998a0458dd7f6", |
67 |
| - "message": "add type-safety to LRU cache" |
68 |
| - } |
69 |
| - ], |
70 |
| - "database": [ |
| 58 | + "commit": "38f2eb4cb2a8e400ce2ecb0b6f2854469c9626fc", |
| 59 | + "message": "inject service file for older OS versions" |
| 60 | + }, |
71 | 61 | {
|
72 |
| - "commit": "9960124d3219e2ab72e14443a1a79a1bac6b2cd3", |
73 |
| - "message": "prevent deadlock in database deletion actions" |
| 62 | + "commit": "f3a3f222bd56beb4e961817b18d71f01fb7c5e81", |
| 63 | + "message": "upgrade to Firebase v10" |
74 | 64 | }
|
75 | 65 | ],
|
76 |
| - "notifications": [ |
| 66 | + "flutter": [ |
77 | 67 | {
|
78 |
| - "commit": "3593eb329b38fb4a5b776cf1b165ad6f463e371b", |
79 |
| - "message": "enable in-app notifications config was inversed" |
| 68 | + "commit": "3d794099a5418385dc1010f204c3f46fdbdd5503", |
| 69 | + "message": "upgrade packages" |
| 70 | + }, |
| 71 | + { |
| 72 | + "commit": "cf5bfca265d03b0fd966dfb069393a4bbb24c672", |
| 73 | + "message": "upgrade to Flutter 3.3.7/857bd6b74c" |
80 | 74 | }
|
81 | 75 | ],
|
82 |
| - "resources": [ |
| 76 | + "android": [ |
83 | 77 | {
|
84 |
| - "commit": "d3d090e277f7dda7d4ef3d7808e7341cf79178fe", |
85 |
| - "message": "remove feedback board resource" |
| 78 | + "commit": "25e0d051422b399de8c90e0fc71e57349e3355b7", |
| 79 | + "message": "support Android 13 filesystem access" |
| 80 | + }, |
| 81 | + { |
| 82 | + "commit": "b7ceebcb679dbca935b6a1810c0c67a14002e358", |
| 83 | + "message": "utilize Kotlin v1.7.20 & Gradle v7.1.2" |
86 | 84 | }
|
87 | 85 | ],
|
88 |
| - "scrolling": [ |
| 86 | + "calendar": [ |
89 | 87 | {
|
90 |
| - "commit": "864082fd4045ef7dea0e0ab6a17d41ca86015fcb", |
91 |
| - "message": "remove custom scrolling behaviour" |
| 88 | + "commit": "70ed750652ff419e6fed659a0785adc5064654e7", |
| 89 | + "message": "label unreleased movies as unreleased instead of missing" |
92 | 90 | }
|
93 |
| - ], |
94 |
| - "sheets": [ |
| 91 | + ] |
| 92 | + }, |
| 93 | + "refactor": { |
| 94 | + "uiux": [ |
95 | 95 | {
|
96 |
| - "commit": "3a5e19b02c048df21bd169a0a06f1e9ae741debb", |
97 |
| - "message": "set default overlay theme" |
| 96 | + "commit": "958e6f156862c1092399649baa361cd955299c88", |
| 97 | + "message": "remove forced-upper case on headers" |
98 | 98 | },
|
99 | 99 | {
|
100 |
| - "commit": "3a5e19b02c048df21bd169a0a06f1e9ae741debb", |
101 |
| - "message": "remove bottom radius clipping" |
| 100 | + "commit": "d9623e992d2ac2039eaa4f069c739d968c921cc6", |
| 101 | + "message": "add circular radius to linear progression bars" |
102 | 102 | }
|
103 | 103 | ],
|
104 |
| - "sonarr": [ |
| 104 | + "settings": [ |
105 | 105 | {
|
106 |
| - "commit": "e477ecafcce268d7de112f33711fc02a089a4206", |
107 |
| - "message": "support Sonarr v4 API changes" |
| 106 | + "commit": "ac838f99a9c839ce4e36e5eae80f1100e2787dc5", |
| 107 | + "message": "consolidate appearance, network, and localization pages" |
108 | 108 | }
|
109 | 109 | ]
|
110 | 110 | }
|
|
0 commit comments