Skip to content

Commit

Permalink
release: 6.5.0 (#2705)
Browse files Browse the repository at this point in the history
* release: 6.5.0

* Rm duplicates in the changelog

* Add a better description for funding.yml

* Spelling
  • Loading branch information
katspaugh committed Mar 11, 2023
1 parent 9c61fc4 commit c9bb386
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
wavesurfer.js changelog
=======================

6.5.0 (unreleased)
6.5.0 (11.03.2023)
------------------
- Regions plugin:
- Improved delta calculation (resize end) (#2641)
- Fix iphone silent switch webaudio mute (#2667)
- Respect mute state when changing volume during mute (#2502)
- Proxy HTMLMediaElement's 'waiting' event through MediaElement backend. (#2691)
- Chores:
- Docs: update the issue template and wavesurfer links (#2671)
- Add FUNDING.yml to enable GitHub Sponsors (#2668)
- Update development dependencies

6.4.0 (05.11.2022)
------------------
Expand All @@ -25,7 +30,7 @@ wavesurfer.js changelog
- `{contentEditable: true}` allows to display/add/edit text in regions upon the waveform
- `{removeButton: true}` displays remove button in regions
- New example -- video annotation using `{contentEditable: true}` and `{removeButton: true}`
- Markers plugin:
- Markers plugin:
- Add support for a context menu event on a marker (#2546)
- Spectrogram plugin: Make labels have position: absolute instead of fixed (#2542)

Expand All @@ -52,7 +57,7 @@ wavesurfer.js changelog
6.0.4 (09.03.2022)
------------------
- Spectrogram plugin:
- Add `frequencyMin`, `frequencyMax` option to scale frequency axis.
- Add `frequencyMin`, `frequencyMax` option to scale frequency axis.
And set default 12kHz range to draw spectrogram like 5.x (#2455)
- Timeline plugin:
- Fix rendering issue for negative `offset` values (#2463)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "6.4.0",
"version": "6.5.0",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "6.4.0",
"version": "6.5.0",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down

0 comments on commit c9bb386

Please sign in to comment.