Newer
Older
0.7.1 (Oct 11, 2015)
--------------------
* Fix #136: wrong .diff URL generated if klaus is mounted under a prefix (John Ko)
0.7.0 (Oct 7, 2015)
-------------------
* Add ctags support (see wiki) (Jonas Haag)
* Append ".diff" or ".patch" to a commit URL and you'll be given a plaintext patch
(like you can do at GitHub) (Jonas Haag)
* Fix JavaScript line highlighter after window reload (Jonas Haag)
* Experimental support for Python 3. (Jonas Haag)
* #126: Show committer if different from author (Jonas Haag)
* Bug #130: Fix highlighting for "No newline at the end of file" (Jonas Haag)
* Add option to require HTTP authentication for all parts of the Web interface (Jonas Haag)
* Add option to disable authentication entirely for Smart HTTP -- DANGER ZONE! (Jonas Haag)
* Add some unit tests; Travis (Jonas Haag)
* Bugs #116, #124, #128: Fix ``klaus.contrib.wsgi_autoreload`` (William Hughes, Yed Podtrzitko)
* Bug #113: Fix filenames containing whitespace in diffs. (Jonas Haag)
* Bug #115: In diffs, it now says "(new empty file)" rather than "(no changes)" when an empty file has been added. (Jonas Haag)
* Bug #125: Fix tarball download on Python 2.6 (Dana Runge)
* Add option to auto-launch a web-browser on startup (@rjw57)
* Bug #104: "git" executable unnecessarily required to be available (@Mechazawa)
* Fix .tar.gz download if repository contains git submodule. (Jonas Haag)
* #93, #94, #101: Add "download as .tar.gz archive" feature. (@Mechazawa, Jonas Haag)
* 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)