File tree Expand file tree Collapse file tree 4 files changed +27
-4
lines changed Expand file tree Collapse file tree 4 files changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -1071,7 +1071,7 @@ Version history
10711071 - fix missing line numbers for new versions of mspdb (e.g. 14.16.27012/VS 15.9)
10721072 * mago: variables captured from stack of outer function not displayed in locals
10731073
1074- 2019-04-07 0.49.0
1074+ 2019-04-07 Version 0.49.0
10751075 * installation
10761076 - prepare for VS2019: detect installation, build against VS 2019 SDK, Win SDK 10.0.17763.0
10771077 - bugzilla 19690: installer fails to register MSBuild extensions for Visual Studio Build Tools
@@ -1099,7 +1099,7 @@ Version history
10991099 - tweaked default colors to better work with dark mode (restart VS and Visual D twice after switch
11001100 between light and dark modes)
11011101
1102- 2019-04-20 0.49.1
1102+ 2019-04-21 Version 0.49.1
11031103 * fixed reading settings from VC projects in VS2017
11041104 * fixed determining versions from dmd versions no longer supporting -gc
11051105 * fixed reading import path from newer LDC versions
Original file line number Diff line number Diff line change 11#define VERSION_MAJOR 0
22#define VERSION_MINOR 49
33#define VERSION_REVISION 1
4- #define VERSION_BETA -beta
5- #define VERSION_BUILD 1
4+ #define VERSION_BETA
5+ #define VERSION_BUILD 0
Original file line number Diff line number Diff line change @@ -54,6 +54,13 @@ $(H2 News)
5454$(P $(LINK2 VersionHistory.html, Full version history and complete details...)
5555)
5656
57+ 2019-04-21 Version 0.49.1
58+ $(UL
59+ $(LI fixed reading settings from VC projects in VS2017)
60+ $(LI added support for VS2019 Update 16.1)
61+ $(LI dparser improvements and bug fixes)
62+ )
63+
57642019-04-07 Version 0.49.0
5865$(UL
5966 $(LI support for Visual Studio 2019)
Original file line number Diff line number Diff line change 11Ddoc
22
3+ $(H2 2019-04-21 Version 0.49.1)
4+ $(UL
5+ $(LI fixed reading settings from VC projects in VS2017)
6+ $(LI fixed determining versions from dmd versions no longer supporting -gc)
7+ $(LI fixed reading import path from newer LDC versions)
8+ $(LI added support for VS2019 Update 16.1)
9+ $(LI dparser:
10+ $(UL
11+ $(LI jump to original definition if it is not renamed or the caret is on the import)
12+ $(LI fixed import lookup if module name is also a package)
13+ $(LI fixed stack overflows with static foreach)
14+ $(LI fixed infinite loop for cyclic base classes)
15+ $(LI fixed more crashes during semantic highlighting)
16+ ))
17+ )
18+
319$(H2 2019-04-07 Version 0.49.0)
420 $(UL
521 $(LI installation
You can’t perform that action at this time.
0 commit comments