Skip to content

Commit

Permalink
Merge pull request #82 from dascritch/preprod
Browse files Browse the repository at this point in the history
RELEASE 6.2
  • Loading branch information
dascritch authored Jul 18, 2019
2 parents cbd9f2e + 2fa174b commit 7746a31
Show file tree
Hide file tree
Showing 27 changed files with 3,537 additions and 3,373 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Some links :
* Main author : [Xavier "dascritch" Mouton-Dubosc](http://dascritch.com)
* [How to participate to this project](https://github.com/dascritch/cpu-audio/blob/master/CONTRIBUTING.md)

Version : 6.1 [Licence GPL 3](LICENSE)
Version : 6.2 [Licence GPL 3](LICENSE)


Purpose
Expand Down
24 changes: 13 additions & 11 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE NOTES Version 6.1
RELEASE NOTES Version 6.2
=========================

New features
Expand All @@ -10,26 +10,28 @@ Nothing
Corrections
-----------

* Strange behaviour with `nth-child` into CSS prevented 3rd `<circle>` to blink correctly
* Optimized CSS styles
* Waiting line with a more convenient graphic glitch [#61](#61)
* Better, but more verbose, svg icon for share, via [Icons8](https://icons8.com/icons/set/share)
* Removing again poster in chapter editor (parameters are space separated instead of previously comma separated)

* [Streamed media gave an confusing duration of `Infinity:NaN:NaN:NaN`](#80)
* `connect_audiotag()`, renamed `attach_events_audiotag()`, was called to many times
* handheld alternate navigation was not appearing correctly due to a rename
* Message about an aging browser is now a warning, as not breaking application

Back-end
--------

Nothing
* Code converted back to tabs, [this is a real accessibility issue](https://www.reddit.com/r/javascript/comments/c8drjo/nobody_talks_about_the_real_reason_to_use_tabs/)
* Tests are now compliant on some [browsers' interaction-first policies](#17)
* Comments cleaned, annotations reformated
* Google Closure callable in ADVANCED to cleanse code and better annotations. NOT YET FOR PRODUCTION.


Making of
---------

[Those posts are in French, sorry](https://dascritch.net/serie/cpu-audio)
[Those posts are mainly in French, sorry](https://dascritch.net/serie/cpu-audio)

* [Retravailler un lecteur web audio dans les petites largeurs](https://dascritch.net/post/2019/06/05/Retravailler-un-lecteur-web-audio-dans-les-petites-largeurs) (on issues [#51](51) [#58](#58), [#62](#62), [#63](#63))
* [Le blues du Web Share](https://dascritch.net/post/2019/06/18/Le-blues-du-navigator.share)
* [Reconstruire son lecteur audio pour le web](https://dascritch.net/post/2018/11/06/Reconstruire-son-lecteur-audio-pour-le-web)
* [Retravailler un lecteur web audio dans les petites largeurs](https://dascritch.net/post/2019/06/05/Retravailler-un-lecteur-web-audio-dans-les-petites-largeurs) (on issues [#51](#51) [#58](#58), [#62](#62), [#63](#63))
* [Le blues du Web Share](https://dascritch.net/post/2019/06/18/Le-blues-du-navigator.share) , [in english](https://dascritch.net/post/2019/06/26/We-need-Web-Share)
* Deux couleurs bizarres en CSS (on issue [#29](#29))
* Tout-terrain WebVTT pour de l'audio (on issues [#57](#57), [#59](#59))
* Dichotomie entre podcast et web sur l'audience
109 changes: 54 additions & 55 deletions dist/cpu-audio.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/cpu-audio.js.map

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions iframe_for_dimension.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="dist/cpu-audio.js"></script>
<style type="text/css">body {background : #bbb;}</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="dist/cpu-audio.js"></script>
<style type="text/css">body {background : #bbb;}</style>

<cpu-audio
title="Constrained size"
poster="https://dascritch.net/vrac/.blog2/entendu/.1404-SambaResille_m.jpg"
canonical="https://dascritch.net/post/2014/04/08/Au-Carnaval-avec-Samba-R%C3%A9sille">
<audio controls id="iframed">
<source src="./tests-assets/blank.mp3" type="audio/mpeg" />
</audio>
title="Constrained size"
poster="https://dascritch.net/vrac/.blog2/entendu/.1404-SambaResille_m.jpg"
canonical="https://dascritch.net/post/2014/04/08/Au-Carnaval-avec-Samba-R%C3%A9sille">
<audio controls id="iframed">
<source src="./tests-assets/blank.mp3" type="audio/mpeg" />
</audio>
</cpu-audio>

</html>
Loading

0 comments on commit 7746a31

Please sign in to comment.