Skip to content

Releases: bootleq/noise

3.1.1

29 Jan 06:49
Compare
Choose a tag to compare

3.1.0

21 Nov 03:56
Compare
Choose a tag to compare
v3.1.0

Version 3.1.0

3.0.0

17 Nov 04:15
Compare
Choose a tag to compare
v3.0.0

Version 3.0.0

1.4.2

21 Dec 16:50
Compare
Choose a tag to compare

Fix incompatibility on Firefox 44.

1.4

26 Jan 04:04
Compare
Choose a tag to compare
1.4
  • Drop Gecko 1.9.x (Firefox 3) support.
  • Support more sound formats with HTML5 <audio> element.
    See https://developer.mozilla.org/en-US/docs/HTML/Supported_media_formats for supported formats.
    Note: <audio> sounds only work when there were "browser" or "view-source" windows opened.
  • Add data argument to "noise-alert-loaded" event, which is the
    window.arguments of alert notification window.
  • Add Noise.wrap and Noise.unwrap (alias Noise.O) methods for easier
    data accessing in filter functions.

1.3.3

11 Jan 08:18
Compare
Choose a tag to compare

Update Portuguese (Brazilian, pt-BR) locale. (thanks to Ghelman)

1.3.2

28 Dec 02:44
Compare
Choose a tag to compare
  • Fix broken noise-alert-loaded event since v1.3.
  • Add Russian (ru) localization. (thanks to Salted)

1.3.1

22 Dec 03:02
Compare
Choose a tag to compare

Update Polish (pl-PL) localization. (thanks to Leszek(teo)Życzkowski)

1.3

16 Dec 13:05
Compare
Choose a tag to compare
1.3
  • Add download-related event topics for Firefox 26. User can get them from Event Guide:
    • noise-dl.add
    • noise-dl.remove
    • noise-dl.stop (with 'data' set to 'succeeded', 'canceled' or 'stopped')
    • noise-dl.error (with 'data' set to DownloadError's 'result' property)
  • Rewrite Noise as JavaScript Module.
  • Fix bug that incorrectly adding event observer many times.

1.3a

14 Dec 03:32
Compare
Choose a tag to compare
1.3a Pre-release
Pre-release
  • Add download-related event topics for Firefox 26.
    User can get them from Event Guide.
    • noise-dl.add
    • noise-dl.remove
    • noise-dl.stop (with 'data' is 'succeeded', 'canceled' or 'stopped')
    • noise-dl.error (with 'data' is result number of the DownloadError)
  • Start rewrite Noise as a JavaScript Module.