Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Commit

Permalink
New version v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Dec 19, 2015
1 parent 737aa82 commit 7c0dc58
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.4.4
- Load tray icon on Linux (Still some bugs)
- Add WM_CLASS for linux (#285)
- Change header color (#276)
- Single instance now running at the same time
- Add minimum window size
- Add close with escape key setting
- Fix build directory on windows

1.4.3
- Don't load the tray icon on Linux (fix)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Messenger",
"version": "1.4.3",
"version": "1.4.4",
"repository": {
"type": "git",
"url": "git@github.com:Aluxian/Facebook-Messenger-Desktop.git"
Expand Down
10 changes: 5 additions & 5 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "app.html",
"name": "Messenger",
"version": "1.4.3",
"version": "1.4.4",
"app-id": "com.aluxian.messengerfordesktop",
"chromium-args": "--disable-setuid-sandbox",
"single-instance": true,
Expand All @@ -27,9 +27,9 @@
},
"manifestUrl": "https://raw.githubusercontent.com/Aluxian/Facebook-Messenger-Desktop/master/src/package.json",
"packages": {
"osx64": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.3/Messenger.dmg",
"win32": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.3/MessengerSetup.exe",
"linux32": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.3/Messenger_linux32.deb",
"linux64": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.3/Messenger_linux64.deb"
"osx64": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.4/Messenger.dmg",
"win32": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.4/MessengerSetup.exe",
"linux32": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.4/Messenger_linux32.deb",
"linux64": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.4/Messenger_linux64.deb"
}
}

0 comments on commit 7c0dc58

Please sign in to comment.