Releases: PKM-er/media-extended
Releases · PKM-er/media-extended
2.5.2
2.5.2 (2021-05-16)
Bug Fixes
- main.css: slider-thumb no longer get misaligned across different theme (4b47f61)
2.5.1
2.5.1 (2021-05-16)
Bug Fixes
- adjust css to fix frame size not responsive (4d011bf)
- handlers.ts: fix internal embed not reading subtitles (a964c0b)
- player-setup.ts: fix internal webm embed not working (7fab710)
2.5.0
2.5.0 (2021-05-15)
Bug Fixes
- subtitle can be selected and selection color is adjusted (8641f84)
- handlemedia: plyr should work with internal embeds with hash now (078f807)
- config plyr to respond to div.external-video size setting (8ad5570)
Features
- add inline autoplay support (12ebe8f)
- getsetuptool(): add inline mute support (86a5a2a)
- optimized size for media controls (d42f369)
2.4.0
2.4.0 (2021-05-14)
Bug Fixes
- add filterDuplicates() for MutationRecord[] to avoid duplicate calls (c256db6)
Features
- add local subtitle support; set plyr as default local media player (c005b9f), closes #7 #25
- add toolkit to load local subtitle (fddf2d3)
2.3.0
2.3.0 (2021-05-13)
Bug Fixes
- handlers.ts: directlink external embed should respond to temporal fragment now (fcea4e1)
- playersetup.ts: looped media without temporal fragement should work again (a7bf7a6)
Features
- add setting for thumbnailPlaceholder (411b1de)
- videohosttools.ts: add thumbnail support for vimeo and bilibili video (3e3d5d4)
- videohosttools.ts: add thumbnail support for youtube video (c927ede)
- add unregister method for MarkdownPostProcessor (d6e39b9)
2.2.1
2.2.1 (2021-05-12)
Bug Fixes
- embed-process.ts: player no longer paused when first loop ends (d0f8e24), closes #21
- processor.ts: fix loop tag not attached to player in processInternalLinks() (8e933dd)
- processor.ts: internal timestamp link now works with audio files again (c5d5afa), closes #20
2.2.0
2.2.0 (2021-04-15)
Features
- add youtube short link support (18bef61)
2.1.0
2.1.0 (2021-04-14)
Bug Fixes
- styles.css: fix misaligned slider-thumb (77faab4)
Features
- embed-process.ts: add vimeo support (3962151)
- embed-process.ts: allow youtube video timestamp control (c93e2ac)
- embed-process.ts: use plyr as youtube player (09d1993)
- processor.ts: update bilibili iframe rules (6866dd7)
- styles.css: hide annoying "more videos" when paused for youtube video (6966c07)
2.0.0
2.0.0 (2021-04-12)
Code Refactoring
- processor.ts: extract util function injectTimestamp() (ef17898)
Features
- processor.ts: add external video hosts (Youtube, bilibili) embed support (4708cd5)
BREAKING CHANGES
- processor.ts: now HME_TF is renamed to HTMLMediaEl_TF
1.0.1
1.0.1 (2021-04-10)
Bug Fixes
- change internalEmbedObs.disconnect() behavior to respond to media fallback (4a277dc), closes #4