Skip to content

Commit 368fadc

Browse files
Update app version to 1.4.1
1 parent 28f9677 commit 368fadc

8 files changed

Lines changed: 24 additions & 152 deletions

File tree

.github/ISSUE_TEMPLATE/bug_jellyseerr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ body:
77
id: app_version
88
attributes:
99
label: Moonfin version
10-
description: The app version / release tag (e.g., v1.4.0)
11-
placeholder: v1.4.0
10+
description: The app version / release tag (e.g., v1.4.1)
11+
placeholder: v1.4.1
1212
validations:
1313
required: true
1414

.github/ISSUE_TEMPLATE/bug_playback.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ body:
1212
id: app_version
1313
attributes:
1414
label: Moonfin version
15-
description: The app version / release tag (e.g., v1.4.0)
16-
placeholder: v1.4.0
15+
description: The app version / release tag (e.g., v1.4.1)
16+
placeholder: v1.4.1
1717
validations:
1818
required: true
1919

.github/ISSUE_TEMPLATE/bug_ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ body:
77
id: app_version
88
attributes:
99
label: Moonfin version
10-
description: The app version / release tag (e.g., v1.4.0)
11-
placeholder: v1.4.0
10+
description: The app version / release tag (e.g., v1.4.1)
11+
placeholder: v1.4.1
1212
validations:
1313
required: true
1414

manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title=Moonfin
44
major_version=1
55
minor_version=4
6-
build_version=0
6+
build_version=1
77

88
### Main Menu Icons / Channel Poster Artwork
99

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "moonfin",
33
"type": "module",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"description": "Moonfin - Roku Client for Jellyfin",
66
"dependencies": {
77
"@rokucommunity/bslib": "0.1.1",

source/static/whatsNew/1.4.0.json

Lines changed: 0 additions & 142 deletions
This file was deleted.

source/static/whatsNew/1.4.1.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"description": "Bug Fixes",
4+
"author": ""
5+
},
6+
{
7+
"description": "Fixed the What's New dialog closing incorrectly and improved focus restoration afterward",
8+
"author": ""
9+
},
10+
{
11+
"description": "Fixed user switching and session startup by keeping authentication context in sync during login",
12+
"author": ""
13+
}
14+
]

0 commit comments

Comments
 (0)