diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00ad2b1..fd71b59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [4.4.1] - 2023-06-21
+
+### Bug Fixes
+
+* Fix "Automatically Open on Video Pages" functionality in Chromium browsers
+* Only request optional `cookies` permission in Firefox (for multi-account containers support)
+* Remove default keyboard shortcuts for the following commands in Chromium browsers
+ * "Open popout player and close the current window/tab"
+ * "Open popout player without closing the current window/tab"
+
## [4.4.0] - 2023-06-19
### New Features
@@ -145,7 +155,8 @@ The extension/add-on now supports translations. Currently the only translation o
A new icon has been added to the lower right corner to allow opening the current video in a popout player. This should work for all YouTube videos, both directly on youtube.com and embedded in other web pages.
-[Unreleased]: https://github.com/rthaut/YouTubePopoutPlayer/compare/v4.3.0...HEAD
+[Unreleased]: https://github.com/rthaut/YouTubePopoutPlayer/compare/v4.4.1...HEAD
+[4.4.0]: https://github.com/rthaut/YouTubePopoutPlayer/compare/v4.4.0...v4.4.1
[4.4.0]: https://github.com/rthaut/YouTubePopoutPlayer/compare/v4.3.0...v4.4.0
[4.3.0]: https://github.com/rthaut/YouTubePopoutPlayer/compare/v4.2.0...v4.3.0
[4.2.0]: https://github.com/rthaut/YouTubePopoutPlayer/compare/v4.1.0...v4.2.0
diff --git a/README.md b/README.md
index 3a2d50e..6a0a153 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
[](#contributors)
-# YouTube Popout Player v4.4.0
+# YouTube Popout Player v4.4.1
[![Chrome Web Store][chrome-image-version]][chrome-url] [![Microsoft Edge Add-on][edge-image-version]][edge-url] [![Mozilla Add-on][firefox-image-version]][firefox-url]
diff --git a/package-lock.json b/package-lock.json
index eb2890d..429269e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "youtube-popout-player",
- "version": "4.4.0",
+ "version": "4.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "youtube-popout-player",
- "version": "4.4.0",
+ "version": "4.4.1",
"license": "GPL-3.0",
"dependencies": {
"@material-ui/core": "^4.12.4",
diff --git a/package.json b/package.json
index bc00046..967d39c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "youtube-popout-player",
"title": "YouTube Popout Player",
- "version": "4.4.0",
+ "version": "4.4.1",
"description": "This browser extension provides simple ways to open any YouTube video or playlist (including videos and playlists embedded in other sites/pages) in a configurable \"popout\" window that can be freely sized and/or positioned.",
"author": "Ryan Thaut (https://ryan.thaut.me)",
"homepage": "https://rthaut.github.io/YouTubePopoutPlayer/",