Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Bump to version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Rosianu committed May 2, 2015
1 parent f3aae1d commit 86f275a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.3.1
- Run as menu bar app on OSX
- Links don't open through facebook.com or messenger.com anymore
- Preserve window state on quit
- Inject js each time the iframe reloads

1.3.0
- fixes badge with the number of notifications not appearing anymore
- Auto-launch on OS startup (OS X, Windows)
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.3.0",
"version": "1.3.1",
"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.3.0",
"version": "1.3.1",
"app-id": "com.aluxian.messengerfordesktop",
"window": {
"width": 800,
Expand All @@ -21,9 +21,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.3.0/Messenger.dmg",
"win32": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.3.0/MessengerSetup.exe",
"linux32": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.3.0/Messenger_linux32.deb",
"linux64": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.3.0/Messenger_linux64.deb"
"osx64": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.3.1/Messenger.dmg",
"win32": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.3.1/MessengerSetup.exe",
"linux32": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.3.1/Messenger_linux32.deb",
"linux64": "https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.3.1/Messenger_linux64.deb"
}
}

0 comments on commit 86f275a

Please sign in to comment.