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

Changelog History
Page 3

  • v0.4.9 Changes

    April 13, 2015
    • βž• Add option to auto-launch a web-browser on startup (@rjw57)
    • πŸ› Bug #104: "git" executable unnecessarily required to be available (@Mechazawa)
  • v0.4.8 Changes

    June 22, 2014
    • πŸ›  Fix .tar.gz download if repository contains git submodule. (Jonas Haag)
  • v0.4.7 Changes

    June 22, 2014
    • #87, #98: Add favicon (@lb1a)
    • 0️⃣ #35, #95: Add default robots.txt file (@lb1a)
    • #93, #94, #101: Add "download as .tar.gz archive" feature. (@Mechazawa, Jonas Haag)
    • πŸ› Bug #90: htdigest file handling broken in contrib.wsgi. (Philip Dexter)
    • πŸ› Bug #99/#53: Misbehaving mimetype recognition (@Mechazawa)
  • v0.4.6 Changes

    March 05, 2014
  • v0.4.5 Changes

    March 05, 2014
    • πŸ›  Bugfix release for bugfix release 0.4.4. (Daniel KrΓΌger, Jonas Haag)
  • v0.4.4 Changes

    February 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)
  • v0.4.3 Changes

    February 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)
  • v0.4.2 Changes

    January 21, 2014
    • πŸ› Bug #83: Wrong version of Dulwich dependency in setup.py
  • v0.4.1 Changes

    January 17, 2014
    • Bug #82: Include contrib/* in the distribution as klaus.contrib.*.
  • v0.4 Changes

    January 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)