Skip to content

Releases: redth-org/BTProgressHUD

Release 2.1.1

26 Jun 07:36
94e8267
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

14 May 13:26
0834e7b
Compare
Choose a tag to compare

.NET 6.0 support has been removed and .NET 8.0 target has been added.

Additionally a new ProgressHUDAppearance class has been added to allow customization of a lot of the aspects of the progress hud. You can change fonts, colors images, corner radii and more.

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

23 Jan 17:05
Compare
Choose a tag to compare
  • .NET 7.0 Support
  • Removed legacy xamarin support

Full Changelog: 1.5.0...2.0.0

1.5.0

24 Jun 09:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...1.5.0

NuGet package here: https://www.nuget.org/packages/BTProgressHUD/1.5.0

Release 1.3.5

04 Nov 14:18
510cd53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.4...1.3.5

Release 1.3.4

06 Oct 08:46
Compare
Choose a tag to compare

What's Changed

  • Removed iOS 6 Support, update Error & Success (Added Image), A bit of code clean-up by @KevinvdBurg in #83
  • Get window from ConnectedScenes on iOS 13 and up by @Cheesebaron in #85

Full Changelog: 1.3.3...1.3.4

NuGet Package: https://www.nuget.org/packages/BTProgressHUD/

Release 1.3.2

08 Apr 18:34
31fa1ab
Compare
Choose a tag to compare

Fixes images missing for success and error leading to NullReferenceException when using methods such as ShowSuccessWithStatus.

Bugs fixed:
#64
#77

Release 1.3.1

15 Jan 15:42
1fc06cb
Compare
Choose a tag to compare
  • Fixes crash on iOS versions lower than 13 (#74)

Release 1.3.0

09 Jan 12:19
Compare
Choose a tag to compare
  • Updates project to Xamarin.iOS10 and removing legacy targeting
  • Fixes keyboard changing HUD offset
  • Adds support for Dark mode
    • Controlled by UIColor.SystemBackgroundColor and UIColor.LabelColor