diff --git a/README.md b/README.md index 4cfef9f5..946c4de5 100644 --- a/README.md +++ b/README.md @@ -110,12 +110,12 @@ Its super easy.. barely an inconvenience, just drag & drop the files or webpages English badge -##### Version: v2.0.2.1 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v2.0.2.1) +##### Version: v2.0.2.2 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v2.0.2.2) - [`Installer`][direct-full-win32] -SHA256: 66fea3857d50f9f4dbe2c6df2630d567df283067cb4b90f36c27c3c9cc1d90d4 +SHA256: ece974279c873074fcb02e3ee5494c99d99e6e24544967a00c5d551749a04e86 -[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v2.0.2.1/lively_setup_x86_full_v2021.exe +[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v2.0.2.2/lively_setup_x86_full_v2022.exe Installer will give Smartscreen warning, [discussion.](https://github.com/rocksdanister/lively/issues/9) diff --git a/src/Lively/Lively.UI.WinUI/Views/Pages/AddWallpaperView.xaml b/src/Lively/Lively.UI.WinUI/Views/Pages/AddWallpaperView.xaml index ed6332f0..208cc0a2 100644 --- a/src/Lively/Lively.UI.WinUI/Views/Pages/AddWallpaperView.xaml +++ b/src/Lively/Lively.UI.WinUI/Views/Pages/AddWallpaperView.xaml @@ -6,7 +6,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="using:Lively.UI.WinUI.Views.Pages" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - AllowDrop="True" + AllowDrop="False" DragLeave="Page_DragLeave" DragOver="Page_DragOver" Drop="Page_Drop" @@ -14,7 +14,7 @@ - + diff --git a/src/Lively/Lively/Lively.csproj b/src/Lively/Lively/Lively.csproj index 04514e2c..00accdd9 100644 --- a/src/Lively/Lively/Lively.csproj +++ b/src/Lively/Lively/Lively.csproj @@ -7,7 +7,7 @@ appicon.ico app.manifest - 2.0.2.1 + 2.0.2.2 diff --git a/src/installer/Script.iss b/src/installer/Script.iss index 3d70aaba..6d3d56d1 100644 --- a/src/installer/Script.iss +++ b/src/installer/Script.iss @@ -2,7 +2,7 @@ ; https://jrsoftware.org/isinfo.php #define MyAppName "Lively Wallpaper" -#define MyAppVersion "1.9.7.0" +#define MyAppVersion "2.0.2.2" #define MyAppPublisher "rocksdanister" #define MyAppURL "https://github.com/rocksdanister/lively" #define MyAppExeName "Lively.exe"