Skip to content

Commit bb3d9da

Browse files
authored
Merge pull request #93 from Mincka/claude/fix-upstream-release-detection-3fwtd
feat: reintegrate missed v26.02.1 upstream changes and add WEB_TERMINAL
2 parents 027dd04 + 2e505ee commit bb3d9da

6 files changed

Lines changed: 36 additions & 6 deletions

File tree

firefox/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
22

3-
## 1.9.2
3+
## 1.10.0
44

55
- Base image update: jlesage/docker-firefox to v26.02.2
6-
- Updated baseimage to version 4.11.1:
6+
- Updated baseimage to version 4.11.0 (v26.02.1), then 4.11.1 (v26.02.2):
7+
- Added a web terminal providing shell access to the container.
8+
- Fixed audio being paused when switching to another browser tab.
9+
- Web file manager is now displayed in a modal window.
10+
- Fixed file manager failures when uploading zero-byte files.
11+
- Fixed upload interruptions from interfering with other uploads.
12+
- Enhanced file manager error reporting accuracy.
13+
- Improved web services server stability and reliability.
14+
- Updated TigerVNC to 1.16.0 and X server to 21.1.21.
715
- Fixed issue where taking ownership of directory would fail.
16+
- Added new environment variable:
17+
- WEB_TERMINAL: Enable access to a terminal from the web interface
818

919
## 1.9.1
1020

firefox/config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Firefox"
2-
version: "1.9.2"
2+
version: "1.10.0"
33
slug: "firefox"
44
panel_icon: "mdi:firefox"
55
description: Docker container for Firefox
@@ -55,6 +55,7 @@ options:
5555
WEB_FILE_MANAGER_ALLOWED_PATHS: "AUTO"
5656
WEB_FILE_MANAGER_DENIED_PATHS: ""
5757
WEB_NOTIFICATION: "0"
58+
WEB_TERMINAL: "0"
5859
WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME: "24"
5960
schema:
6061
VNC_PASSWORD: str
@@ -81,4 +82,5 @@ schema:
8182
WEB_FILE_MANAGER_ALLOWED_PATHS: str
8283
WEB_FILE_MANAGER_DENIED_PATHS: str
8384
WEB_NOTIFICATION: str
85+
WEB_TERMINAL: str
8486
WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME: str

firefox/translations/en.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ configuration:
7171
WEB_NOTIFICATION:
7272
name: Web Notification services
7373
description: When set to 1, it enables web notification services allowing the browser to display desktop notifications from the application.
74+
WEB_TERMINAL:
75+
name: Web Terminal
76+
description: When set to 1, enables access to a terminal from the web interface, providing shell access to the container.
7477
WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME:
7578
name: Web Authentication Token Validity Time
7679
description: Lifetime of an authentication token, in hours. Default is 24 hours. Only applies when Web Authentication is enabled.

firefox_edge/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
22

3-
## 1.9.2
3+
## 1.10.0
44

55
- Base image update: jlesage/docker-firefox to v26.02.2
6-
- Updated baseimage to version 4.11.1:
6+
- Updated baseimage to version 4.11.0 (v26.02.1), then 4.11.1 (v26.02.2):
7+
- Added a web terminal providing shell access to the container.
8+
- Fixed audio being paused when switching to another browser tab.
9+
- Web file manager is now displayed in a modal window.
10+
- Fixed file manager failures when uploading zero-byte files.
11+
- Fixed upload interruptions from interfering with other uploads.
12+
- Enhanced file manager error reporting accuracy.
13+
- Improved web services server stability and reliability.
14+
- Updated TigerVNC to 1.16.0 and X server to 21.1.21.
715
- Fixed issue where taking ownership of directory would fail.
16+
- Added new environment variable:
17+
- WEB_TERMINAL: Enable access to a terminal from the web interface
818

919
## 1.9.1
1020

firefox_edge/config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Firefox (Edge)"
2-
version: "1.9.2"
2+
version: "1.10.0"
33
slug: "firefox_edge"
44
panel_icon: "mdi:firefox"
55
description: Docker container for Firefox. Update to the latest Firefox version on container start.
@@ -55,6 +55,7 @@ options:
5555
WEB_FILE_MANAGER_ALLOWED_PATHS: "AUTO"
5656
WEB_FILE_MANAGER_DENIED_PATHS: ""
5757
WEB_NOTIFICATION: "0"
58+
WEB_TERMINAL: "0"
5859
WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME: "24"
5960
schema:
6061
VNC_PASSWORD: str
@@ -81,4 +82,5 @@ schema:
8182
WEB_FILE_MANAGER_ALLOWED_PATHS: str
8283
WEB_FILE_MANAGER_DENIED_PATHS: str
8384
WEB_NOTIFICATION: str
85+
WEB_TERMINAL: str
8486
WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME: str

firefox_edge/translations/en.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ configuration:
7171
WEB_NOTIFICATION:
7272
name: Web Notification services
7373
description: When set to 1, it enables web notification services allowing the browser to display desktop notifications from the application.
74+
WEB_TERMINAL:
75+
name: Web Terminal
76+
description: When set to 1, enables access to a terminal from the web interface, providing shell access to the container.
7477
WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME:
7578
name: Web Authentication Token Validity Time
7679
description: Lifetime of an authentication token, in hours. Default is 24 hours. Only applies when Web Authentication is enabled.

0 commit comments

Comments
 (0)