Skip to content

Releases: BakaChinatsu/plex-screenshot-helper

v1.4.1

21 Jul 08:20

Choose a tag to compare

What's Changed

  • fix: pass a missing parameter(#6)

Full Changelog: v1.4.0...v1.4.1

v1.4.0

15 Jul 15:44

Choose a tag to compare

What's Changed

  • fix: explicitly include file extension when saving to disk by @cocoa-xu in #5
  • feat: add support for websites using mux player by @cocoa-xu in #4

Full Changelog: v1.3.0...v1.4.0

v1.3.0

09 Jul 14:58
11646d9

Choose a tag to compare

What's Changed

Features

  • adds support for image format(PNG, JPEG, WEBP)
  • implements clipboard functionality for PNG blobs
  • introduces image quality setting
  • updates filename retrieval logic to use the title as a fallback. This update can support capture for more video player page like YouTube etc.

Fix

Full Changelog: v1.0.1...v1.3.0

v1.1.1-beta1

07 Jul 19:00

Choose a tag to compare

What's Changed

  • feat: move shared functions into utils; implement copy-to-clipboard for different browsers by @sumimakito in #2
  • feat: adds clipboard copy feature.
  • feat: adds toast notifications for clipboard actions to enhances user experience.
  • updates the README and adjusts ESLint configuration to maintain code quality.

Full Changelog: v1.0.1...v1.1.1-beta1

v1.0.1

21 Jun 11:25

Choose a tag to compare

Fixed

Follow Semantic Versioning and remove the RC tag to resolve #1

v1.0.0-rc.1

15 Jun 18:37

Choose a tag to compare

v1.0.0-rc.1 Pre-release
Pre-release

The First Release 🥳

Features

  1. 获取当前 Plex 播放信息,包括作品名、季、集、标题、播放时间
    如:[ガールズバンドクライ] - シーズン1·第10話—ワンダーフォーゲル - 00_08_37
  2. 截图并使用 1 中获取到的信息命名文件
  3. 快捷键截图支持(默认快捷键为 Alt+Shift+Z,苹果用户自动映射为 ⌥+⇧+Z),可以在 chrome://extensions/shortcuts 中修改,popup 页面也会反应修改内容