Releases: greenwyrt/plover2CAT
Plover2CAT v3.0.3
Plover2CAT 3.0.2
New Features:
- Time buffer setting for captions
- Display results for find all with navigation
- Create New will open a transcript in the system temp
- Unit tests for adding/removing dictionaries
See CHANGES.md for bug fixes, minor changes, and previous version changes.
Plover2CAT 2.3.3
Minor bug fixes for remote captions and updating caption instructions for Twitch streaming through OBS on remote computers
Plover2CAT 2.3.0
Captioning interface and internals has been changed from 2.2.x versions with the help of @AshenColors.
-
Changed: use
deque
for sending captions to achieve "rolling" effect, and fixed repeating words -
Changed: default max line length 32 and max lines 3 for captioning
-
Bug: Fixed flush captions sending extra empty line
-
Bug: remove left whitespace from captions
-
Changed: When using flush captions, add extra "\n" to force new line in display + remote
-
Changed: Changed buffer for captions from character to word
-
Bug: clean up
captionWorker
when closing transcript -
Bug: fix problem in saving menu shortcuts when no shortcut.json exists
-
Change: also make available spellchecking dictionaries located in
plover_config/plover2cat/spellcheck
for selection -
Change:
Tools
menu to visibility of every tab in Toolbox if hidden -
Change: internal, convert while loops for going through document into for loops using block count
-
Feature: "Steno Search", use to find most likely translations based on steno outline
-
Feature: add online search for Wikipedia, DuckDuckGo, Google, Merriam-Webster, and Oxford English Dictionary
Plover2CAT 2.2.0
-
Change: Style submenu added, now style change shortcuts are visible to user (
Ctrl + {0-9}
) for first ten styles. -
Feature: Keyboard input enabled.
-
Feature: Captioning window, with character delay, max line length, and interval.
-
Bug:
Capture All Steno Output
had not been logging strokes at the same time. Will now log properly based on setting. -
Bug: Multiple empty line strings were not generating the paragraphs needed, ie
\n\n
-
Change: text elements and stroke elements now have
__add__
and__radd__
, other classes raise errors. This is used to collapse like-class elements for steno wrapping. -
Change: Window titlebar now updates with transcript name when transcript is opened.
-
Bug: removed thread deletion from
export_*
as before, a second export would crash.
Plover2CAT 2.1.1
v2.1.1 ui additions and bug fixes, fixes #10