forked from Pushwoosh/pushwoosh-python-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
62 lines (41 loc) · 1.22 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
v0.2.1, 2016-04-25
features:
* added GetTagsCommand
bugfixes:
* properly decode response
v0.2.0, 2015-10-16
features:
* added support for Python 3
* added tox
* added ChromeNotificationMixin
bugfixes:
* fixed setup.py issues. change distutils to setuptools. Oops...
v0.1.1, 2014-09-18
changes:
* removed version from setup.py
* asserts replaced by exceptions
* added logging to pypushwoosh.client
* CreateMessageCommand is splitted to CreateMessageForApplicationCommand, CreateMessageForApplicationGroupCommand
features:
* added DateTagFilter, DaysTagFilter, BooleanTagFilter
* added tag filters by application
* added api references documentation
bugfixes:
* fixed bug in FilteredNotificationMixin
* added missed wp_backcontent property to WindowsPhoneNotificationMixin
* added missed BlackBerryNotificationMixin
* fixed valid_operand_for_operator
v0.1.0, 2014-06-18
* Implemented Synchronous Client
* Implemented command:
CreateMessage
DeleteMessageCommand
CreateTargetedMessage
CompileFilter
RegisterDeviceCommand
UnregisterDeviceCommand
SetTagsCommand
SetBadgeCommand
PushStatCommand
GetNearestZoneCommand
* Implemented Filters from Advanced Tags Guide. Please see: docs/filters_guide.txt