Skip to content

Commit

Permalink
version 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
octimot committed Jan 26, 2024
1 parent c03f3fa commit 1a20491
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file, starting with version 0.17.7.

## [0.23.2] - 2024-01-26

### Changes
- Speakers are sent to Story Editor as uppercase plain text to respect Fountain format
- Speakers segments are excluded from semantic search to avoid biases - will make use of them differently in the future
- Improved Speaker Detection queue info

### Fixes
- Fixed XML export error when using Join Gaps feature with non-consecutive story lines
- Fixed buggy behaviour when writing on non-text lines in Story Editor
- Fixed Speaker Detection on segments with out of bounds approximated end times

## [0.23.1] - 2024-01-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.23.1"
__version__ = "0.23.2"

0 comments on commit 1a20491

Please sign in to comment.