gitprep / CHANGES /
Newer Older
31 lines | 0.933kb
add changes
Yuki Kimoto authored on 2014-04-21
1
1.7
2
  - allow . as project name.
fix changes
Yuki Kimoto authored on 2014-04-24
3
  - add respository and user search page
fix bug that can't create co...
Yuki Kimoto authored on 2014-03-08
4
1.6
add changes
Yuki Kimoto authored on 2014-03-14
5
  - fix bug that can't create collaborator more than one.
6
  - support time zone.
7
  - change markdown parser from Text::Markdown::Discount to Text::Markdown::Hoedown
8
    because we want to support fenced code syntax
9
    ```
10
    code
11
    ```
add changes
Yuki Kimoto authored on 2014-03-17
12
  - add encoding_suspects to support multiple encoding in blob, commit diff, and blame.
suppress warnings
Yuki Kimoto authored on 2014-02-17
13
1.5
14
  - fix bug that git clone via http failed.
README
Yuki Kimoto authored on 2014-02-17
15
  - show readme file in sub directory.
fix markdown bugs (*em*, _em...
Yuki Kimoto authored on 2013-11-16
16
1.4
17
  - fix markdown bugs (*em*, _em_)
default readme file is chang...
Yuki Kimoto authored on 2013-11-16
18
  - default readme file is changed. README is changed to README.md
version up and add descripti...
Yuki Kimoto authored on 2013-11-22
19
  - add private repository and collaborator feature
add faq
Yuki Kimoto authored on 2013-09-04
20
1.3
21
  - add README.md support
add changes
Yuki Kimoto authored on 2013-09-09
22
  - add submodule support
add CHANGS
Yuki Kimoto authored on 2013-10-03
23
  - add Smart HTTP and basic authentication support
add support normal file mark...
Yuki Kimoto authored on 2013-10-08
24
  - add Markdown format in normal file
version 1.2 release
Yuki Kimoto authored on 2013-08-21
25
1.2
26
  - add blame page
27
  - add blanch import feature
add import_rep script to imp...
Yuki Kimoto authored on 2013-06-29
28
1.1
29
  - add import_rep script to import repositories.
first major release
Yuki Kimoto authored on 2013-06-12
30
1.0
31
  - first major release