File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed
Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff 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+
57652017-08-03 Version 0.45.0
5866 $(UL
5967 $(LI improved integration for VS2017)
Original file line number Diff line number Diff line change 11Ddoc
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
Original file line number Diff line number Diff line change 1- VERSION = 0.45.0
1+ VERSION = 0.45.1
22ROOT_DIR = http://www.dlang.org/
33ROOT = http://www.dlang.org
44BODYCLASS = visuald
You can’t perform that action at this time.
0 commit comments