-
Notifications
You must be signed in to change notification settings - Fork 25
/
CHANGELOG
83 lines (60 loc) · 1.53 KB
/
CHANGELOG
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
dev
---
*
v11.0.0
-------
* Add support for plain-formatting the commit message. instead of bold.
(Aleksey Marin)
* Generated well-formed docutils trees. (amedama41)
v10.1.1
-------
* Handle generating commit details for detached HEADs.
v10.1.0
-------
* Add filename_filter argument to git_changelog. (Emmanuelle Delescolle)
* Add options to hide author, date and/or detail to git_changelog.
(Peter Mosmans)
* Stop using a deprecated Sphinx API (allowing us to support future
versions of Sphinx). (Peter Mosmans)
* Add repo-dir option, to display changelogs/commits for other repos.
(boeddeker)
v10.0.0
-------
* Drop Python 2.6 support.
* Add Python 3.4 and 3.5 support.
* Add git_commit_detail directive. (pomalley)
v9
--
* Work against the latest GitPython. (pomalley)
v8
--
* Output detailed commit messages as paragraphs rather than captions to
fix PDF output.
* Add documentation.
* Reshuffle how the build works.
* Make sphinx_git a package rather than a module.
v7
--
* Update GitPython requirement in setup.py.
v6
--
* Add the detailed-message-pre option to toggle the display mode for the
detailed messages of commits.
v5
--
* Generate a warning if both rev-list and revisions options are given.
v4
--
* Add rev-list option to specify a range of commits to show.
(Gregory Eric Sanderson)
v3
--
* Add option to specify the number of revisions to display.
v2
--
* Split the display of the main commit message and the description.
(Will Weaver)
* Build using tox. (Marc Abramowitz)
v1
--
* Initial implementation.