Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalstocki committed May 21, 2014
1 parent c902538 commit 55a0f2d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ The `fwr_event_handler` is a javascript function that is called from the flash a
Flash vars
----------

**event_handler**: javascript function called from the flash application

**upload_image**: image used as the save button

**font_color**: font color for the save text, default #0000EE
Expand Down Expand Up @@ -233,15 +231,26 @@ Build with `gradlew dist`
Change Log
---------------------

0.7.0
**0.8.0** - _May 21, 2014_

- Fixed [XSS vulnerability issue](https://github.com/cykod/FlashWavRecorder/issues/23)
- Added ability to get **BLOB object** of recorded audio
- Added ability to get **Base64** of recorded audio

Updating to 0.8.0:

- Callback used by Flash to communicate with JavaScript for now on, has to be defined as `fwr_event_handler`.
Specifying name of custom function in "Flash vars" as `event_handler` is no longer supported.

**0.7.0**

- New demo page
- Added ability to get **current level** of microphone
- Added build using gradle
- Added ability to obtain **sound samples** from microphone
- Introducing unit tests

0.6.0
**0.6.0**

- Added ability to **pause** playback
- Added ability to get **current time** while playback
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.9.0
version=0.8.0
projectName=FlashWavRecorder

0 comments on commit 55a0f2d

Please sign in to comment.