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

Commit 0b59b72

Browse files
committed
release: v10.2.2
[skip ci]
1 parent d86a5a0 commit 0b59b72

File tree

2 files changed

+47
-79
lines changed

2 files changed

+47
-79
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.2.2](https://github.com/JagandeepBrar/LunaSea/compare/v10.2.1...v10.2.2) (2022-12-22)
6+
7+
8+
### Features
9+
10+
* **android:** add option to disable back action to open drawer ([d4774b0](https://github.com/JagandeepBrar/LunaSea/commit/d4774b054204546490ef9f78090e28303eefc1fc))
11+
* **linux:** include MD5 sums in Debian distributions ([c46924c](https://github.com/JagandeepBrar/LunaSea/commit/c46924c99645a2d9c27e2d3532d30ecf93882e2a))
12+
* **linux:** publish Linux builds as Debian archive (.deb) ([b1d01e0](https://github.com/JagandeepBrar/LunaSea/commit/b1d01e02ca4cdb8a2775700930ada2d1d40a1031))
13+
* **linux:** publish Linux builds as tarball (.tar.gz) ([a390a80](https://github.com/JagandeepBrar/LunaSea/commit/a390a80ef1897d4c95812045a3472527ff38fd49))
14+
15+
16+
### Bug Fixes
17+
18+
* **calendar:** scroll to last past date with content when selected date has no content ([3f10675](https://github.com/JagandeepBrar/LunaSea/commit/3f10675422b9a32c43f4f49c16b6e9723f267f50))
19+
* **linux:** install binaries to /usr/share instead of /usr/local/lib ([edb645f](https://github.com/JagandeepBrar/LunaSea/commit/edb645f8871d8f3a59c122191e8d8219e9957924))
20+
* **tautulli:** cached or downloaded activity sessions could not be opened ([4c99ecf](https://github.com/JagandeepBrar/LunaSea/commit/4c99ecf927e21538f875bb7ee93fc7aaf20de479))
21+
22+
23+
### Tweaks
24+
25+
* **uiux:** disable horizontal swiping/scrolling between pages ([968fe9c](https://github.com/JagandeepBrar/LunaSea/commit/968fe9cbbc4aff3ae584682e462defbf09ea5699))
26+
527
### [10.2.1](https://github.com/JagandeepBrar/LunaSea/compare/v10.2.0...v10.2.1) (2022-11-06)
628

729

assets/changelog_stable.json

+25-79
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,56 @@
11
{
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!",
2+
"motd": "Welcome to LunaSea v10.2.2!\n\nThis release adds support for official .deb and .tar.gz builds for Linux releases!\n\nThis build also fixes an issue with cached activity sessions in Tautulli and fixes cases where it would not automatically scroll to the current date in the calendar schedule view.\n\nFinally, this release has a UX change that disables the horizontal swiping to change pages on routes with a bottom navigation bar. This will allow future extensibility of the UX to utilize horizontal actions more cleanly!",
33
"feat": {
4-
"dashboard": [
5-
{
6-
"commit": "3ac2c5d791f94208a4004d161bb046c24b698345",
7-
"message": "(calendar) always show previous days in schedule view"
8-
},
9-
{
10-
"commit": "f1226e563899cfc0950865a9734448d4e00601b9",
11-
"message": "(calendar) scroll to selected date when loading the schedule view"
12-
}
13-
],
14-
"modules": [
15-
{
16-
"commit": "3dd087e361619889057a0b037b1eef35157a0988",
17-
"message": "ability to set the boot module"
18-
}
19-
],
20-
"-arr": [
21-
{
22-
"commit": "bccd1a43c42b349901137f8fc605f393b51d541a",
23-
"message": "(releases) button to open indexer information page"
24-
}
25-
],
26-
"lidarr": [
27-
{
28-
"commit": "c76418d26f1a5f52f5cb1e46951f1cf6726508c2",
29-
"message": "(links) add MusicBrainz"
30-
}
31-
],
32-
"radarr": [
4+
"android": [
335
{
34-
"commit": "c9bd02b75086579f60ad8987c42ab217c12f6d43",
35-
"message": "(edit) support moving files when editing the storage path"
6+
"commit": "d4774b054204546490ef9f78090e28303eefc1fc",
7+
"message": "add option to disable back action to open drawer"
368
}
379
],
38-
"web": [
10+
"linux": [
3911
{
40-
"commit": "7d437d5c3a34a8681c372570fc366e869f0b2090",
41-
"message": "(filesystem) support local filesystem read/save actions"
42-
}
43-
],
44-
"system": [
12+
"commit": "c46924c99645a2d9c27e2d3532d30ecf93882e2a",
13+
"message": "include MD5 sums in Debian distributions"
14+
},
4515
{
46-
"commit": "c062b3d786e55bc3ba7fe767dd946d73efbef64f",
47-
"message": "launch recovery mode on bootstrap failure"
16+
"commit": "b1d01e02ca4cdb8a2775700930ada2d1d40a1031",
17+
"message": "publish Linux builds as Debian archive (.deb)"
4818
},
4919
{
50-
"commit": "125596498ec9839e584912185ddc5b625602a701",
51-
"message": "(locale) translations update from Weblate"
20+
"commit": "a390a80ef1897d4c95812045a3472527ff38fd49",
21+
"message": "publish Linux builds as tarball (.tar.gz)"
5222
}
5323
]
5424
},
5525
"fix": {
56-
"firebase": [
26+
"tautulli": [
5727
{
58-
"commit": "38f2eb4cb2a8e400ce2ecb0b6f2854469c9626fc",
59-
"message": "inject service file for older OS versions"
60-
},
61-
{
62-
"commit": "f3a3f222bd56beb4e961817b18d71f01fb7c5e81",
63-
"message": "upgrade to Firebase v10"
28+
"commit": "4c99ecf927e21538f875bb7ee93fc7aaf20de479",
29+
"message": "cached or downloaded activity sessions could not be opened"
6430
}
6531
],
66-
"flutter": [
67-
{
68-
"commit": "3d794099a5418385dc1010f204c3f46fdbdd5503",
69-
"message": "upgrade packages"
70-
},
32+
"calendar": [
7133
{
72-
"commit": "cf5bfca265d03b0fd966dfb069393a4bbb24c672",
73-
"message": "upgrade to Flutter 3.3.7/857bd6b74c"
34+
"commit": "3f10675422b9a32c43f4f49c16b6e9723f267f50",
35+
"message": "scroll to last past date with content when selected date has no content"
7436
}
7537
],
76-
"android": [
38+
"flutter": [
7739
{
78-
"commit": "25e0d051422b399de8c90e0fc71e57349e3355b7",
79-
"message": "support Android 13 filesystem access"
40+
"commit": "56f26e701eda951cd292431e23646e037332c78e",
41+
"message": "upgrade Flutter packages"
8042
},
8143
{
82-
"commit": "b7ceebcb679dbca935b6a1810c0c67a14002e358",
83-
"message": "utilize Kotlin v1.7.20 & Gradle v7.1.2"
84-
}
85-
],
86-
"calendar": [
87-
{
88-
"commit": "70ed750652ff419e6fed659a0785adc5064654e7",
89-
"message": "label unreleased movies as unreleased instead of missing"
44+
"commit": "19f7ecf8858409f702f0656cfb7f485113c3d680",
45+
"message": "upgrade to Flutter 3.3.9/8f2221fbef"
9046
}
9147
]
9248
},
9349
"refactor": {
9450
"uiux": [
9551
{
96-
"commit": "958e6f156862c1092399649baa361cd955299c88",
97-
"message": "remove forced-upper case on headers"
98-
},
99-
{
100-
"commit": "d9623e992d2ac2039eaa4f069c739d968c921cc6",
101-
"message": "add circular radius to linear progression bars"
102-
}
103-
],
104-
"settings": [
105-
{
106-
"commit": "ac838f99a9c839ce4e36e5eae80f1100e2787dc5",
107-
"message": "consolidate appearance, network, and localization pages"
52+
"commit": "968fe9cbbc4aff3ae584682e462defbf09ea5699",
53+
"message": "disable horizontal swiping/scrolling between pages"
10854
}
10955
]
11056
}

0 commit comments

Comments
 (0)