-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCHANGELOG.txt
50 lines (30 loc) · 953 Bytes
/
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
=== (ongoing) ===
=== 0.7 ===
* Prepared app for Django 1.9 and Python 3.5
* Removed urllib3 dependencies
=== 0.6 ===
* Improved tests
* Latest requirements
=== 0.5.3 ===
* Fixed irritating status field in admin list
=== 0.5.2 ===
* Show all relevant fields in admin list
=== 0.5.1 ===
* Show amount of views in admin list
=== 0.5 ===
* Added fix for long urls with unicode characters
* Added search fields to admin
=== 0.4 ===
* Important bugfix: Tinylinks can now handle URLs with % characters
* Added function to start a single link validation
=== 0.3 ===
* Added tinylink list view, delete view
* Created management command to check the tinylink target URLs
* Added statistics for staff members
=== 0.2 ===
* Enhanced urls.py so that the shortlink URL can end with or without `/`
* Added admin to test urls.py so that we can login when testing this app in the
browser
=== 0.1 ===
* Initial release
* Use it at your own risk :)