File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ A summary of noteworthy changes for each release. Made for humans. 🧻
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.1.0] - 2025-03-12
8+
9+ ### Fixed
10+ - When a recording overruns the end of the playback range, add it there (instead of following the playhead).
11+ - macOS: attempt to show a connected iPhone's microphone after other microphones.
12+ Apple's desktop/laptops connect to iPhones by themselves as a feature, but this is typically not desired for
13+ Push to Talk users.
14+
715
816## [ 1.0.0] - 2025-02-28
917
Original file line number Diff line number Diff line change 2121bl_info = {
2222 "name" : "Push To Talk" ,
2323 "author" : "Inês Almeida, Francesco Siddi" ,
24- "version" : (1 , 0 , 0 ),
24+ "version" : (1 , 1 , 0 ),
2525 "blender" : (3 , 3 , 0 ),
2626 "location" : "Video Sequence Editor" ,
2727 "description" : "Convenient recording of scratch dialog for an edit" ,
Original file line number Diff line number Diff line change 11schema_version = " 1.0.0"
22
33id = " push_to_talk"
4- version = " 1.0 .0"
4+ version = " 1.1 .0"
55type = " add-on"
66
77name = " Push To Talk"
You can’t perform that action at this time.
0 commit comments