File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2
2
cppman Changelog
3
3
------------------------------------------------------------------------------
4
4
5
+ cppman 0.3.0 (November 15th, 2013):
6
+
7
+ Bug fixed:
8
+ * Fix various formatting bug, issue #15, #17
9
+
10
+ Features added:
11
+ * Update search index (index.db).
12
+ * New DOM-based table parser, all table can be rendered correctly.
13
+ * Automatically re-render when window is resized.
14
+ * Better hyperlink support, implement our own page loader instead of
15
+ using VIM's keyword program.
16
+ * We can now jump between hyperlinks with mouse double-click
17
+
5
18
cppman 0.2.7 (September 25th, 2013):
6
19
7
20
Bug fixed:
@@ -31,7 +44,7 @@ cppman 0.2.4 (June 05th, 2013):
31
44
* New index crawler, much faster!
32
45
* Update index.db
33
46
34
- cppman 0.2.3 (February 13th , 2013):
47
+ cppman 0.2.3 (February 13rd , 2013):
35
48
36
49
Features added:
37
50
* More C++11 support
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ from cppman.cppman import cppman
40
40
from cppman .Environ import config , mandb_changed
41
41
42
42
program_name = sys .argv [0 ]
43
- program_version = '0.2.7 '
43
+ program_version = '0.3.0 '
44
44
45
45
def version ():
46
46
sys .stderr .write (
Original file line number Diff line number Diff line change 11
11
12
12
setup (
13
13
name = 'cppman' ,
14
- version = '0.2.7 ' ,
14
+ version = '0.3.0 ' ,
15
15
description = 'C++ man pages generater that generates C++ man pages'
16
16
'from cplusplus.com' ,
17
17
author = 'Wei-Ning Huang (AZ)' ,
You can’t perform that action at this time.
0 commit comments