Skip to content

Commit e169fb9

Browse files
chore(main): release 2.10.1
1 parent 8de3b2d commit e169fb9

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.10.0"
2+
".": "2.10.1"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [2.10.1](https://github.com/IsmaelMartinez/teams-for-linux/compare/v2.10.0...v2.10.1) (2026-05-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **logging:** down-level pre-login auth-noise from renderer ([#2564](https://github.com/IsmaelMartinez/teams-for-linux/issues/2564)) ([8de3b2d](https://github.com/IsmaelMartinez/teams-for-linux/commit/8de3b2d6a1a4842882dca6c99ec33928ad2309ee)), closes [#2560](https://github.com/IsmaelMartinez/teams-for-linux/issues/2560)
9+
* **logging:** run renderer log fields through full PII sanitizer ([#2562](https://github.com/IsmaelMartinez/teams-for-linux/issues/2562)) ([bff6d22](https://github.com/IsmaelMartinez/teams-for-linux/commit/bff6d22ace2a37195fb3a98ccf5a88d6f2efb98e)), closes [#2560](https://github.com/IsmaelMartinez/teams-for-linux/issues/2560)
10+
* **macos:** use 256x256 source for the dock icon ([#2563](https://github.com/IsmaelMartinez/teams-for-linux/issues/2563)) ([8f96c66](https://github.com/IsmaelMartinez/teams-for-linux/commit/8f96c6684445c541241de3ad6dd411736af691f8)), closes [#2560](https://github.com/IsmaelMartinez/teams-for-linux/issues/2560)
11+
* **preload:** serialize object-shaped unhandled rejections ([#2561](https://github.com/IsmaelMartinez/teams-for-linux/issues/2561)) ([6720768](https://github.com/IsmaelMartinez/teams-for-linux/commit/6720768f1ac57c766eeda8595a177f8b0838259e)), closes [#2560](https://github.com/IsmaelMartinez/teams-for-linux/issues/2560)
12+
313
## [2.10.0](https://github.com/IsmaelMartinez/teams-for-linux/compare/v2.9.0...v2.10.0) (2026-05-19)
414

515

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "teams-for-linux",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"main": "app/index.js",
55
"description": "Unofficial client for Microsoft Teams for Linux",
66
"homepage": "https://github.com/IsmaelMartinez/teams-for-linux",

0 commit comments

Comments
 (0)