Newer
Older
* Bug #90: htdigest file handling broken in contrib.wsgi. (Philip Dexter)
0.4.6 (Mar 5, 2014)
-------------------
* #89: Work around a bug in Dulwich 0.9.5: https://github.com/jelmer/dulwich/issues/144
(Klaus Alexander Seistrup, Jonas Haag)
0.4.5 (Mar 5, 2014)
-------------------
* Bugfix release for bugfix release 0.4.4. (Daniel Krüger, Jonas Haag)
0.4.4 (Feb 21, 2014)
-------------------
* Fix syntax highlighting in case multiple different file formats share the
same file extension. Rely on Pygments to select the best matching lexer for us.
(Gnewbee, Jonas Haag)
0.4.3 (Feb 20, 2014)
--------------------
* Bug #86: Empty repo name if klaus is fed a ".git" directory.
Now: name of parent directory, i.e. /foo/bar/.git has the name "bar".
(David Wahlund)
0.4.2 (Jan 21, 2014)
--------------------
* Bug #83: Wrong version of Dulwich dependency in ``setup.py``
* Bug #82: Include ``contrib/*`` in the distribution as ``klaus.contrib.*``.
0.4 (Jan 16, 2014)
------------------
* NOTE TO CONTRIBUTORS -- HISTORY REWRITTEN: See 46bcec1a8e21d510f3af3c9e2d19bc388b20c753
* Moved ``klaus.wsgi`` to ``klaus.contrib.wsgi``
* New autoreloader (see ``klaus/contrib/wsgi_autoreload.py``) WSGI middleware
that watches a directory for repository additions/deletions
(i.e., no need to restart klaus anymore). Also see page in wiki.
(Jonas Haag)
* Commit view:
- Wrap long lines (Brendan Molloy)
- Add change summary and make file diffs toggleable (A. Svensson, Jonas Haag)
- Speed up page rendering thanks to Javascript optimization (Martin Zimmermann, Jonas Haag)
0.3 (Jun 10, 2013)
------------------
* #57: Better "N minutes/hours/weeks ago" strings (Jonas Haag)
* #59: Show download link for binary files / large files
* #56: Markdown renderer: enable "TOC" and "extra" extensions (@ar4s, Jonas Haag)
* Bug #61: Don't crash on repos without "master" branch (Jonas Haag)
* Bug #60: Don't crash if "/blob/" URL is requested with non-file argument
* Fix an issue with the version/revision indicator bottom-right of the page (Jonas Haag)
* #49: Support for short descriptions using `.git/description` file (Ernest W. Durbin III)
0.2.1 (Jan 29, 2013)
--------------------
* Tags work again (Jonas Haag)
* Bug #43: ``bin/klaus``: ``--site-name`` did only accept ASCII strings
* Rewrite/port to Flask/Werkzeug (Martin Zimmermann, Jonas Haag).
* Git Smart HTTP support with HTTP authentication (Martin Zimmermann, Jonas Haag)
0.1 (unreleased)
----------------
BSD-licensed initial version, based on Nano "web framework" (Jonas Haag)