Skip to content

Releases: greenwyrt/plover2CAT

Plover2CAT v3.1.1

11 Sep 06:51

Choose a tag to compare

This adds back non-rolling captions for Zoom. Also available on PyPi for installation with Plover Plugin Manager. Still compatible with Plover 4.

Plover2CAT v3.1.0

22 Feb 02:30

Choose a tag to compare

This should be the last release using PyQt5 unless urgent bugfixes are needed. New releases will be using PyQt6 as Plover migrates in version 5.

Plover2CAT is now available on PyPi and should be installable using the Plover Plugin Manager.

New Features:

  • Apply style to multiple paragraphs together, updated documentation
  • Highlight styling for different elements like automatic text, and documentation

Plover2CAT v3.1.0-alpha

24 Jan 23:13

Choose a tag to compare

Pre-release

This is a pre-release for v3.1.0.

See changes files for important bug fixes and new features such as highlight styling.

Plover2CAT v3.0.3

15 Dec 20:00

Choose a tag to compare

Bug fix: transcript did not save in new location after create new

Bug fix: speed up tape translate by blocking signals

Plover2CAT 3.0.2

13 Dec 21:05

Choose a tag to compare

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

26 Oct 17:41
ab22fab

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

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

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

Choose a tag to compare

v2.1.1

ui additions and bug fixes, fixes #10