Skip to content

Commit

Permalink
Release version 4.4.1
Browse files Browse the repository at this point in the history
* Empty commit to start nextrelease PR
* Prepare release 4.4.1
* Update Changelog for v4.4.1

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Ryan Thaut <rthaut@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 21, 2023
1 parent 24ae92e commit d76642c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[<img align="right" src="https://img.shields.io/badge/all_contributors-8-green.svg" alt="All Contributors"/>](#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]

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <rthaut@gmail.com> (https://ryan.thaut.me)",
"homepage": "https://rthaut.github.io/YouTubePopoutPlayer/",
Expand Down

0 comments on commit d76642c

Please sign in to comment.