Skip to content

Commit 05f734a

Browse files
change the default value of frame to be true and update electron to 33.2.0 (#1474)
1 parent 1a1eef5 commit 05f734a

File tree

4 files changed

+84
-64
lines changed

4 files changed

+84
-64
lines changed

app/config/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ function extractYargConfig(configObject, appVersion) {
219219
type: 'boolean'
220220
},
221221
frame: {
222-
default: false,
222+
default: true,
223223
describe: 'Specify false to create a Frameless Window. Default is true',
224224
type: 'string'
225225
},

com.github.IsmaelMartinez.teams_for_linux.appdata.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@
1414
<url type="bugtracker">https://github.com/IsmaelMartinez/teams-for-linux/issues</url>
1515
<launchable type="desktop-id">com.github.IsmaelMartinez.teams_for_linux.desktop</launchable>
1616
<releases>
17-
<release version="1.11.4" date="2024-11-09">
17+
<release version="1.11.5" date="2024-11-11">
18+
<description>
19+
<ul>
20+
<li>Change the default value of frame to true</li>
21+
<li>Package updates including moving to electron 33.2.0</li>
22+
</ul>
23+
</description>
24+
</release><release version="1.11.4" date="2024-11-09">
1825
<description>
1926
<ul>
2027
<li>Allow frameless window by using the config 'frame' option</li>

package-lock.json

+69-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "teams-for-linux",
3-
"version": "1.11.4",
3+
"version": "1.11.5",
44
"main": "app/index.js",
55
"description": "Unofficial client for Microsoft Teams for Linux",
66
"homepage": "https://github.com/IsmaelMartinez/teams-for-linux",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@homebridge/dbus-native": "0.6.0",
45-
"electron-log": "^5.2.0",
45+
"electron-log": "^5.2.2",
4646
"electron-store": "8.2.0",
4747
"electron-window-state": "5.0.3",
4848
"http-server": "^14.1.1",
@@ -52,11 +52,11 @@
5252
},
5353
"devDependencies": {
5454
"@electron/fuses": "^1.8.0",
55-
"@eslint/js": "^9.13.0",
56-
"electron": "^33.0.2",
55+
"@eslint/js": "^9.14.0",
56+
"electron": "^33.2.0",
5757
"electron-builder": "^25.1.8",
58-
"eslint": "^9.13.0",
59-
"globals": "^15.11.0"
58+
"eslint": "^9.14.0",
59+
"globals": "^15.12.0"
6060
},
6161
"build": {
6262
"appId": "teams-for-linux",

0 commit comments

Comments
 (0)