Skip to content

Commit

Permalink
change the default value of frame to be true and update electron to 3…
Browse files Browse the repository at this point in the history
…3.2.0 (#1474)
  • Loading branch information
IsmaelMartinez authored Nov 11, 2024
1 parent 1a1eef5 commit 05f734a
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 64 deletions.
2 changes: 1 addition & 1 deletion app/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function extractYargConfig(configObject, appVersion) {
type: 'boolean'
},
frame: {
default: false,
default: true,
describe: 'Specify false to create a Frameless Window. Default is true',
type: 'string'
},
Expand Down
9 changes: 8 additions & 1 deletion com.github.IsmaelMartinez.teams_for_linux.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@
<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.11.4" date="2024-11-09">
<release version="1.11.5" date="2024-11-11">
<description>
<ul>
<li>Change the default value of frame to true</li>
<li>Package updates including moving to electron 33.2.0</li>
</ul>
</description>
</release><release version="1.11.4" date="2024-11-09">
<description>
<ul>
<li>Allow frameless window by using the config 'frame' option</li>
Expand Down
125 changes: 69 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teams-for-linux",
"version": "1.11.4",
"version": "1.11.5",
"main": "app/index.js",
"description": "Unofficial client for Microsoft Teams for Linux",
"homepage": "https://github.com/IsmaelMartinez/teams-for-linux",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@homebridge/dbus-native": "0.6.0",
"electron-log": "^5.2.0",
"electron-log": "^5.2.2",
"electron-store": "8.2.0",
"electron-window-state": "5.0.3",
"http-server": "^14.1.1",
Expand All @@ -52,11 +52,11 @@
},
"devDependencies": {
"@electron/fuses": "^1.8.0",
"@eslint/js": "^9.13.0",
"electron": "^33.0.2",
"@eslint/js": "^9.14.0",
"electron": "^33.2.0",
"electron-builder": "^25.1.8",
"eslint": "^9.13.0",
"globals": "^15.11.0"
"eslint": "^9.14.0",
"globals": "^15.12.0"
},
"build": {
"appId": "teams-for-linux",
Expand Down

0 comments on commit 05f734a

Please sign in to comment.