File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Note that this changelog does not list every change (see the commit history for that).
4
4
5
+ ## v0.8.26-beta
6
+ * Updated debugger engine binaries (dbgeng.dll et al).
7
+ * lmvm command for windbg muscle memory compat.
8
+ * Alternate formatting engine:
9
+ * initial support for calculated properties ("lm | ft Name, SymbolStatus" will now use the alternate formatting engine).
10
+ * Got rid of a lot of slow -CaptureContext stuff (thanks @Zhentar !).
11
+ * other performance improvements (thanks @Zhentar !).
12
+ * New command: ForEach-DbgDumpFile.
13
+ * Can now display const statics.
14
+ * Added a per-target, per-module caching facility (Get-DbgTargetCacheItem).
15
+ * Better handling of native/wow64 ntdll and TEB (thanks @Zhentar !).
16
+ * ColorString interpolated string support (thanks @Zhentar !).
17
+ * Added a Remove-Color command.
18
+ * Work around a few dbgeng bugs.
19
+ * Many other enhancements and bugfixes.
20
+
5
21
## v0.8.24-beta
6
22
* Handled a few error cases when displaying stacks with managed frames.
7
23
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <FileVersion >0.8.25 .0</FileVersion >
4
+ <FileVersion >0.8.26 .0</FileVersion >
5
5
<ProductName >DbgShell</ProductName >
6
6
<ProductVersion >0.8</ProductVersion >
7
7
<AdditionalProductVersionText Condition =" Exists('$(MSBuildThisFileDirectory)\AdditionalProductVersionText.txt')" >$([System.IO.File]::ReadAllText($(MSBuildThisFileDirectory)\AdditionalProductVersionText.txt).Trim())</AdditionalProductVersionText >
You can’t perform that action at this time.
0 commit comments