Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sokunthearithmakara committed Jan 17, 2025
1 parent 9949e9f commit a4e070e
Show file tree
Hide file tree
Showing 67 changed files with 467 additions and 256 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file.

## [1.0.2] - 2025-01-17
### Fixed
- Custom start time for Spotify episode
- Timestamp column width is not respected on Safari.
- Totaltime is undefined in some circumstances.
- When video restarts, the annotation that has timestamp=starttime is skipped.
- Individual completion record is not deleted from the report page on Moodle 4.1.
- Rumble's isPlaying method always return true.

### Updated
- Improve error handling: remove/hide elements above the video to show the error screen (e.g. youtube video no longer available)
- Only get posterImage and title when on editing form (opts.editform)
- If video is already paused, do not pause again if not necessary.
- Reset viewAnno when video restarts.
- Increase frequency for Spotify and PeerTube since their timeupdate interval is longer than others.
- PeerTube: use playbackStatusChange to check/dispatch pause state.
- PeerTube: ensure video resets to start time before dispatching iv:playerReady.

## [1.0.1] - 2025-01-14
### Fixed
- Dailymotion video and SoundCloud audio played from the start after ended.
Expand Down
2 changes: 1 addition & 1 deletion amd/build/displaycontent.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/displaycontent.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/editannotation.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/editannotation.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/mod_form.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/mod_form.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/player/dailymotion.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/player/dailymotion.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit a4e070e

Please sign in to comment.