We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf09d1 commit 47ab94dCopy full SHA for 47ab94d
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
-## <a name="Unreleased"></a>[Unreleased](#Unreleased)
+## <a name="1.2.0"></a>[1.2.0](#1.2.0) (2018-05-29)
4
+- Added that notifications are only shown when the window is not focused.
5
+- Fixed a crash when the name of a sender cannot be determined.
6
- Improved error handling.
7
8
## <a name="1.1.1"></a>[1.1.1](#1.1.1) (2018-04-06)
Plugin/PidginWinToastNotifications.c
@@ -197,7 +197,7 @@ static PurplePluginInfo info = {
197
198
"gtk-win32-gallax-win_toast_notifications",
199
"Windows Toast Notifications",
200
- "1.0",
+ "1.2.0",
201
202
"Native Windows Toast Notifications.",
203
"Displays native Windows Toast Notifications.",
0 commit comments