Skip to content

Commit 942a9ca

Browse files
committed
release v1.6.0.2
1 parent 5de11df commit 942a9ca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ Just drag & drop files, webpages to set as wallpaper..
109109

110110
**_I'm not officially affiliated with Unity technologies, godot, shadertoy;_**
111111
## Download
112-
##### Latest version: v1.6.0.0 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v1.6.0.0)
112+
##### Latest version: v1.6.0.2 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v1.6.0.2)
113113
- [`Installer`][direct-full-win32]
114114

115-
SHA256: 522bd24b41b3cb8c6c8732da04cb6b2fd13b98b159a1ced21ea98d8bce1ba8b5
115+
SHA256: 112f8c2587d97e57096705336ace649fe3e12e0f25b010bcc3f625a072fb9420
116116

117-
[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v1.6.0.0/lively_setup_x86_full_v1600.exe
117+
[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v1.6.0.2/lively_setup_x86_full_v1602.exe
118118

119119
Installer will give Smartscreen warning, [discussion.](https://github.com/rocksdanister/lively/issues/9)
120120

src/livelywpf/UserControls/livelysettings/SettingsPage.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</ComboBox>
110110
<TextBlock Margin="0,10,0,0" FontSize="12" TextWrapping="Wrap" Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}" Text="{x:Bind UIText.TipPauseAlgorithm}"/>
111111
<HyperlinkButton Margin="0, 0, 0, 0" FontSize="12" Content="{x:Bind UIText.TextLearnMore}"
112-
NavigateUri="https://github.com/rocksdanister/lively/wiki/Pause-Algorithm" ToolTipService.ToolTip="https://github.com/rocksdanister/lively/wiki/Pause-Algorithm"/>
112+
NavigateUri="https://github.com/rocksdanister/lively/wiki/Performance" ToolTipService.ToolTip="https://github.com/rocksdanister/lively/wiki/Performance"/>
113113

114114
<Button Margin="0, 10, 0, 0" Style="{StaticResource ButtonRevealStyle}" Content="{x:Bind UIText.TitleAppRules}" Command="{Binding ApplicationRulesCommand}" />
115115
<TextBlock Margin="0,10,0,0" FontSize="12" TextWrapping="Wrap" Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}" Text="{x:Bind UIText.TipAppRules}"/>

src/livelywpf/livelywpf/livelywpf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<StartupObject>livelywpf.Program</StartupObject>
1111
<ApplicationIcon>appicon.ico</ApplicationIcon>
1212
<Version>1.0.0</Version>
13-
<AssemblyVersion>1.6.0.0</AssemblyVersion>
13+
<AssemblyVersion>1.6.0.2</AssemblyVersion>
1414
</PropertyGroup>
1515

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

0 commit comments

Comments
 (0)