Skip to content
Compare
Choose a tag to compare

2.6.0

@aidenlx aidenlx released this
· 129 commits to main since this release
Compare
Choose a tag to compare

2.6.0 (2021-05-19)

Bug Fixes

  • main.ts: click on link boundary of external media in sourceMode no longer open link in browser (e4beb54)
  • media-view.ts: fix pip issues (6568848)
  • media-view.ts: leaf with ExternalMediaView no longer sync with markdown (bd847c7)
  • misc.ts: fix mainpart() return empty string when no hash in URL (dbd205c)
  • player-setup.ts: fix full-screen control not showing up (4815ea8)

Features

  • main.ts: add cmd/ctrl + t as default shortcut to get timestamp (a259f24)
  • add initial support for timestamp link to external media (837fd50), closes #14
  • add internal link support for MediaView (6b0d959)
  • media-view.ts: add pip toggle in MediaView (fe82393)
  • external media links in sourceMode is now clickable (f70579b)
  • main.ts: add command to insert timestamp when in sourceMode (a5cc2cb)
  • media-view.ts: add group binding to ExternalMediaView (951d17b)
  • media-view.ts: initial support to insert timestamp from player to doc (c83a982), closes #9