Skip to content

Releases: vyleung/logseq-helium-plugin

v.2.1.3

03 Jul 14:09

Choose a tag to compare

RELEASE: v.2.1.3

- feat: set default playback speed for youtube and local videos
- chore: update dependencies
- docs: update README

v.2.1.2

17 Jan 05:21

Choose a tag to compare

RELEASE: v.2.1.2

  • fix: add option to disable individual keyboard shortcuts (addresses #16)

v.2.1.1

27 Jun 02:15

Choose a tag to compare

RELEASE v.2.1.1

- style: adjusted padding for controls

v.2.1.0

26 Jun 06:37

Choose a tag to compare

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

v.2.0.3

03 Jun 12:40

Choose a tag to compare

RELEASE: v.2.0.3

- fixed: playing a video then activating the plugin shows incorrect icon (addresses #8)

v.2.0.2

03 Jun 11:29

Choose a tag to compare

RELEASE: v.2.0.2

- fixed: clicking on local videos show incorrect play/pause icon [created `playPauseControls_Listener()` instead of using `playPauseControls()`] (addresses #8)

v.2.0.1

03 Jun 10:29

Choose a tag to compare

RELEASE: v.2.0.1

- fixed: support all syntax for embedding local videos (addresses #8)

v.2.0.0

03 Jun 09:19

Choose a tag to compare

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)

v.1.1.4

15 May 03:31

Choose a tag to compare

RELEASE: v.1.1.4

Feature
- added: shortened YouTube URLs (e.g. youtu.be/<video id>) are now supported (addresses #4)

v.1.1.3

14 May 21:54

Choose a tag to compare

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