Skip to content

Commit

Permalink
Update version and changelog: 0.8.26
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzdelightsme committed May 8, 2019
1 parent ba76a3a commit a84b57a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## v0.8.26-beta
* Updated debugger engine binaries (dbgeng.dll et al).
* lmvm command for windbg muscle memory compat.
* Alternate formatting engine:
* initial support for calculated properties ("lm | ft Name, SymbolStatus" will now use the alternate formatting engine).
* Got rid of a lot of slow -CaptureContext stuff (thanks @Zhentar!).
* other performance improvements (thanks @Zhentar!).
* New command: ForEach-DbgDumpFile.
* Can now display const statics.
* Added a per-target, per-module caching facility (Get-DbgTargetCacheItem).
* Better handling of native/wow64 ntdll and TEB (thanks @Zhentar!).
* ColorString interpolated string support (thanks @Zhentar!).
* Added a Remove-Color command.
* Work around a few dbgeng bugs.
* Many other enhancements and bugfixes.

## v0.8.24-beta
* Handled a few error cases when displaying stacks with managed frames.

Expand Down
2 changes: 1 addition & 1 deletion VersionInfo.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<FileVersion>0.8.25.0</FileVersion>
<FileVersion>0.8.26.0</FileVersion>
<ProductName>DbgShell</ProductName>
<ProductVersion>0.8</ProductVersion>
<AdditionalProductVersionText Condition="Exists('$(MSBuildThisFileDirectory)\AdditionalProductVersionText.txt')">$([System.IO.File]::ReadAllText($(MSBuildThisFileDirectory)\AdditionalProductVersionText.txt).Trim())</AdditionalProductVersionText>
Expand Down

0 comments on commit a84b57a

Please sign in to comment.