Showing 1 changed files with 12 additions and 12 deletions
+12 -12
CHANGES
... ...
@@ -1,4 +1,4 @@
1
-1.10
1
+1.10 (27 Jun 2015)
2 2
   - add show_ignore_space_change_link option to show --ignore-space-change page easily
3 3
   - add --ignore-space-change feature in diff page by using w= query string
4 4
     for example, http://some.com/kimoto/gitprep_t/commit/3cf14ade5e28ee0cd83b9a3b1e1c332aed66df53?w=
... ...
@@ -7,20 +7,20 @@
7 7
     you need to change CGI script path, path/gitprep.cgi to path/gitprep/gitprep/cgi
8 8
   - remove setup.php
9 9
   
10
-1.9.2
10
+1.9.2 (18 Nov 2014)
11 11
   - fix atom feed entry url bug
12 12
 1.9.1
13 13
   - fix atom feed bug
14
-1.9
14
+1.9 (11 Nov 2014)
15 15
   - add ssh_rep_url_base to cnahge or hide ssh URL user directory
16 16
   - add atom feed of commits page
17 17
     for example, http://somehost.com/kimoto/gitprep_t/commits/master.atom
18
-1.8
18
+1.8 (6 Jun 2014)
19 19
   - support publick key authentication
20
-1.7
20
+1.7 (26 Apr 2014)
21 21
   - allow . as project name.
22 22
   - add respository and user search page
23
-1.6
23
+1.6 (3 Apr 2014)
24 24
   - fix bug that can't create collaborator more than one.
25 25
   - support time zone.
26 26
   - change markdown parser from Text::Markdown::Discount to Text::Markdown::Hoedown
... ...
@@ -29,22 +29,22 @@
29 29
     code
30 30
     ```
31 31
   - add encoding_suspects to support multiple encoding in blob, commit diff, and blame.
32
-1.5
32
+1.5 (26 Feb 2014)
33 33
   - fix bug that git clone via http failed.
34 34
   - show readme file in sub directory.
35
-1.4
35
+1.4 (26 Nov 2013)
36 36
   - fix markdown bugs (*em*, _em_)
37 37
   - default readme file is changed. README is changed to README.md
38 38
   - add private repository and collaborator feature
39
-1.3
39
+1.3 (9 Oct 2013)
40 40
   - add README.md support
41 41
   - add submodule support
42 42
   - add Smart HTTP and basic authentication support
43 43
   - add Markdown format in normal file
44
-1.2
44
+1.2 (23 Aug 2013)
45 45
   - add blame page
46 46
   - add blanch import feature
47
-1.1
47
+1.1 (30 Jun 2013)
48 48
   - add import_rep script to import repositories.
49
-1.0
49
+1.0 (12 Jun 2013)
50 50
   - first major release