Releases: catetrai/obsidian-audio-player
Releases · catetrai/obsidian-audio-player
0.4.0
What's Changed
- Fix loop button UI by @catetrai in #11
- View and edit subtitle/lyrics files directly in Obsidian by @catetrai in #12
- For .lrc format comments, set end time as start time of next comment by @catetrai in #13
- Refactoring and minor fixes by @catetrai in #14
- Timestamp links by @catetrai in #15
- Use monospace font for timestamps by @catetrai in #16
Full Changelog: 0.3.0...0.4.0
0.3.0
0.2.0
What's Changed
Full Changelog: 0.1.2...0.2.0
0.1.2
- 🐛 Fix position of highlight bars on the waveform corresponding to comments
0.1.1
- 🐛 Bump version number
0.1.0
- 🎉 Make player panel fixed-length with scrollable comments list, scrolling currently playing comment into view
- 🎉 Highlight comment when hovering on corresponding waveform bar and vice-versa
- 🎉 Add background shading for commented waveform bars
- 🎉 Visually mark current time on comments list (fixes noonesimg#11)
- 🎉 Display moodbar image below waveform
0.0.4
- 🐛 Fixes broken "Copy timestamp to clipboard" function on clickable timestamp
0.0.3
- 🐛 Fixes error in console when player does not have any comments.
0.0.2
- 🐛 Fixes issue with failing to copy current timestamp when executing the command via hotkey in the editor (while editing the block)
- 🎉 Adds command to simultaneously toggle audio and copy timestamp when pausing (fixes noonesimg#18, noonesimg#37 )
0.0.1
First release since forking off the original repo.
- 🎉 Add title to waveform player (fixes noonesimg#27)