Skip to content

Commit 6a83ffb

Browse files
committed
Version update: improvements when the capture overruns the play range and macOS mic
1 parent b8ea997 commit 6a83ffb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ A summary of noteworthy changes for each release. Made for humans. 🧻
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and 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

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
bl_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",

blender_manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema_version = "1.0.0"
22

33
id = "push_to_talk"
4-
version = "1.0.0"
4+
version = "1.1.0"
55
type = "add-on"
66

77
name = "Push To Talk"

0 commit comments

Comments
 (0)