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.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Feb 29, 2016
1 parent aaf3c27 commit b7e5447
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.4.7
- Fix dark theme
- Fix mosaic theme
- Fix bug where esc would close the window instead of the full screen image
- Apply fixes from old development branch
- Update dependencies

1.4.6
- Add option to hide window on startup
- Auto-startup now avaible for linux
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.6",
"version": "1.4.7",
"repository": {
"type": "git",
"url": "git@github.com:Sytten/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.6",
"version": "1.4.7",
"app-id": "com.aluxian.messengerfordesktop",
"chromium-args": "--disable-setuid-sandbox",
"single-instance": true,
Expand All @@ -27,9 +27,9 @@
},
"manifestUrl": "https://raw.githubusercontent.com/Sytten/Facebook-Messenger-Desktop/master/src/package.json",
"packages": {
"osx64": "https://github.com/Sytten/Facebook-Messenger-Desktop/releases/download/v1.4.6/Messenger.dmg",
"win32": "https://github.com/Sytten/Facebook-Messenger-Desktop/releases/download/v1.4.6/MessengerSetup.exe",
"linux32": "https://github.com/Sytten/Facebook-Messenger-Desktop/releases/download/v1.4.6/Messenger_linux32.deb",
"linux64": "https://github.com/Sytten/Facebook-Messenger-Desktop/releases/download/v1.4.6/Messenger_linux64.deb"
"osx64": "https://github.com/Sytten/Facebook-Messenger-Desktop/releases/download/v1.4.7/Messenger.dmg",
"win32": "https://github.com/Sytten/Facebook-Messenger-Desktop/releases/download/v1.4.7/MessengerSetup.exe",
"linux32": "https://github.com/Sytten/Facebook-Messenger-Desktop/releases/download/v1.4.7/Messenger_linux32.deb",
"linux64": "https://github.com/Sytten/Facebook-Messenger-Desktop/releases/download/v1.4.7/Messenger_linux64.deb"
}
}

0 comments on commit b7e5447

Please sign in to comment.