Skip to content

Commit 721a628

Browse files
committed
release 5.27.22-3 with gchat:// psuedo protocol support
1 parent bc6d744 commit 721a628

File tree

4 files changed

+17
-83
lines changed

4 files changed

+17
-83
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ An electron-base client for Google Hangouts Chat, since Google didn't see fit to
44

55
## CHANGELOG
66

7-
### 5.27.22-1
7+
### 5.27.22-3
8+
9+
Add a nice pseudo-protocol support : open gchat:// urls in client instead of browser. (requires configutaion in browsers)
10+
11+
See README.md "Open Google Chat URLs from web browser in the app".
12+
13+
14+
### 5.27.22-2
815

916
* Desktop shortcut name changed to `Google Chat Alt`
1017
* `rpm` build available

README.md

Lines changed: 6 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,12 @@ So, **to use electron's Wayland rendering** edit `/usr/share/applciations/google
101101

102102
See full [CHANGELOG](./CHANGELOG.md).
103103

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
105110

106111
* Desktop shortcut name changed to `Google Chat Alt`
107112
* `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
184189

185190
- 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)
186191

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)
263-
264-
5.11.9-1: electron 11 (*Apple M1* native support)
265192

266193
## versioning scheme
267194

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": "google-chat-linux",
3-
"version": "5.27.22-2",
3+
"version": "5.27.22-3",
44
"description": "Unofficial alternative Google Chat desktop app",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)