Skip to content

Commit

Permalink
Bump version #
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Apr 28, 2011
1 parent cbf43da commit 5b4b42e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ iPad+iBooks.
Hack in section headings, right now using the ## syntax from markdown.
Copy-paste lots of stuff from github.com/madriska/jambalaya, including the
DejaVu font sets. Make PDF output look pretty, but the source code look ugly.

## 0.0.8 (2011.04.28)

Basic support for unordered lists. The ePUB output has not been tested yet,
because most desktop based ePUB readers suck and I don't have an iPad. Will ask
friends to test soon.
7 changes: 7 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@

* Look into generating ePub from scratch. eeepub is straightforward but we could
better.

* Make it possible for unordered list items to include newlines without
breaking listing. Multi-line statements are still possible in output, but
input file must be soft wrapped in list items to have proper output.

* Refactoring is definitely going to need to happen soon. The whole project is
currently a mess.
2 changes: 1 addition & 1 deletion lib/bookie/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bookie
VERSION = "0.0.7"
VERSION = "0.0.8"
end

0 comments on commit 5b4b42e

Please sign in to comment.