Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit aa2abe2

Browse files
committed
chore(release): v10.0.3
[skip ci]
1 parent b3caf34 commit aa2abe2

File tree

12 files changed

+536
-478
lines changed

12 files changed

+536
-478
lines changed

.github/workflows/prepare.yml

+2
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ jobs:
204204
205205
generate-files:
206206
name: Generate Files
207+
needs: build-details
207208
runs-on: ubuntu-latest
208209
steps:
209210
- name: Setup Environment
@@ -217,6 +218,7 @@ jobs:
217218
run: |
218219
echo FLAVOR=${{ inputs.flavor }} > .env
219220
echo COMMIT=${{ github.sha }} >> .env
221+
echo BUILD=${{ needs.build-details.outputs.build-number }} >> .env
220222
221223
- name: Generate Localization
222224
run: dart ${{github.workspace }}/scripts/generate_localization.dart

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [10.0.3](https://github.com/JagandeepBrar/LunaSea/compare/v10.0.2...v10.0.3) (2022-05-26)
6+
7+
8+
### Features
9+
10+
* **-arr:** updated UI for viewing content links ([8b559e0](https://github.com/JagandeepBrar/LunaSea/commit/8b559e00b01305af6d1f8139a75aa25391127626))
11+
* **ci:** build web docker images ([73fbb10](https://github.com/JagandeepBrar/LunaSea/commit/73fbb1076ec8e951d99ad2df28a28454ca8189a1))
12+
* **notifications:** option to disable in-app notifications ([da0c44c](https://github.com/JagandeepBrar/LunaSea/commit/da0c44c8b1bc846acc4a1d0a4b7f1ee7c4c2e44d))
13+
* **settings:** ability to check for updates ([b3caf34](https://github.com/JagandeepBrar/LunaSea/commit/b3caf34074ecc72257b26d091a332e8f54a47587))
14+
15+
16+
### Bug Fixes
17+
18+
* correctly calculate age of releases in -arrs ([e35433a](https://github.com/JagandeepBrar/LunaSea/commit/e35433af314b13ff3c951eef4c99f42e460f2b28))
19+
* **ui:** enable interactivity on all scrollbars on all platforms ([174fa96](https://github.com/JagandeepBrar/LunaSea/commit/174fa969517b00e611534defc12ca3768348623a))
20+
521
### [10.0.2](https://github.com/JagandeepBrar/LunaSea/compare/v10.0.1...v10.0.2) (2022-04-12)
622

723

assets/changelog.json

+49-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,49 @@
1-
{}
1+
{
2+
"motd": "This release is the first build to be built on Flutter 3, which now supports 120hz displays and is more performant across the board!",
3+
"new": [
4+
{
5+
"module": "-arr",
6+
"changes": [
7+
"(Details) Updated UI for viewing content links"
8+
]
9+
},
10+
{
11+
"module": "LunaSea",
12+
"changes": [
13+
"Support 120hz displays"
14+
]
15+
},
16+
{
17+
"module": "Notifications",
18+
"changes": [
19+
"Option to disable in-app notifications"
20+
]
21+
},
22+
{
23+
"module": "Radarr",
24+
"changes": [
25+
"(Links) Added Letterboxd"
26+
]
27+
},
28+
{
29+
"module": "Settings",
30+
"changes": [
31+
"(System) Ability to check for updates"
32+
]
33+
}
34+
],
35+
"fixes": [
36+
{
37+
"module": "-arr",
38+
"changes": [
39+
"(Releases) Correctly calculate age of releases"
40+
]
41+
},
42+
{
43+
"module": "UI/UX",
44+
"changes": [
45+
"(Scrollbar) Enable interactivity on all platforms"
46+
]
47+
}
48+
]
49+
}

docs/getting-started/build-channels.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This channel is focused around _final release candidate testing of completed new
2626

2727
## Beta
2828

29-
this channel is focused around _early previews and testing of work-in-progress features_. This channel is intended to allow users to give feedback to the developer on features that are actively being worked on.
29+
This channel is focused around _early previews and testing of work-in-progress features_. This channel is intended to allow users to give feedback to the developer on features that are actively being worked on.
3030

3131
## Edge
3232

ios/Podfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- cloud_firestore (3.1.14):
2+
- cloud_firestore (3.1.16):
33
- Firebase/Firestore (= 8.15.0)
44
- firebase_core
55
- Flutter
@@ -51,18 +51,18 @@ PODS:
5151
- Firebase/Storage (8.15.0):
5252
- Firebase/CoreOnly
5353
- FirebaseStorage (~> 8.15.0)
54-
- firebase_auth (3.3.17):
54+
- firebase_auth (3.3.18):
5555
- Firebase/Auth (= 8.15.0)
5656
- firebase_core
5757
- Flutter
58-
- firebase_core (1.16.0):
58+
- firebase_core (1.17.0):
5959
- Firebase/CoreOnly (= 8.15.0)
6060
- Flutter
61-
- firebase_messaging (11.3.0):
61+
- firebase_messaging (11.4.0):
6262
- Firebase/Messaging (= 8.15.0)
6363
- firebase_core
6464
- Flutter
65-
- firebase_storage (10.2.15):
65+
- firebase_storage (10.2.16):
6666
- Firebase/Storage (= 8.15.0)
6767
- firebase_core
6868
- Flutter
@@ -244,15 +244,15 @@ CHECKOUT OPTIONS:
244244
:tag: 8.15.0
245245

246246
SPEC CHECKSUMS:
247-
cloud_firestore: d6f0fcf4be1240c9e01207b4dfba93ebe96d044b
247+
cloud_firestore: c85ca781dc18eed0b05c90973b4b030e6802acc4
248248
DKImagePickerController: 72fd378f244cef3d27288e0aebf217a4467e4012
249249
DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
250250
file_picker: 3e6c3790de664ccf9b882732d9db5eaf6b8d4eb1
251251
Firebase: 5f8193dff4b5b7c5d5ef72ae54bb76c08e2b841d
252-
firebase_auth: 99f8d104a93f4424a4b3b2c4cc5b7596f8181eb7
253-
firebase_core: 6ef152b7d6a361e24105e2cc56ab458f1f8367fe
254-
firebase_messaging: 09caf4347b3a73deb37ed31f284ca11cc6039541
255-
firebase_storage: 5601da26ed29e80bee1641d4f3a833abbba8132e
252+
firebase_auth: ace975b530600827bd901a9a18584f7cdaf6d160
253+
firebase_core: aa1b92020533f5c23955e388c347c58fd64f8627
254+
firebase_messaging: 8957bf304b47daf8bf12d0b111fdecc5b33e77a3
255+
firebase_storage: 9708f24db0c21dadf7e5494f27406326c0d4ab53
256256
FirebaseAuth: 3e73bf8abf4fbb40f8b421f361f4cc48ee57388c
257257
FirebaseCore: 5743c5785c074a794d35f2fff7ecc254a91e08b1
258258
FirebaseCoreDiagnostics: 92e07a649aeb66352b319d43bdd2ee3942af84cb

macos/Podfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- cloud_firestore (3.1.14):
2+
- cloud_firestore (3.1.16):
33
- Firebase/CoreOnly (~> 8.15.0)
44
- Firebase/Firestore (~> 8.15.0)
55
- firebase_core
@@ -18,20 +18,20 @@ PODS:
1818
- Firebase/Storage (8.15.0):
1919
- Firebase/CoreOnly
2020
- FirebaseStorage (~> 8.15.0)
21-
- firebase_auth (3.3.17):
21+
- firebase_auth (3.3.18):
2222
- Firebase/Auth (~> 8.15.0)
2323
- Firebase/CoreOnly (~> 8.15.0)
2424
- firebase_core
2525
- FlutterMacOS
26-
- firebase_core (1.16.0):
26+
- firebase_core (1.17.0):
2727
- Firebase/CoreOnly (~> 8.15.0)
2828
- FlutterMacOS
29-
- firebase_messaging (11.3.0):
29+
- firebase_messaging (11.4.0):
3030
- Firebase/CoreOnly (~> 8.15.0)
3131
- Firebase/Messaging (~> 8.15.0)
3232
- firebase_core
3333
- FlutterMacOS
34-
- firebase_storage (10.2.15):
34+
- firebase_storage (10.2.16):
3535
- Firebase/CoreOnly (~> 8.15.0)
3636
- Firebase/Storage (~> 8.15.0)
3737
- firebase_core
@@ -192,12 +192,12 @@ CHECKOUT OPTIONS:
192192
:tag: 8.15.0
193193

194194
SPEC CHECKSUMS:
195-
cloud_firestore: 154616c52918e8a767ffa48fc371cfa4459612cb
195+
cloud_firestore: 0b86223f1b24b2515df01951b4f58035057ef134
196196
Firebase: 5f8193dff4b5b7c5d5ef72ae54bb76c08e2b841d
197-
firebase_auth: c932b9249267c29f2bf02128f1dc705996f16f14
198-
firebase_core: 32b2cbd1a3901d33889368b570ec079118403230
199-
firebase_messaging: 6022495751261cf73c7fb5dd136358220f452894
200-
firebase_storage: c87d4e27963b2af9485dec0fed1d027105665f51
197+
firebase_auth: 5b7faa82249b4157ea4a80952582289cc7a8d0b4
198+
firebase_core: 895eaa063bde36f163d959810717e0f7a3bac614
199+
firebase_messaging: 822d21e8fd9ed8f849a51a4480676a2f934abb98
200+
firebase_storage: 897b8316581dd8032499656bb5bc106c2cbb7c85
201201
FirebaseAuth: 3e73bf8abf4fbb40f8b421f361f4cc48ee57388c
202202
FirebaseCore: 5743c5785c074a794d35f2fff7ecc254a91e08b1
203203
FirebaseCoreDiagnostics: 92e07a649aeb66352b319d43bdd2ee3942af84cb

0 commit comments

Comments
 (0)