Skip to content

Commit

Permalink
New version 1.1.0
Browse files Browse the repository at this point in the history
Updated CHANGELOG
Updated README
  • Loading branch information
FabriBertani committed Jul 21, 2023
1 parent 6e1ee47 commit 2892dd6
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 231 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 1.1.0 (07/21/2023)
[Full Changelog](https://github.com/FabriBertani/Plugin.Maui.ScreenSecurity/compare/v1.0.0...v1.1.0)

**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:**
- Fixed Android thread exception: [#6 Exception: Only the original thread that created a view hierarchy can touch its views](https://github.com/FabriBertani/Plugin.Maui.ScreenSecurity/issues/6)
- 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.7-beta (07/18/2023)
[Full Changelog](https://github.com/FabriBertani/Plugin.Maui.ScreenSecurity/compare/v1.0.6-beta...v1.0.7-beta)

Expand Down
6 changes: 3 additions & 3 deletions Plugin.Maui.ScreenSecurity/Plugin.Maui.ScreenSecurity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<RepositoryUrl>https://github.com/FabriBertani/Plugin.Maui.ScreenSecurity</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>dotnet-maui;maui;toolkit;security;Plugin.Maui.ScreenSecurity;ScreenSecurity;screen;protection;leak;android;ios</PackageTags>
<AssemblyVersion>1.0.7</AssemblyVersion>
<FileVersion>1.0.7-beta</FileVersion>
<AssemblyVersion>1.1.0</AssemblyVersion>
<FileVersion>1.1.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>plugin.maui.screensecurity_128x128.jpg</PackageIcon>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>1.0.7-beta</Version>
<Version>1.1.0</Version>
<PackageReleaseNotes>https://github.com/FabriBertani/Plugin.Maui.ScreenSecurity/blob/main/CHANGELOG.md</PackageReleaseNotes>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 2892dd6

Please sign in to comment.