From c1e268bc5006221c2ae6474ce2168f0bd8b0f4dc Mon Sep 17 00:00:00 2001 From: Andrew Kulakov Date: Fri, 29 Jul 2011 14:39:58 +0400 Subject: [PATCH] [~] New readme --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README b/README index e0efc6c..cc26083 100644 --- a/README +++ b/README @@ -4,4 +4,24 @@ Feachures: - selects all same commits in one color; - show addition information about commit. +For more information see this screenshots: + https://github.com/Andrew8xx8/blame.js/blob/master/blame.jpg + https://github.com/Andrew8xx8/blame.js/blob/master/blame-diff.jpg +Changelog: + version 1.1: + [+] Diffs separator added. + [+] Loadding animation added. + [+] Cache post request feachure. + [+] ColorDiff feachure. + [+] Diff show feachure. + + version 1.0: + [*] Human friendly date format. + [+] New info about commit. + [+] Color files feachure. + [+] Show/hide feachure. + [+] Close funciton. + [+] loadCommit function added. + [+] Register function added. + [+] Template fetcher function added.