Skip to content

Commit

Permalink
release v0.067
Browse files Browse the repository at this point in the history
 - sort broken links in link check plugin
 - add debug message when rendering a page
 - fix page render error when document title is undef
 - add test for stylesheet, script, and favicon links
 - show load error if failed to load Pod::Weaver
 - fix missing attribute in site object error message
 - Revert "add failing test"
 - add style and script links to site object
 - fix coersion for links in page object
 - fix nested lists getting smaller and smaller font
 - fix default font to something more readable
 - Add status attribute in preparation to its use, and test for the default
   value when writing a document.
 - add failing test
 - remove static app from the config guide
 - add shortcut icon to default themes
 - add images attribute to site object
 - add experiment directory to gitignore
 - add release v0.066 announcement
  • Loading branch information
preaction committed Feb 8, 2016
1 parent 10c5d55 commit 3e328aa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
23 changes: 22 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changelog for Statocles

0.066 2016-01-10T02:02:37
0.067 2016-02-08T04:25:05
- sort broken links in link check plugin
- add debug message when rendering a page
- fix page render error when document title is undef
- add test for stylesheet, script, and favicon links
- show load error if failed to load Pod::Weaver
- fix missing attribute in site object error message
- Revert "add failing test"
- add style and script links to site object
- fix coersion for links in page object
- fix nested lists getting smaller and smaller font
- fix default font to something more readable
- Add status attribute in preparation to its use, and test for the default
value when writing a document.
- add failing test
- remove static app from the config guide
- add shortcut icon to default themes
- add images attribute to site object
- add experiment directory to gitignore
- add release v0.066 announcement

0.066 2016-01-10T02:02:37Z
- fix duplicate links showing up in pages
- add uniq_by util to filter items based on a sub
- add child page scripts and styles to the list page
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ my %WriteMakefileArgs = (
"Test::Lib" => 0,
"Test::More" => "1.001005"
},
"VERSION" => "0.066",
"VERSION" => "0.067",
"test" => {
"TESTS" => "t/*.t t/app/*.t t/app/basic/*.t t/app/blog/*.t t/app/perldoc/*.t t/app/role/*.t t/bin/*.t t/command/*.t t/deploy/*.t t/page/*.t t/plugin/*.t t/site/*.t t/store/*.t t/template/*.t t/theme/*.t"
}
Expand Down
3 changes: 2 additions & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Statocles - A static site generator

# VERSION

version 0.066
version 0.067

# STATUS

Expand Down Expand Up @@ -73,6 +73,7 @@ Doug Bell <preaction@cpan.org>
- Joel Berger <joel.a.berger@gmail.com>
- tadegenban <tadegenban@gmail.com>
- Vladimir Lettiev <thecrux@gmail.com>
- William Lindley <wlindley@wlindley.com>

# COPYRIGHT AND LICENSE

Expand Down

0 comments on commit 3e328aa

Please sign in to comment.