-
Notifications
You must be signed in to change notification settings - Fork 4
/
changelog
82 lines (47 loc) · 2.21 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
0.4.6
* fixes .pdf template files when running with latest Django versions
* handles updates to django-storages>=1.14 properly
* supports OpenAPI 3 doc generator
-- Sebastien Mirolo <smirolo@djaodjin.com> Thu, 14 Mar 2024 12:50:00 -0700
0.4.5
* turns edit tools on/off per user instead of whole site
* enables partial theme upload and download
* adds online editor for dates
-- Sebastien Mirolo <smirolo@djaodjin.com> Thu, 12 Oct 2023 16:45:00 -0700
0.4.4
* compatibles with Bootstrap5
-- Sebastien Mirolo <smirolo@djaodjin.com> Wed, 2 Aug 2023 17:15:00 -0700
0.4.3
* sends raw text e-mail if premail resources cannot be found
* compatibles with django-storages==1.13
* installs using pyproject.toml
-- Sebastien Mirolo <smirolo@djaodjin.com> Fri, 7 Jul 2023 08:35:00 -0700
0.4.2
* shows TemplateSyntax errors when uploading theme
* removes unused dependency on bleach
* removes dependency on vue-infinite-loading for pagination
-- Sebastien Mirolo <smirolo@djaodjin.com> Tue, 24 Feb 2023 11:00:00 -0700
0.4.1
* returns true root directories for public assets, not Django 'static' concept
-- Sebastien Mirolo <smirolo@djaodjin.com> Tue, 7 Feb 2023 16:55:00 -0700
0.4.0
* removes trailing '/' in API endpoints
* stores template in downloaded zip only once
* returns nice error message when issue decoding utf-8 templates
-- Sebastien Mirolo <smirolo@djaodjin.com> Tue, 7 Feb 2023 14:38:00 -0700
0.3.4
* removes misleading test, `get_template_names` is used by template engine
-- Sebastien Mirolo <smirolo@djaodjin.com> Thu, 28 July 2022 14:45:00 -0700
0.3.3
* makes js code as modules
-- Sebastien Mirolo <smirolo@djaodjin.com> Wed, 27 July 2022 14:50:00 -0700
0.3.2
* adds missing bleach dependency when package is uploaded to pypi
-- Sebastien Mirolo <smirolo@djaodjin.com> Mon, 4 July 2022 15:46:00 -0700
0.3.1
* packages missing static files (i.e. *.js) and templates
-- Sebastien Mirolo <smirolo@djaodjin.com> Mon, 4 July 2022 15:10:00 -0700
0.3.0
* adds HTML templates online editor that used to be
in [djaodjin-pages](https://github.com/djaodjin/djaodjin-pages/)
-- Sebastien Mirolo <smirolo@djaodjin.com> Sun, 1 May 2022 11:30:00 -0700