Skip to content

Latest commit

 

History

History
123 lines (91 loc) · 5.35 KB

CHANGELOG.md

File metadata and controls

123 lines (91 loc) · 5.35 KB

Changelog

1.2.0 (10/14/2024)

Full Changelog

Implemented enhancements:

  • Added Blazor sample to showcase the implementation of this plugin.
  • Added IsProtectionEnabled property to check if screen protection is already enabled or disabled.
  • Added ScreenCaptured event handler, which triggers notifications when a screenshot is taken or the screen is recorded.
  • Added plugin initialization.
  • Updated sample projects with new implementations.

Fixed bugs:

1.1.8-beta (05/25/2024)

Full Changelog

Implemented enhancements:

  • Added Blazor sample to showcase the implementation of this plugin.
  • Added IsProtectionEnabled property to check if screen protection is already enabled or disabled.

1.1.7-beta (05/18/2024)

Full Changelog

Fixed bugs:

  • Implemented a new screenshot prevention method for iOS 17.
  • Fixed GetWindow method on iOS.

1.1.6 (03/18/2024)

Full Changelog

Implemented enhancements:

  • Removed .Net6 and added .Net8 support to all platforms.
  • Added general code improvements.

Fixed bugs:

  • Merged #22: iOS 17 fix PR by Gogzs.
  • Fixed screenshot not working on iOS 17+ issue, by changing the screenshot protection implementation, now a blank white or black (depending on the current OS theme) is added before taking the screenshot to cover the screen content.

1.1.5 (10/24/2023)

Full Changelog

Breaking changes:

  • All methods marked as obsolete were removed.

Implemented enhancements:

  • Added .net6 and .net7 targets.

1.1.0 (07/21/2023)

Full Changelog

Breaking changes:

  • All methods from the previous version were marked obsolete and will be removed in the next stable release.

Implemented enhancements:

  • Added Windows support.
  • Added screenshot prevention for iOS.
  • Added unified endpoints to be used on all platforms without preprocessing directives.
  • Added .Net6 support to all platforms.

Fixed bugs:

1.0.7-beta (07/18/2023)

Full Changelog

Implemented enhancements:

  • Added .Net6 support to all platforms.

1.0.6-beta (07/18/2023)

Full Changelog

Fixed bugs:

  • Blur screen protection not working properly due to interference with screenshot protection.
  • Failed to disable and re-enable the protections due to an iOS layer issue in the screenshot protection.

1.0.5-beta (07/17/2023)

Full Changelog

Implemented enhancements:

  • Added unified endpoints to be used on all platforms without preprocessing directives.
  • Renamed IOSWindowsHelper to IOSHelper and added the GetCurrentTheme method.
  • Created StringsExtensions helper on iOS to validate strings using regular expressions.
  • Created new class name ScreenProtectionOptions that will be used as parameter on the new unified api.

1.0.4-beta (07/12/2023)

Full Changelog

Implemented enhancements:

  • Added ErrorsHandler class to avoid repeated code.
  • Improved Android code by:
    • Unifying the methods.
    • Implementing SetRecentsScreenshotEnabled method for Android 13 and above.
    • Implementing new ErrorsHandler.
  • Improved Windows code by:
    • Unifying the methods.
    • Implementing new ErrorsHandler.
  • Improved iOS code by:
    • Splitting each protection.
    • Added improvements to overall code and performance.
    • Implementing new ErrorsHandler.

1.0.3-beta (07/09/2023)

Full Changelog

Implemented enhancements:

  • Added screenshot prevention for iOS

1.0.2-beta (06/03/2023)

Fixed bugs:

1.0.1-beta (05/29/2023)

Implemented enhancements:

  • Added Windows support