Power Toys: v0.29.3 Release

Release date:
December 31, 2020
Previous version:
v0.29.0 (released December 29, 2020)
Magnitude:
322 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v0.29.3

crutkas
yuyoyuppe
enricogior

Directory Browser for v0.29.3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

This is patch release to fix two bugs 0.29.0 we deemed important for stability based on user feedback. 0.29.1 and 0.29.2 were internal tested but not publicly released.

  • #8808 - FancyZone zones would occasionally not appear. This was caused by two uninitialized variables. During testing, there was a race condition so we missed it. Our push on adding in additional code analysis tools will hopefully catch these types of bugs.
  • #8787 - PowerRename would throw regex errors when it shouldn't. We removed the error dialog for now and will add in a more targeted error catching block at a later time.