This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
123 lines (98 loc) · 4.71 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
5.1.8 - 3rd April 2020
* Recent tags now have their count available. e.g. sidebar on
https://blog.steve.fi/
* When users submit comments we ignore their links if they are unqualified.
(e.g. "http://example.com/" is fine, "www.foo.com" is not.)
* More explicit error-message if a blog-post has an impossible/bogus
date/time.
* Fixed CPAN bug #132126
5.1.7 - 20th February 2017
* The __CUT__ feature works 100% in all supplied themes.
* Each supplied theme now supports "static pages".
* Static-pages can now explicitly specify their output path.
* Re-added support for lower-casing of output page names.
* Simple redirection pages will be created for the original mixed-case page.
* The "Recent Posts" template-snippet will correctly work when posts
included in that subset contain comments.
* Default theme now reports version number properly.
* Tag-output page shows related tags, in some themes.
5.1.6 - 29th December 2016
* New release to add libclass-path to build-deps, debian-specific.
5.1.5 - 29th April 2016
* Abstracted the template handling such that different modules
may be used to create the output. The default is still HTML::Template,
but now Text::Xslate is also supported.
Contributed by Matthias Bethke.
5.1.4 - 2nd March 2016
* Reworked how tags are fetched from entries.
5.1.3 - 12th February 2016
* Accepted contribution from Matthias Bethke to allow UTF-8 filenames.
5.1.2 - 2nd January 2016
* Load gravitars in a protocol-agnostic fashion.
5.1.1 - 4th July 2015
* Updated default RSS-feed to validate correctly.
5.1.0 - 16th June 2015
* Allow per-post templates.
* Allow posts to be truncated.
* Allow user to configure the man/max/step-size of the tag-cloud.
* Allow static-pages to be created via new plugin.
* Allow input-folder layout to be preserved via new plugin.
* Abort if entries don't have titles.
* Abort if titles aren't unique within a blog.
5.0.9 - 18th April 2015
* Add App::Chronicle module to claim the namespace appropriately.
* Bump copyright year to 2015.
5.0.8 - 29th December 2014
* Use Sys::Hostname rather than /bin/hostname for reading the hostname.
* Added `date_format` and `time_format` to the configuration file.
* Updated the `getBlog` function, available to plugins, to allow configuration variables to be read.
5.0.7 - 4th October 2014
* Added Text::MultiMarkdown support, contributed by Stuart Skelton.
* Don't enable comments to the templates if not enabled.
* Don't regenerate "recent" blog-posts unless comments are enabled.
* Allow recursive detection of posts from beneath ./data/
(Or whateverthe input path is.)
* New bootstrap2 theme, named 'bs2'.
* Tags are output ordered by name, case-insensitively.
* Tags are always lower-cased when inserted.
* Populate more global variables via Chronicle::Plugin::Snippets::Meta
* Allow the user to define an alternative to the default index file "index.html".
* Allow the use of a different suffix to ".html".
* Removed the need for themes to duplicate "index.rss".
* Added sample configuration-file.
* Allow blog-entries to link to next/prev entry.
5.0.6 - 24rd September 2014
* Correctly load templates inside loops to avoid parameter reuse.
* Updated all plugins to declare a version.
* Updated all plugins and main script to include explicit license.
* Added top-level LICENSE.md file too, for redundency.
* Added Chronicle::Plugin::PostSpooler plugin.
5.0.5 - 23rd September 2014
* Fixed POD for Chronicle::Plugin::Snippets::RecentTags
* Updated each _order method to link to Module::Pluggable::Ordered
* Updated POD for bin/chronicle
5.0.4 - 23rd September 2014
* Added plugin to tidy HTML.
* Added plugin to allow blog-posts to be filtered.
* Added plugin to allow inline youtube videos.
* Significant POD updates.
* Added Test::Pod::Coverage to ensure our modules are documented.
* Don't generate output tags/archive if templates are missing.
5.0.3 - 21st September 2014
* Avoid hardwiring two plugins as disabled in the code.
* Updated POD in script and plugins.
* Moved our main chronicle script into bin/.
* Allow empty values to be set in the configuration file,
specifically so that "exclude-plugins=" will work.
* Perform environmental variable expansion in the config file values.
* Added pre-build and post-build command-execution support.
5.0.2 - 21st September 2014
* This release was primarily made to fix CPAN testers warnings.
* Added ChangeLog
* Removed Makefile from distribution.
* Declare dependencies on Text::Markdown, Text::Textile.
* Added POD for Chronicle::Plugin::Generate::Tags.
5.0.1 - 21st September 2014
* Misc. cleanups.
5.0.0 - 20th September 2014
* Initial release of the new codebase.