You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-79Lines changed: 6 additions & 79 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,12 @@ So, **to use electron's Wayland rendering** edit `/usr/share/applciations/google
101
101
102
102
See full [CHANGELOG](./CHANGELOG.md).
103
103
104
-
### 5.27.22-1
104
+
### 5.27.22-3
105
+
106
+
Add a nice pseudo-protocol support : open gchat:// urls in client instead of browser. See "Open Google Chat URLs from web browser in the app" above.
107
+
Thanks again https://github.com/pbabinca !
108
+
109
+
### 5.27.22-2
105
110
106
111
* Desktop shortcut name changed to `Google Chat Alt`
107
112
*`rpm` build available
@@ -184,84 +189,6 @@ it can be referenced in a local .desktop file, and it will work. That's hjow I p
184
189
185
190
-https://github.com/squalou/google-chat-linux/issues/51 : manually set `NO_REDIRECT_URL` to solve login with custom OAuth SSO providers issues. Comma separated list of urls is accepted ! (see issue in github for more details)
186
191
187
-
### 5.21.18-3
188
-
189
-
- remove `--ozone-platform-hint=auto` from default launcher
190
-
- add a word in README about wayland
191
-
192
-
### 5.21.18-2
193
-
194
-
- update to electron 21
195
-
- set `--ozone-platform-hint=auto` to for better wayland support when available.
196
-
197
-
### 5.20.18-1
198
-
199
-
- update to electron 20
200
-
- Fix #54 (systray in wayland)
201
-
202
-
### 5.15.17-1
203
-
204
-
Fix #40 : client breaks out to browser when login needed.
205
-
206
-
### 5.15.16-2
207
-
208
-
Fix language support https://github.com/squalou/google-chat-linux/issues/42
209
-
210
-
Add "languages": ["fr","en-US"] in the json to override default OS locale.
211
-
212
-
### 5.15.16-1
213
-
214
-
electron 15
215
-
216
-
### 5.14.16-1
217
-
218
-
* Good Bye Themes ! (they didn't work anymore anyway)
219
-
* Good bye Old UI support : Google removed it
220
-
221
-
This **may be the last version**, since ... it doesn't bring anything more than using Ferdi, or the native "installed" app from Chrome. Except systray integration
222
-
for people where it works anyway.
223
-
224
-
225
-
5.14.15-1
226
-
227
-
* electron 14
228
-
* support native filechooser instead of GTK only. [see here](README.md/#support-native-filechooser)
229
-
* WARNING : native filechooser may not work as nicely as expected on all distributions, see [#38](https://github.com/squalou/google-chat-linux/issues/38)
230
-
231
-
5.12.14-1
232
-
233
-
Details about systray click behaviour and google account login page.
234
-
235
-
5.12.13-2
236
-
237
-
Fix support for new chat UI notifications. Thak you @ankurk91 : you should check his fork https://github.com/ankurk91/google-chat-electron.
238
-
239
-
Keep mechanism to revert to old one while it still works, UI is so much better.
240
-
241
-
5.12.12-1
242
-
243
-
Google did it again : a new UI that breaks everything. There is still hope (for a time). Default URL is redirected to https://mail.google.com/chat ...
244
-
but previous one is still accessible.
245
-
246
-
To activate it, go to `Menu`, and tick `use old version of chat` OR `right click` in systray icon and choose `Use previous chat UI`.
247
-
248
-
I don't know how long it will work but for now, it does and make systray notifiction and theme work again.
249
-
250
-
5.12.11-2: tweak for linux url open
251
-
252
-
fix #34 : Additional 'Advanced' option to open urls using `xdg-open` rather than `shell.openExternal`. Works better for some users.
253
-
254
-
5.12.11-1: better windows support
255
-
256
-
Respect windows UI integration a bit more.
257
-
258
-
5.12.10-1: electron 12
259
-
260
-
- Windows support : `npm install && npm run dist` can now be run on Windows platform to build an installer.
261
-
262
-
5.11.10-1: add experimental dark theme (activate on "View" menu)
0 commit comments