All Versions
36
Latest Version
Avg Release Cycle
135 days
Latest Release
585 days ago

Changelog History
Page 2

  • v1.2.0 Changes

    June 13, 2017
    • #177: Fix relative links in READMEs (etc.) (Jelmer Vernooij)
    • #36: Allow for branch names with /, e.g. feature/foobar (Martin Zimmermann, Chris St. Pierre)
    • 👍 #184: Drop support for Python 2.6 (Jelmer Vernooij)
    • 🔨 Refactor diff generating code (Jelmer Vernooij)
    • 🛠 Fix temporary files not being deleted (Jonas Haag)
  • v1.1.0 Changes

    February 01, 2017
    • Display README on repository landing page (Jelmer Vernooij)
    • 🔧 Make all options configurable using environment variables (Jimmy Petersson)
    • 👯 #122: Support .git/cloneurl and gitweb.url settings (Jelmer Vernooij)
    • 👌 Support ".mdwn" markdown file extension (Jelmer Vernooij)
    • #166: Set device viewport (Jonas Haag)
    • 🛠 Fix autoreloader with Python (Jimmy Petersson)
    • #169: Fix htdigest with autoreloader (Jimmy Petersson)
  • v1.0.1 Changes

    May 24, 2016
    • 👍 Full support for Python 3 (Louis Sautier, Jonas Haag)
  • v0.9.1 Changes

    April 14, 2016
    • #155: Do not change SCRIPT_NAME if HTTP_X_SCRIPT_NAME isn't set (Louis Sautier)
  • v0.8.0 Changes

    February 02, 2016
    • 🗄 #140, #145: Deprecate klaus.utils.SubUri in favor of the new klaus.utils.ProxyFix, which correctly handles SCRIPT_NAME. For details on how to use the new ProxyFix, see Klaus behind a reverse proxy <https://github.com/jonashaag/klaus/wiki/Klaus-behind-a-reverse-proxy>_. (Jelmer Vernooij, Jonas Haag)
    • ➕ Add man page. (Jelmer Vernooij)
    • ➕ Add --version command line option (Jelmer Vernooij)
    • 👌 Improve error message when ctags is enabled but not installed (Jonas Haag)
    • ➕ Add a few missing entries to the default robots.txt (Jonas Haag)
  • v0.7.1 Changes

    October 11, 2015
    • 🛠 Fix #136: wrong .diff URL generated if klaus is mounted under a prefix (John Ko)
  • v0.7.0 Changes

    October 07, 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)
  • v0.6.0 Changes

    August 06, 2015
    • Basic blame view (Martin Zimmermann, Jonas Haag)
    • 🐛 Bug #133: Fix line highlighter (Jonas Haag)
  • v0.5.0 Changes

    July 27, 2015
    • 👍 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)
  • v0.4.10 Changes

    June 28, 2015
    • ➕ 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)