Skip to content

Commit

Permalink
bump version v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
barraq committed Sep 12, 2014
1 parent f773259 commit 0921a09
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ Live **pdf** preview [here](http://barraq.github.io/pandoc-moderncv/preview/cv.p
## Requirements

For building your CV in html you need:
- [Compass](http://compass-style.org/) (~ 1.0),
- [Susy](http://susy.oddbird.net/) (> 2.1),
- [Compass](http://compass-style.org/) (>= 1.0),
- [Susy](http://susy.oddbird.net/) (>= 2.1),
- [RSync](http://rsync.samba.org/),
- [Pandoc](http://johnmacfarlane.net/pandoc/)
- [Pandoc](http://johnmacfarlane.net/pandoc/) (>= 1.13)

For exporting your CV to pdf you need:
- wkpdf or wkhtmltopdf:
Expand All @@ -56,7 +56,7 @@ For exporting your CV to pdf you need:

Install **Compass** and **Susy**:

$ gem install compass --pre
$ gem install compass
$ gem install susy

Install **wkpdf** or **wkhtmltopdf**. If on MacOSX please check Troubleshooting section for installing correctly wkpdf.
Expand Down Expand Up @@ -141,6 +141,7 @@ Currently Pandoc-MordernCV supports the following metadata:
| protect-mobile | boolean | true/false (default: false) |
| protect-phone | boolean | true/false (default: false) |
| protect-fax | boolean | true/false (default: false) |
| protect-address | boolean | true/false (default: false) |
| display-lastupdate | boolean | true/false (default: false) |

### Private & Public CV
Expand All @@ -160,6 +161,7 @@ Currently Pandoc-ModernCV can protect the following metadata:
* mobile
* phone
* fax
* address

Metadata can be (un)protected independently as follow:

Expand Down
9 changes: 9 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
pandoc-moderncv (1.0.2) stable;

* Introduce protected address, #3
* Fix wrong pdf generation with WKHTMLTOPDF, #9
* Upgrade requirements: Pandoc > 1.13
* Upgrade to Compass 1.0 and Susy 2.1
* Improved README documentation
* Bugs fix #10, #8

pandoc-moderncv (1.0.1) stable;

* Improved README documentation
Expand Down

0 comments on commit 0921a09

Please sign in to comment.