Skip to content

Releases: vivek-nexus/transcriptonic

v3.2.11

06 Dec 18:58
d4ce24a

Choose a tag to compare

Fixes

  • Set consistent default values on install

v3.2.10

02 Dec 16:02
e715310

Choose a tag to compare

New

  • New font!
  • Improved meeting detection logic for Zoom and Teams

Fixes

  • Webhook not posted despite checkbox being checked
  • Properly reduce height of captions containers for guest Teams meetings

v3.2.9

19 Nov 13:48
b8ca54c

Choose a tag to compare

Fixes

  • Fix incorrect URL pattern for teams content script. I missed a *, can you believe it? 🤦

v3.2.8

16 Nov 08:52
abd3bea

Choose a tag to compare

New

  • More resilient logic for transcripts in Google Meet

Fixes

  • Fix Google Meet chat messages not being properly captured
  • Fix Teams transcript logic

v3.2.7

08 Nov 06:38
04c03b8

Choose a tag to compare

Fixes

  • Fix unreliable detection of meeting end in Teams

v3.2.4

12 Oct 05:34
2750132

Choose a tag to compare

New

  • Allow naming meetings during the meeting (Google Meet)

Fixes

  • Prevent errors
  • Improve table "show all" experience
  • Improve copy

v3.1.6

27 Aug 16:07
fc9b3b2

Choose a tag to compare

Fixes

  • Handle new meeting lobby UI. Wait for elements (captions/chat messages/meeting title) before clicking and consuming.

v3.1.5

19 Aug 03:42
2bdfc69

Choose a tag to compare

Fixes

  • Fix double download/webhook when call is ended using the end call button, followed by closing the tab

v3.1.3

03 Aug 10:31
13329fc

Choose a tag to compare

New

  • Add guides for Google Docs and n8n

Fixes

  • Fix bug when handling same person speaking for a long time. Thanks @sfgrgsrgf!

v3.1.2

27 May 13:43
bd64ada

Choose a tag to compare

New

  • Add webhookBodyType key to webhook body

Fixes

  • Remove alert when no transcript was produced from a meeting
  • Improved type safety and recovery logic
  • Refactor code