forked from yuki-kimoto/gitprep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
39 lines (39 loc) · 1.15 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
1.9.1
- fix atom feed bug
1.9
- add ssh_rep_url_base to cnahge or hide ssh URL user directory
- add atom feed of commits page
for example, http://somehost.com/kimoto/gitprep_t/commits/master.atom
1.8
- support publick key authentication
1.7
- allow . as project name.
- add respository and user search page
1.6
- fix bug that can't create collaborator more than one.
- support time zone.
- change markdown parser from Text::Markdown::Discount to Text::Markdown::Hoedown
because we want to support fenced code syntax
```
code
```
- add encoding_suspects to support multiple encoding in blob, commit diff, and blame.
1.5
- fix bug that git clone via http failed.
- show readme file in sub directory.
1.4
- fix markdown bugs (*em*, _em_)
- default readme file is changed. README is changed to README.md
- add private repository and collaborator feature
1.3
- add README.md support
- add submodule support
- add Smart HTTP and basic authentication support
- add Markdown format in normal file
1.2
- add blame page
- add blanch import feature
1.1
- add import_rep script to import repositories.
1.0
- first major release