Skip to content

Commit b8ca54c

Browse files
authored
Merge pull request #77 from vivek-nexus/v3.2.9
v3.2.9
2 parents abd3bea + f6c5bae commit b8ca54c

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# TranscripTonic
2-
Simple Google Meet transcripts. Private and open source. Zoom and Teams transcripts in beta.
2+
Simple Google Meet transcripts. Private and open source.
3+
> Zoom and Teams transcripts in beta. <a href="https://github.com/vivek-nexus/transcriptonic/wiki/Zoom-and-Teams-beta-testing" target="_blank">Learn
4+
more</a>.
35
46
![marquee-large](/assets/marquee-large.png)
57

6-
Extension status: 🟢 OPERATIONAL (v3.2.8)
8+
Extension status: 🟢 OPERATIONAL (v3.2.9)
79

810
<br />
911
<br />

extension-unpacked.zip

0 Bytes
Binary file not shown.

extension/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ function registerContentScripts(showNotification = true) {
636636
const teamsRegistrationPromise = chrome.scripting.registerContentScripts([{
637637
id: "content-teams",
638638
js: ["content-teams.js"],
639-
matches: ["https://teams.live.com/*", "https://teams.microsoft.com/"],
639+
matches: ["https://teams.live.com/*", "https://teams.microsoft.com/*"],
640640
runAt: "document_end",
641641
}])
642642
promises.push(teamsRegistrationPromise)

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "TranscripTonic",
4-
"version": "3.2.8",
4+
"version": "3.2.9",
55
"description": "Simple Google Meet transcripts. Private and open source.",
66
"action": {
77
"default_icon": "icon.png",

0 commit comments

Comments
 (0)