We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f1738 commit d0f143dCopy full SHA for d0f143d
sdk/python/packages/flet-audio-recorder/CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## 0.85.0
9
+
10
+### Added
11
12
+- Added streaming recordings with `AudioRecorder.on_stream`.
13
+- Added direct streaming uploads with `AudioRecorderUploadSettings` and `AudioRecorder.on_upload`.
14
+- Added AudioRecorder streaming and upload examples.
15
16
## 0.80.0
17
18
### Added
0 commit comments