Skip to content

Commit

Permalink
release v1.7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Aug 12, 2021
1 parent 7ed1f79 commit cab6e86
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/installer/Script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/livelywpf/livelywpf/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
2 changes: 1 addition & 1 deletion src/livelywpf/livelywpf/Views/Main/SettingsView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/livelywpf/livelywpf/livelywpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<StartupObject>livelywpf.Program</StartupObject>
<ApplicationIcon>appicon.ico</ApplicationIcon>
<Version>1.0.0</Version>
<AssemblyVersion>1.7.1.3</AssemblyVersion>
<AssemblyVersion>1.7.0.4</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
Expand Down

0 comments on commit cab6e86

Please sign in to comment.