Skip to content

Releases: greenwyrt/plover2CAT

Plover2CAT 2.3.3

26 Oct 17:41
ab22fab
Compare
Choose a tag to compare

Minor bug fixes for remote captions and updating caption instructions for Twitch streaming through OBS on remote computers

Plover2CAT 2.3.0

09 Sep 20:49
Compare
Choose a tag to compare

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

14 Aug 17:45
Compare
Choose a tag to compare
  • 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

09 Aug 01:19
Compare
Choose a tag to compare
v2.1.1

ui additions and bug fixes, fixes #10