Skip to content

Commit

Permalink
fix #67 : prevent several instances from running simultaneaously
Browse files Browse the repository at this point in the history
  • Loading branch information
squalou committed Jun 26, 2023
1 parent 38108f6 commit c08bfa8
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 323 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ An electron-base client for Google Hangouts Chat, since Google didn't see fit to

## CHANGELOG

### 5.24.30-1

Prevent several instances of google chat linux to be launched simultaneously. (https://github.com/squalou/google-chat-linux/issues/67)

* Under X.Org : Starting a new one will restore and focus the existing one.
* Under Wayland : it depends, with Gnome a notification is displayed but no focus given.


### 5.24.19-4

Clean MORE links (https://github.com/squalou/google-chat-linux/issues/66)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ So, **to use electron's Wayland rendering** edit `/usr/share/applciations/google

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

### 5.24.30-1

Prevent several instances of google chat linux to be launched. (https://github.com/squalou/google-chat-linux/issues/67)

### 5.24.19-4

Clean MORE links (https://github.com/squalou/google-chat-linux/issues/66)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-chat-linux",
"version": "5.24.19-4",
"version": "5.24.20-1",
"description": "Google Hangouts Chat unofficial linux app",
"main": "src/index.js",
"scripts": {
Expand Down
Loading

0 comments on commit c08bfa8

Please sign in to comment.