Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Apr 30, 2014
1 parent 5176803 commit 2f2c66c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 7 deletions.
36 changes: 30 additions & 6 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
@@ -1,14 +1,38 @@
Version 0.10 (In development)
----------------------------
In which contributors rock.
Version 1.1.1
-------------

- Switch to awesome-slugify.
- Fix the tests.
- Improve the CI infrastructure.
- Add important sites to CI infrastructure.

Version 1.1
-----------
In which we all get on the same page.

- Added site config as a parameter to all hooks. [Jonathan Goodson]
- More robust slugification. [Joe Turner]
- Don't remove dotfiles from output directories. [Joe Turner]
- Better relative URL support in the form of `url_subdir` config. [stachern]
- Experimental support to add extra configuration to Markdown. [stachern]
- Universal newline support. [Catherine Devlin]
- Fixed pagination on global site attributes. [abbgrade]


Version 1.0.0b
--------------
In which "The 'b' stands for 'bastard'."

### Features
- The built in development server now auto reloads when files changes.
[robatron].
- A new contributed hook, `wok.contrib.hooks.compile_sass`, that does exactly
what it says on the tin [robatron].

### Fixes
- Add support for Jinja2 extensions.
- Better unicode support.
- Really use None for missing date/time values. [remram44]
- Fix HeadingAnchors to write saner HTML [Hein-Pieter van Bramm]
- Experimental support for relative links.
- Improvements to pip-installability.
- The hook `site.output.post` is now only run once, not once per file.

Version 0.9
Expand Down
2 changes: 1 addition & 1 deletion wok/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = u'1.1.0'
version = u'1.1.1'

0 comments on commit 2f2c66c

Please sign in to comment.