forked from IsmaelMartinez/teams-for-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.IsmaelMartinez.teams_for_linux.appdata.xml
190 lines (185 loc) · 10.7 KB
/
com.github.IsmaelMartinez.teams_for_linux.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.github.IsmaelMartinez.teams_for_linux</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>teams-for-linux</name>
<summary>Unofficial Microsoft Teams client for Linux using Electron</summary>
<description>
<p>Unofficial Microsoft Teams client for Linux using Electron.</p>
<p>It uses the Web App and wraps it as a standalone application using Electron.</p>
</description>
<url type="homepage">https://github.com/IsmaelMartinez/teams-for-linux</url>
<url type="help">https://github.com/IsmaelMartinez/teams-for-linux/blob/develop/KNOWN_ISSUES.md</url>
<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.0.17" date="2021-10-28">
<description>
<p>
Screen sharing now works.
</p>
<ul>
<li>Fix: #492 Can't share screen on Ubuntu</li>
</ul>
<p>
Thanks to all who contributed to this project.
</p>
</description>
</release>
<release version="1.0.16" date="2021-10-28">
<description>
<p>
This release has been focused on fixing flatpak runtime issues.
</p>
<ul>
<li>Fix: #489 - Application fails to launch</li>
<li>Known issue: Screen sharing does not work</li>
</ul>
<p>
Thanks to all who contributed to this project.
</p>
</description>
</release>
<release version="1.0.15" date="2021-10-24">
<description>
<p>
This release has been focused on fixing flatpak runtime issues.
</p>
<ul>
<li>#489</li>
</ul>
<p>
Thanks to all who contributed to this project.
</p>
</description>
</release>
<release version="1.0.13" date="2021-10-24">
<description>
<p>
This release has been focused on fixing small issues and improving screen sharing capabilities.
</p>
<ul>
<li>Major bump from version 1.0.0 to 1.0.13</li>
<li>Migrated to Electron v15</li>
</ul>
<p>
Thanks to all who contributed to this project.
</p>
</description>
</release>
<release version="1.0.0" date="2019-11-01">
<description>
<p>
While we wait for Microsoft... Here we go, we are now version 1.0.0 🍾🎉
This release has been focus on fixing small issues, improving config options (specially for proxy),
adding some bots to help automation, adding more functionality to the right click button
and automatically place your downloads into the download folder (opt in feature)
</p>
<ul>
<li>Adding electron dl to automatically place your dowloads into the dowload folder (opt-in feature, check the config options) (#295)</li>
<li>Enabling the right click on url and adding copy URL to that menu option (#294)</li>
<li>Add proxy server to config options to ease configuration (#292)</li>
<li>Adding the 'try-supported-channel-layouts' to avoid locking the audio on the 1st instance (#291)</li>
<li>Feature/fix anylint issues and close #272 (#288)</li>
<li>Bump eslint-utils from 1.3.1 to 1.4.2 (#287)</li>
<li>fix: enable meetups join also for https protocol links (#283)</li>
<li>Updating stale.yml</li>
<li>feat: add join meeting via link outside application (#255)</li>
<li>Feat adding snyk (#260)</li>
<li>Replacing depShield for snyk to check vulnerabilities (#259)</li>
<li>revert - Fix depshield issues (#258)</li>
<li>Fix depshield issues (#256)</li>
<li>Update README.md</li>
<li>Adding stale bot</li>
<li>Fix merge issue (#238)</li>
</ul>
<p>
Thanks to @standagh, @emanuelbatista, @jef79m and everybody that created issues/enhancements, fixed and/or tested them.
Special thanks to @julian-alarcon for continuously supporting the snap version of this project and to anyone else that is supporting other package types.
Thanks also to @byteSamurai for introducing hacktoverfest. I manage to get a t-shirt and to get a few people on my team to also contribute.
Its been a long ride, and looks like Microsoft has heard us out loud, but until they got something working as stable as this, I will continue contributing.
Release notes partly done by Stamp.
</p>
</description>
</release>
<release version="0.7.0" date="2019-08-19">
<description>
<p>Because #217, you need to clear you config folder before your 1st login (config folder locations). This is not necessary if you are moving from version 0.6.6 or higher.</p>
<p>This release is been mostly concentrated on bug fixes and making this a bit more stable.</p>
<ul>
<li>Fix #220. Electron's getLocale, and Chromium's l10n_util, can return the language code in the IETF BCP 47 format (en-US) instead of the ISO 15897 format (en_US). Hunspell, the dictionaries included with this project, and the JavaScript code here assumes the ISO 15897 format, so this hotfix converts what getLocale returns. (#234) (97eb15f) Thanks to @pnickerson-cashstar</li>
<li>Add flatpak to configuration directory list (#232) (afbb725) Thanks to @agates</li>
<li>Fix #208. Increasing the electron-builder (#231) (555e364)</li>
<li>Fix #221: updating readme with a link to AppImageLauncher (#226) (4fce0df) Thanks to @orange-buffalo</li>
<li>Fix #171. Can't open Microsoft Teams - blank screen (#218) (f0242d2) Thanks to @inglor and @basaas</li>
<li>Fix #204. Updating default user agent string (#217) (952c55a) Thanks to @whofferbert</li>
<li>Feature #185 Adding the ability to toogle fullscreen f11 (#216) (adeec1d) Thanks to @rt3norio</li>
<li>Update KNOWN_ISSUES to reference cache folder (#171) (#210) (36af526) Thanks to @skyghis</li>
<li>Fix #182. Better handle external requests in new windows (#206) (599e140) Thanks to @HarlemSquirrel</li>
</ul>
<p>Extras</p>
<ul>
<li>Special thanks also to all the people that reported issues, tested them, fixed them, improved the documentation, and, in general, helped making this a bit more stable. All of this will not be possible with your contributions.</li>
</ul>
<p>Apologies if I have missed anyone.</p>
</description>
</release>
<release version="0.4.0" date="2019-07-19">
<description>
<p>Using gitflow from now on for releases (having master and develop branches) (Thanks to @julian-alarcon)</p>
<p>#149 Re-implementing the spellchecker to improve performance. (PR #152, #155 and #163)</p>
<p>#123 Is now possible as the main issue was with the spellchecker (issue #149)</p>
<p>#41 Teams-for-linux now also available in Flatpak! (Thanks to @gabops)</p>
<p>#99 Fixing the cursor in snap (PR #168)</p>
<p>#61 Improving the screen-share quality by adding a white end to the browserviews. This is a chrome issue that basically doesn't trigger then the antialiasing. Strange but it works! (PR #165)</p>
<p>#89 Adding the basic part for the xdg-open. This might need a few improvements as it is currently quite difficult to test. (PR #170)</p>
<p>#162 Improving the documentation for snap as people keep coming back reporting camera not working (Thanks @julian-alarcon) (PR in #167)</p>
<p>#171 blank screen issue. Workaround found and documented (Thanks to @sant123 for documenting and the others for finding/testing the solution!) (PR #178)</p>
<p>#176 Fixing the multiple icons in dock (Thanks to @lkms) (PR #179)</p>
<p>#98 Fixing the loop when launching that some people where experiencing.</p>
<p>#109 and #107 Improving the handling of "about:blank" links (mainly connectors and preview images) (Thanks to @HarlemSquirrel) (PRs #131 and #172)</p>
</description>
</release>
<release version="0.3.0" date="2019-05-27">
<description>
<p>Using gitflow from now on for releases (having master and develop branches) (Thanks to @julian-alarcon)</p>
<p>automating the snap release (Thanks to @julian-alarcon and @benyanke)</p>
<p>Fixing snap and camera not working together (Thanks to @julian-alarcon)</p>
<p>Unpacking the spellchecker dictionaries and adding the ones installed in hunspell (Thanks to @vadimi and @noderat )</p>
<p>Updating the MS icon (Thanks to @julian-alarcon)</p>
<p>removing the apparmor=DENIED messages in syslog for snap build (Thanks to @julian-alarcon)</p>
<p>Adding the --minimized option to start the app minimized (Thanks to @didster)</p>
<p>Adding webDebug to the tray menu options</p>
</description>
</release>
</releases>
<developer_name>Ismael Martinez</developer_name>
<screenshots>
<screenshot type="default">
<image type="source">https://3er1viui9wo30pkxh1v2nh4w-wpengine.netdna-ssl.com/wp-content/uploads/prod/sites/43/2017/03/Microsoft-Teams-1024x576.jpg</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>