Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
Version 1.0.4-beta.
  • Loading branch information
FabriBertani committed Jul 12, 2023
1 parent 9374baf commit 7b694e1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 1.0.4-beta (07/12/2023)
[Full Changelog](https://github.com/FabriBertani/Plugin.Maui.ScreenSecurity/compare/v1.0.3-beta...v1.0.4-beta)

**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](https://github.com/FabriBertani/Plugin.Maui.ScreenSecurity/compare/v1.0.0...v1.0.3-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.3</AssemblyVersion>
<FileVersion>1.0.3-beta</FileVersion>
<AssemblyVersion>1.0.4</AssemblyVersion>
<FileVersion>1.0.4-beta</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>plugin.maui.screensecurity_128x128.jpg</PackageIcon>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>1.0.3-beta</Version>
<Version>1.0.4-beta</Version>
<PackageReleaseNotes>https://github.com/FabriBertani/Plugin.Maui.ScreenSecurity/blob/main/CHANGELOG.md</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 7b694e1

Please sign in to comment.