Skip to content

Commit

Permalink
release: v10.2.5
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
JagandeepBrar committed Jul 3, 2023
1 parent ce69e8e commit 69f0941
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 27 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

### [10.2.5](https://github.com/JagandeepBrar/lunasea/compare/v10.2.4...v10.2.5) (2023-07-03)


### Features

* **sonarr:** re-implementation of multi-select episode actions ([79d1388](https://github.com/JagandeepBrar/lunasea/commit/79d13889f2eb0668b1fbb4d29ea9b11b1d82d9bb))
* **web:** build multi-platform Docker image for amd64 and arm64 ([89b0906](https://github.com/JagandeepBrar/lunasea/commit/89b0906eab883bddb860583cc6e4bf86efd2b115))


### Bug Fixes

* **ios:** update App Store signing certificate ([b1a5139](https://github.com/JagandeepBrar/lunasea/commit/b1a513973d16a1a17cf0805da6cdd8e7929072c9))
* **search:** profile could not be changed on download prompt ([d81052d](https://github.com/JagandeepBrar/lunasea/commit/d81052d81783df6d93d9f41e2c543782299e7067))
* **sonarr:** remove duplicate episode file IDs on multi-select deletion ([335aaa3](https://github.com/JagandeepBrar/lunasea/commit/335aaa3acd7ff7645018e305639586a25411771c))
* **windows:** revert Firebase packages to maintain Windows support ([8e3c477](https://github.com/JagandeepBrar/lunasea/commit/8e3c477bf7d8a0fa47276ba5bb2096f07c6dc69d))

### [10.2.4](https://github.com/JagandeepBrar/lunasea/compare/v10.2.3...v10.2.4) (2023-04-09)


Expand Down
44 changes: 17 additions & 27 deletions assets/changelog_stable.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,36 @@
{
"motd": "Welcome to LunaSea v10.2.4!\n\nThis update fixes some small underlying issues with network image caching and text rendering. To further improve scrolling performance of large lists of content (especially on lower-end devices), the horizontal fading edge of scrollable text has been removed.\n\nFor testers of pre-release builds, beta and candidate release channels have now been combined for simplicity. For more information on early release channels, check out the page in the documentation (a direct link is available in the Resources section of the settings).",
"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.",
"feat": {
"settings": [
"web": [
{
"commit": "0f4ac9a893d5b13a732db49e0bfc7b09fe7c05d9",
"message": "add direct link to documentation for service notifications"
},
"commit": "89b0906eab883bddb860583cc6e4bf86efd2b115",
"message": "build multi-platform Docker image for amd64 and arm64"
}
],
"sonarr": [
{
"commit": "5ce12795e7223a543bd037151b1a3eaa484f2634",
"message": "replace all strings with localizable strings"
"commit": "79d13889f2eb0668b1fbb4d29ea9b11b1d82d9bb",
"message": "multi-select episodes and trigger bulk actions"
}
]
},
"fix": {
"images": [
"search": [
{
"commit": "f1a82c06aa58fe493af2b2b0bf9ef8a93011802b",
"message": "more efficiently cache persistent network images"
}
],
"uiux": [
{
"commit": "781727abbab0dc70d959c723c3d101e66430ac60",
"message": "remove fading edge on horizontal scroll-views"
"commit": "d81052d81783df6d93d9f41e2c543782299e7067",
"message": "profile could not be changed on download prompt"
}
]
},
"refactor": {
"flavors": [
{
"commit": "fe3d41af57717b994e71370968404fc05f20f72b",
"message": "remove candidate flavor and merge with beta"
}
],
"flutter": [
"system": [
{
"commit": "605002f5bd4b015791d3d1f260e03b4127c5020d",
"message": "remove unused packages"
"commit": "f3fdf6d5f3583af14dd0046e09f9a84f8af2a972",
"message": "update packages"
},
{
"commit": "4b149b58d0eaab53a39917152ff224f7b6e93c0f",
"message": "translations update from Weblate"
"commit": "021a08e4e44009ffcfdd613a49d455855e7838bb",
"message": "upgrade to Flutter 3.10.5/45f6e00911"
}
]
}
Expand Down

0 comments on commit 69f0941

Please sign in to comment.