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

Commit 5d069a5

Browse files
committed
release: v10.2.6
[skip ci]
1 parent 60cdc3e commit 5d069a5

File tree

2 files changed

+27
-24
lines changed

2 files changed

+27
-24
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.6](https://github.com/JagandeepBrar/lunasea/compare/v10.2.5...v10.2.6) (2023-10-04)
6+
7+
8+
### Bug Fixes
9+
10+
* **sonarr:** correctly sort missing content list in descending order ([ea0fe19](https://github.com/JagandeepBrar/lunasea/commit/ea0fe19efc0c0c8f1582c4a0507fb3d929ba561f))
11+
* **sonarr:** correctly support Sonarr v4 season posters ([08228ef](https://github.com/JagandeepBrar/lunasea/commit/08228ef0f93cb3c298a8677019535ad7ec0c7a54))
12+
* **ui:** upgrade to [email protected]+1 ([55c417f](https://github.com/JagandeepBrar/lunasea/commit/55c417f7618e1e80a776c57203c5b4bbbacf99bc))
13+
514
### [10.2.5](https://github.com/JagandeepBrar/lunasea/compare/v10.2.4...v10.2.5) (2023-07-03)
615

716

assets/changelog_stable.json

+18-24
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,30 @@
11
{
2-
"motd": "Welcome to LunaSea v10.2.5!\n\nThis releases adds support for multi-select actions on Sonarr episodes and fixes an issue preventing users from selecting a new active profile when triggering a download via search.",
3-
"feat": {
4-
"web": [
5-
{
6-
"commit": "89b0906eab883bddb860583cc6e4bf86efd2b115",
7-
"message": "build multi-platform Docker image for amd64 and arm64"
8-
}
9-
],
2+
"motd": "Welcome to LunaSea v10.2.6!\n\nThis update fixes some small issues with Sonarr, including correctly sorting the missing content list in descending order and support for season posters when using Sonarr v4.",
3+
"fix": {
104
"sonarr": [
115
{
12-
"commit": "79d13889f2eb0668b1fbb4d29ea9b11b1d82d9bb",
13-
"message": "multi-select episodes and trigger bulk actions"
6+
"commit": "ea0fe19efc0c0c8f1582c4a0507fb3d929ba561f",
7+
"message": "correctly sort missing content list in descending order"
8+
},
9+
{
10+
"commit": "08228ef0f93cb3c298a8677019535ad7ec0c7a54",
11+
"message": "correctly support Sonarr v4 season posters"
1412
}
15-
]
16-
},
17-
"fix": {
18-
"search": [
13+
],
14+
"localization": [
1915
{
20-
"commit": "d81052d81783df6d93d9f41e2c543782299e7067",
21-
"message": "profile could not be changed on download prompt"
16+
"commit": "642af124043842c656fcded10a2f9d3ccbe9dde3",
17+
"message": "translations update from Hosted Weblate"
2218
}
23-
]
24-
},
25-
"refactor": {
26-
"system": [
19+
],
20+
"flutter": [
2721
{
28-
"commit": "f3fdf6d5f3583af14dd0046e09f9a84f8af2a972",
29-
"message": "update packages"
22+
"commit": "8bd3368e99f52f3a8d40e26cf690f2f618cef4bc",
23+
"message": "upgrade packages"
3024
},
3125
{
32-
"commit": "021a08e4e44009ffcfdd613a49d455855e7838bb",
33-
"message": "upgrade to Flutter 3.10.5/45f6e00911"
26+
"commit": "3da56b01945442f5b78db097c74407295d8ed49f",
27+
"message": "upgrade to 3.13.6/a794cf2681"
3428
}
3529
]
3630
}

0 commit comments

Comments
 (0)