Skip to content

Commit a84b57a

Browse files
Update version and changelog: 0.8.26
1 parent ba76a3a commit a84b57a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
Note that this changelog does not list every change (see the commit history for that).
44

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+
521
## v0.8.24-beta
622
* Handled a few error cases when displaying stacks with managed frames.
723

VersionInfo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<FileVersion>0.8.25.0</FileVersion>
4+
<FileVersion>0.8.26.0</FileVersion>
55
<ProductName>DbgShell</ProductName>
66
<ProductVersion>0.8</ProductVersion>
77
<AdditionalProductVersionText Condition="Exists('$(MSBuildThisFileDirectory)\AdditionalProductVersionText.txt')">$([System.IO.File]::ReadAllText($(MSBuildThisFileDirectory)\AdditionalProductVersionText.txt).Trim())</AdditionalProductVersionText>

0 commit comments

Comments
 (0)