Skip to content

Commit

Permalink
RELEASE 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dascritch committed Apr 27, 2021
1 parent 4c2019f commit 9007580
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 16 deletions.
8 changes: 7 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
RELEASE NOTES actual, 7.0
RELEASE NOTES version 7.0.1
===========================

* Regression on `<a>` tags with actions ([#170](#170)), released as 7.0.1
* Simplify [examples/Usage_controller.html](examples/Usage_controller.html)

RELEASE NOTES version 7.0
=========================

**INCOMPATIBLES CHANGES** : Nothing incompatible changed is you only used HTML layout or CSS variables. But, there may be some work to adapt previous cpu-audio.js (< 7.0) to cpu-audio version and above 7, **only and only if** you used the javascript API on `document.CPU` or component`.CPU`. We hope Javascript coders will enjoy most of thoses changes, and [discuss about them in our tickets](https://github.com/dascritch/cpu-audio/issues).
Expand Down
4 changes: 2 additions & 2 deletions build/cpu-audio.big-square.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/cpu-audio.big-square.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/cpu-audio.direct-download.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/cpu-audio.direct-download.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/cpu-audio.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/cpu-audio.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/cpu-audio.test-all-buttons.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/cpu-audio.test-all-buttons.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpu-audio",
"version": "7.0",
"version": "7.0.1",
"description": "An audio WebComponent to provide an user-interface, timecoded links and some other features to an <audio> tag",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/license.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @license
Cpu-Audio: an extension to the hash system to address timecode into audio/video elements and a player WebComponent
Version 7.0
Version 7.0.1
Copyright (C) 2014-2021 Xavier "dascritch" Mouton-Dubosc & contributors.
License GNU GPL 3

Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @license
Cpu-Audio: an extension to the hash system to address timecode into audio/video elements and a player WebComponent
Version 7.0
Version 7.0.1
Copyright (C) 2014-2021 Xavier "dascritch" Mouton-Dubosc & contributors.
License GNU GPL 3
Expand Down

0 comments on commit 9007580

Please sign in to comment.