diff --git a/README.md b/README.md index 5defe4b4..4af57df8 100644 --- a/README.md +++ b/README.md @@ -111,12 +111,12 @@ Its super easy.. barely an inconvenience, just drag & drop the files or webpages **_I'm not officially affiliated with Unity technologies, godot, shadertoy;_** ## Download -##### Latest version: v1.7.0.2 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v1.7.0.2) +##### Latest version: v1.7.0.4 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v1.7.0.4) - [`Installer`][direct-full-win32] -SHA256: ed86b09beaafe06e18095f617cee920af61fd5220f256c6866b254bb1db10d3a +SHA256: d0a2ad431b600072dda90c462bf4cd00786bd3d1522ee1424b2061d6ba144af1 -[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v1.7.0.2/lively_setup_x86_full_v1702.exe +[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v1.7.0.4/lively_setup_x86_full_v1704.exe Installer will give Smartscreen warning, [discussion.](https://github.com/rocksdanister/lively/issues/9) diff --git a/src/installer/Script.iss b/src/installer/Script.iss index c5629901..46c276c0 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.7.1.3" +#define MyAppVersion "1.7.0.4" #define MyAppPublisher "rocksdanister" #define MyAppURL "https://github.com/rocksdanister/lively" #define MyAppExeName "livelywpf.exe" diff --git a/src/livelywpf/livelywpf/Program.cs b/src/livelywpf/livelywpf/Program.cs index 4e94354b..9a554780 100644 --- a/src/livelywpf/livelywpf/Program.cs +++ b/src/livelywpf/livelywpf/Program.cs @@ -22,7 +22,7 @@ public class Program public static string WallpaperDir { get; set; } public static string AppDataDir { get; } = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "Lively Wallpaper"); public static bool IsMSIX { get; } = new DesktopBridge.Helpers().IsRunningAsUwp(); - public static bool IsTestBuild { get; } = true; + public static bool IsTestBuild { get; } = false; //todo: use singleton or something instead? public static SettingsViewModel SettingsVM { get; set; } diff --git a/src/livelywpf/livelywpf/Views/Main/SettingsView.xaml.cs b/src/livelywpf/livelywpf/Views/Main/SettingsView.xaml.cs index bf3ebd67..a33e2a5f 100644 --- a/src/livelywpf/livelywpf/Views/Main/SettingsView.xaml.cs +++ b/src/livelywpf/livelywpf/Views/Main/SettingsView.xaml.cs @@ -138,7 +138,7 @@ private void SettingsPageHost_ChildChanged(object sender, EventArgs e) TipDebug = Properties.Resources.TipDebug, TitleExportLog = Properties.Resources.TitleExportLogs, TipExportLog = Properties.Resources.TipExportLogs, - TipSwitchBranch = "Change software release type.", + TipSwitchBranch = Properties.Resources.TipSwitchSoftwareBranch, //button localization TextOn = Properties.Resources.TextOn, TextOff = Properties.Resources.TextOff, diff --git a/src/livelywpf/livelywpf/livelywpf.csproj b/src/livelywpf/livelywpf/livelywpf.csproj index fca85a42..ce8e70b9 100644 --- a/src/livelywpf/livelywpf/livelywpf.csproj +++ b/src/livelywpf/livelywpf/livelywpf.csproj @@ -10,7 +10,7 @@ livelywpf.Program appicon.ico 1.0.0 - 1.7.1.3 + 1.7.0.4