Skip to content

Commit

Permalink
enable useMutationTitleLogic by default (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmaelMartinez authored Apr 24, 2024
1 parent 7d502d3 commit 991d7e3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Here is the list of available arguments and its usage:
| screenLockInhibitionMethod | Screen lock inhibition method to be used (`Electron`/`WakeLockSentinel`) | Electron |
| spellCheckerLanguages | Array of languages to use with Electron's spell checker | [] |
| url | Microsoft Teams URL | string |
| useMutationTitleLogic | Use MutationObserver to update counter from title | false |
| useMutationTitleLogic | Use MutationObserver to update counter from title | true |
| version | Show the version number | false |
| webDebug | Enable web debugging | false |
| electronCLIFlags | Electron CLI flags to be added when the app starts | [] |
Expand Down
2 changes: 1 addition & 1 deletion app/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function argv(configPath, appVersion) {
type: 'string'
},
useMutationTitleLogic: {
default: false,
default: true,
describe: 'Use MutationObserver to update counter from title',
type: 'boolean'
},
Expand Down
7 changes: 7 additions & 0 deletions com.github.IsmaelMartinez.teams_for_linux.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<url type="bugtracker">https://github.com/IsmaelMartinez/teams-for-linux/issues</url>
<launchable type="desktop-id">com.github.IsmaelMartinez.teams_for_linux.desktop</launchable>
<releases>
<release version="1.4.30" date="2024-04-24">
<description>
<ul>
<li>Enable useMutationTitleLogic by default</li>
</ul>
</description>
</release>
<release version="1.4.29" date="2024-04-22">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teams-for-linux",
"version": "1.4.29",
"version": "1.4.30",
"main": "app/index.js",
"description": "Unofficial client for Microsoft Teams for Linux",
"homepage": "https://github.com/IsmaelMartinez/teams-for-linux",
Expand Down

0 comments on commit 991d7e3

Please sign in to comment.