From b7cd14be4d64303568537a0c3f209d9bb763837f Mon Sep 17 00:00:00 2001 From: Bogdan Matei Date: Thu, 20 Oct 2016 22:31:17 +0300 Subject: [PATCH] Bump version --- README.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cbf46d..8a80563 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ Note: you need to use Safari to build the ".safariextz" file. The build command - Suggestions? ## Changelog +### Version 1.8.1 +- Changed versioning type +- Improved Plex native support +- Added settings for additional Plex domains. The settings are accessible via Extensions panel in Safari preferences +- Improved picker mode by adding a red border to the current hovered element +- Improved menu icon + ### Version 1.8 - Added menu button to trigger the PiP mode manually for a picked video. Just click the PiPTool button then navigate with the mouse above page elements. If the selected element is a video, then it will trigger the PiP mode. - Reorganized the project a little diff --git a/package.json b/package.json index ba33de8..715753a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piptool", - "version": "1.8.0", + "version": "1.8.1", "description": "Adds the missing Picture-in-Picture functionality to Youtube, Netflix, Plex (Web), Dailymotion", "homepage": "https://github.com/bfmatei/PiPTool.safariextension", "license": "GPL-3.0",