You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RELEASE: v.2.1.0
- feat: adjust the playback speed of local and youtube videos
- fix: clicking on the skip forward/backward buttons don't work
- refactor: functions for increasing/decreasing videos' height/width
RELEASE: v.2.0.2
- fixed: clicking on local videos show incorrect play/pause icon [created `playPauseControls_Listener()` instead of using `playPauseControls()`] (addresses #8)
RELEASE: v.2.0.0
- feat: add keyboard shortcuts to 1) play/pause and 2) skip forward/backward timestamp for youtube and local videos
- feat: increasing the width of videos no longer shows the overflow scroll bar (addresses #5)
- feat: local videos can be resized (addresses #7)
- refactor: update `startFloat(e)` to support the new `{{video URL}}` macro in Logseq version 0.7.0+ (addresses #8)
RELEASE: v.1.1.3
Feature
- added: option to simultaneously increase/decrease the height and width of the video (addresses #4)
Misc
- changed how keyboard shortcuts are registered
- edited the default video position using the default theme as the baseline
- updated @logseq/libs and parcel