-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGELOG.txt
73 lines (43 loc) · 1.22 KB
/
CHANGELOG.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
63
64
65
66
67
68
69
70
71
72
73
=== (ongoing) ===
- Added instant notifications
- Added template tag to get last message
- Increased message char length to 4096
=== 1.4.X ===
- Fixed conversation list on view contexts
- List conversation by latest messages
- Prepared app for Django 1.9 and Python 3.5
- Enhanced message admin
- Users will only notified once
- Updated requirements
- Removed null argument from many-to-many relationships
=== 1.4 ===
- Django 1.8 and tox optimization
- Added view to mark a conversation as unread
=== 1.3.6 ===
- Added option to block users
=== 1.3.4 ===
- Added digest management command
- Refactored behaviour to mark conversations as unread
=== 1.3.3 ===
- fixed redirect for already existing conversations
=== 1.3.2 ===
- Fixed dynamic user model issues
=== 1.3.1 ===
- Removed content objects
- Removed unnecessary create views
=== 1.3 ===
- Preparing app for Django>=1.7
- added new migrations
- improved templates
=== 1.2 ===
- Added ajax mixin to perform with extra ajax templates.
=== 1.1.3 ===
- Fixed conversation query in message form.
=== 1.1.2 ===
- Fixed view context.
=== 1.1.1 ===
- Fixed c_type query in view mixin.
=== 1.1 ===
- Added content object to conversations.
=== 1.0 ===
- Add basic app.