forked from APSL/puput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
102 lines (84 loc) · 2.53 KB
/
CHANGELOG
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Changelog
=========
1.0.2 (2018-05-17)
------------------
* Add missing image.
* Add missing `str` methods.
1.0.1 (2018-04-19)
------------------
* Fix header image.
1.0 (2018-04-10)
------------------
* Add support for Django 2.0 and Wagtail 2.0. Drop Python 2.7 support.
* Add code and block quote options to the entries text editor.
* Improve default template visualisation.
* Configurable default template color.
* Add social sharing links.
0.9.2 (2018-02-13)
------------------
* Remove django-compressor dependency.
* Add German and Polish translations.
0.9.1 (2017-09-12)
----------------
* Add missing migration.
0.9 (2017-08-03)
----------------
* Fix issue that creates undesired migrations.
* Add Django 1.11 & Python 3.6 support. Drop Python 3.3 support
* Improve RSS feeds generation.
* Fix issue with templatetags.
* Add Italian, Russian, Brazilian and French translations.
* Fix url resolution issues.
0.8 (2016-11-17)
----------------
* Add Travis CI integration and functional tests.
* Add Django 1.10 support.
* Minor template tweaks.
0.7 (2016-08-18)
------------------
* Add initial travis support.
* Add canonical url and social share tags in templates for SEO purposes.
* Allow to place Puput's blog at any sitemap level.
* Fix issue in entry comments update method.
* Add PageChooserPanel for related entries chooser.
* Improve flexibility on adding other comment systems.
* Minor bug fixes.
0.6 (2016-05-18)
------------------
* Fix issue when displaying entries without images.
* Fix css issues.
* Add django-compressor as project dependency.
* Improve tags visualization.
0.5.2 (2016-02-18)
------------------
* Removed django-endless-pagination which is no longer maintained and is not compatible with Django 1.9. Replaced by django-el-pagination.
* Category slug is now editable on snippets section.
0.5.1 (2016-02-16)
------------------
* Fix bug due a missing template tag.
0.5 (2016-02-12)
------------------
* Altered URL structure in order to have blog as Wagtail root page.
* Added Docker integration.
* Archive list is now collapsible.
0.4.1 (2016-01-19)
------------------
* Minor css bug fixes.
0.4 (2015-12-09)
----------------
* Added a fancy logo.
* Improved visualization of entries header images.
* Minor bug fixes.
0.3 (2015-11-15)
----------------
* Customizable username field in settings file.
* Improvements in the documentation.
* CSS cleanup. Added LESS file.
* Minor bug fixes.
* Added catalan translations.
0.2 (2015-09-22)
----------------
* Extensible entry model.
0.1 (2015-09-12)
----------------
* Initial release.