summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: de1c8f64941ccd78305d4fffce864335ec44efcf (plain)
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
CHANGES
=======

v0.5.8
------

* add new extensions

v0.5.7
------

* fix bug on prev/next objects of page

v0.5.6
------

* add config to read first pyssgrc and then to the xdg directory
* fix bug on image\_url

v0.5.5
------

* fix another bug

v0.5.4
------

* fix bug

v0.5.3
------

* refactor code and add image\_url parsing

v0.5.2
------

* fix minor bug on rss template

v0.5.1
------

* minor fix on dirs discovery

v0.5.0
------

* add ability to copy basic template files
* move plt dir to be included in data
* refactor and add support for jinija
* just include changelog

v0.4.1
------

* fix m\_datetime bug
* add tags inside article footer instead of separate html element

v0.4.0
------

* fix bug
* fix bug
* fix bug
* add sitemap support

v0.3.1
------

* fix readme links
* add tags as categories
* add content:encoded tag in rss and update readme

v0.3.0
------

* add better version printing
* fix timezone
* fix missing ref to obj
* fix bad method call
* ... literally 3 commits to fix a missing obj
* ACTUALLY add missing config obj lol
* fix missing config obj
* add rss support

v0.2.4
------

* lol wrong src and dst variables read
* fix error on parsing config file
* finally fix argparse error, questionmark
* checking argparse errors
* fix missing import

v0.2.3
------

* add more configuration options and refactor its parsing

v0.2.2
------

* fix sorting of pages and update default templates

v0.2.1
------

* fix required base url and tag header substitution

v0.2.0
------

* clean up and update readme
* refactor code and finish basic features

v0.1.0
------

* refactor code and almost finish main functionality
* semiworking program, still very alpha
* Add working file discovery and destination file structure creation
* initial template creation, barebones arg parser
* Prepare barebones package info
* Update readme
* Initial commit