All Versions
12
Latest Version
Avg Release Cycle
130 days
Latest Release
1632 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.1 Changes
December 19, 2021๐ ๐ Bug Fixes
- ๐ #86 Progress bar is empty (@augustoproiete)
๐ Fixes issues reported by: @virzak
๐ The full list of changes is available here.
๐ฆ NuGet package available on nuget.org. -
v5.0.0 Changes
November 11, 2021โก New features / improvements
- โ Add support for selecting multiple folders in VistaFolderBrowserDialog (#29) (@lozo2010)
- โ Add support for .NET 6.0 to Ookii.Dialogs.Wpf (#71) (@augustoproiete)
- โฌ๏ธ Drop support for .NET 4.5 in favor of .NET 4.6.2 (#72) (@augustoproiete)
๐ The full list of changes is available here.
๐ฆ NuGet package available on nuget.org. -
v4.0.0 Changes
September 09, 2021โก New features / improvements
- โ Add CancellationToken support to ProgressDialog (#53) (@vpenades)
- ๐ Allow additional entropy for password encryption (#40) (@Koekiewollie)
- โช Modal ProgressDialog: restore focus to owner (#36) (@FedeMiorelli)
- โก๏ธ Update ProgressDialog to display immediately (#59) (@augustoproiete)
๐ ๐ Fixes
- ๐ NullReferenceException when showing TaskDialog without buttons (#48) (@augustoproiete)
๐ The full list of changes is available here.
๐ฆ NuGet package available on nuget.org. -
v3.1.0 Changes
December 01, 2020๐ฑ โก New features / improvements
- ๐ app.manifest no longer required when using Ookii.Dialogs.Wpf in .NET 5 or .NET Core 3.1 apps (#31, #33) (@augustoproiete)
๐ฑ ๐ Fixes
- ๐ Fix ArgumentNullException when using Ookii.Dialogs.Wpf in self-contained .NET 5 single-file apps (#32) (@augustoproiete)
๐ The full list of changes is available here.
๐ฆ NuGet package available on nuget.org. -
v3.0.1 Changes
November 19, 2020๐ฑ ๐ Fixes
- ๐ Include XML documentation for IntelliSense in the NuGet package (@augustoproiete)
๐ The full list of changes is available here.
๐ฆ NuGet package available on nuget.org. -
v3.0.0 Changes
November 15, 2020 -
v3.0.0-preview1 Changes
November 14, 2020๐ฑ โก New features / improvements
- ๐ Support for .NET 5 (#21, #24) (@augustoproiete)
๐ The full list of changes is available here.
๐ฆ NuGet package available on nuget.org. -
v1.2.0 Changes
November 05, 2020๐ฑ โก New features / improvements
- ๐ Dialogs now have an overload to allow passing an
IntPtrfor the owner of the window (#18, #19) (@mu88) - ๐ The
ProgressDialognow implements the interfacesIProgress<int>andIProgress<string>(#12, #13) (@vpenades) - ๐ Improvements to the NuGet package metadata (#17) (@matachi)
- ๐ Improvements to the documentation (#16) (@Afanyiyu)
๐ The full list of changes is available here.
๐ฆ NuGet package available on nuget.org. - ๐ Dialogs now have an overload to allow passing an