Skip to content

Commit

Permalink
release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilis committed Jul 1, 2017
1 parent 9711ae9 commit 8f21371
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
v. 0.2.2

- ensuring all data is deleted when logging out
- fixed crash caused by having too many friends
- fixed crash occuring after suspend
- moved from GLib.Notification to libnotify
- changed notification icons' shape into square
- fixed problem with loading conversation getting stuck
- fixed bug with bad-looking notifications about messages incoming from unknown person

v. 0.2.1

- support for muted conversations
- support for non-default Plank's positions
- "close all conversations" works now when the app is not running
- added 2-step verification info
- showing message author in notification (in group threads)
- updated Facebook API
- fixed bugs:
- bubble going out of screen
- opening all conversations with no reason
- infinite reloading conversation
2 changes: 1 addition & 1 deletion src/Main.vala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class Main : Granite.Application {
about_license_type = License.GPL_3_0;
app_copyright = "2017";
app_years = "2017";
build_version = "0.2.1";
build_version = "0.2.2";
//bug_url = "https://github.com/aprilis/messenger/issues";
help_url = "https://github.com/aprilis/messenger/wiki";
main_url = "https://github.com/aprilis/messenger";
Expand Down
2 changes: 1 addition & 1 deletion src/api/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
*
* The HTTP User-Agent header.
*/
#define FB_API_AGENT "Facebook plugin / Messenger app for elementary OS / 0.2 " FB_ORCA_AGENT
#define FB_API_AGENT "Facebook plugin / Messenger app for elementary OS / 0.2.2 " FB_ORCA_AGENT

/**
* FB_API_MQTT_AGENT
Expand Down

0 comments on commit 8f21371

Please sign in to comment.