Skip to content

Commit 7295e24

Browse files
committed
update docs
1 parent 8dd74a5 commit 7295e24

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

doc/StartPage.dd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ $(H2 News)
5454
$(P $(LINK2 VersionHistory.html, Full version history and complete details...)
5555
)
5656

57+
2017-08-17 Version 0.45.1
58+
$(UL
59+
$(LI now building against the VC runtime to avoid
60+
anti-virus programs blocking the installation or execution)
61+
$(LI improved tooltips)
62+
$(LI mago: fix displaying long strings as empty)
63+
)
64+
5765
2017-08-03 Version 0.45.0
5866
$(UL
5967
$(LI improved integration for VS2017)

doc/VersionHistory.dd

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
Ddoc
22

3+
$(H2 2017-08-17 Version 0.45.1)
4+
$(UL
5+
$(LI installation
6+
$(UL
7+
$(LI now building against the VC runtime (-m32mscoff) instead of the DigitalMars runtime to avoid
8+
anti-virus programs blocking the installation or execution)
9+
))
10+
$(LI DParser semantic engine:
11+
$(UL
12+
$(LI "add import path of project dependencies": implicit import directories not passed to semantic analyzer)
13+
$(LI tooltip for selective imports now show the aliased definition, not the alias)
14+
$(LI improved tooltips: show fully qualified name, show initializer for constants,
15+
better display for enum and aliases)
16+
$(LI fixed completion or tooltips sometimes not working before modifying source code)
17+
))
18+
$(LI build system
19+
$(UL
20+
$(LI fix dependencies for custom build rules if file names contain spaces)
21+
$(LI fix tracker invocation if the VS2015 version is found through PATH)
22+
))
23+
$(LI mago debugger:
24+
$(UL
25+
$(LI fix displaying long strings as empty)
26+
))
27+
$(LI build
28+
$(UL
29+
$(LI update vsi2d to Windows SDK 10.0.15063.0)
30+
$(LI Visual D now buildable with VS2017)
31+
))
32+
)
33+
334
$(H2 2017-08-01 Version 0.45.0)
435
$(UL
536
$(LI installation

doc/visuald.ddoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.45.0
1+
VERSION = 0.45.1
22
ROOT_DIR = http://www.dlang.org/
33
ROOT = http://www.dlang.org
44
BODYCLASS = visuald

0 commit comments

Comments
 (0)