Skip to content

Commit 26db98e

Browse files
committed
release v1.4
1 parent 6b0fb8f commit 26db98e

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

README.md

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

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

112-
SHA256: 5af4dc01b43ac4aad331d788ff918d8f8eb855f9bc84cf638a670318d1585846
112+
SHA256: b07779164a9aa4803d270e67450de7e529e84a5ca37968900e82a204fa1d1d4f
113113

114-
[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v1.3.0.0/lively_setup_x86_full_v1300.exe
114+
[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v1.4.0.0/lively_setup_x86_full_v1400.exe
115115

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

src/livelywpf/livelywpf/Core/SetupDesktop.cs

+1
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ private static void SetWallpaperDuplicateScreen(IWallpaper wallpaper)
578578
});
579579
if (mpvFix)
580580
{
581+
//in theory this is not needed since its the latest - it should stay sync with the rest..
581582
wallpaper.SetPlaybackPos(0, PlaybackPosType.absolutePercent);
582583
}
583584
}

src/livelywpf/livelywpf/Properties/Resources.el.resx

+5-5
Original file line numberDiff line numberDiff line change
@@ -768,18 +768,18 @@ https://github.com/rocksdanister/lively/wiki</value>
768768
<value>Χρησιμοποιήστε την επιτάχυνση υλικού όταν είναι δυνατόν.</value>
769769
</data>
770770
<data name="DescriptionPleaseStop" xml:space="preserve">
771-
<value>Please stop before proceeding.</value>
771+
<value>Παρακαλούμε να σταματήσετε πριν συνεχίσετε παρακάτω.</value>
772772
</data>
773773
<data name="TextEditWallpaper" xml:space="preserve">
774-
<value>Edit</value>
774+
<value>Επεξεργασία</value>
775775
</data>
776776
<data name="TitleLocation" xml:space="preserve">
777-
<value>Location</value>
777+
<value>Τοποθεσία</value>
778778
</data>
779779
<data name="TitleSkipConfirm" xml:space="preserve">
780-
<value>Skip Confirmation</value>
780+
<value>Παράλειψη Επιβεβαίωσης</value>
781781
</data>
782782
<data name="TextWallpaperCommandlineArgs" xml:space="preserve">
783-
<value>Enter optional commandline arguments</value>
783+
<value>Εισαγάγετε προαιρετικά ορίσματα γραμμής εντολών</value>
784784
</data>
785785
</root>

src/livelywpf/livelywpf/livelywpf.csproj

+2-2
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.3.1.1</AssemblyVersion>
13+
<AssemblyVersion>1.4.0.0</AssemblyVersion>
1414
</PropertyGroup>
1515

1616
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
@@ -27,7 +27,7 @@
2727
<PackageReference Include="CommandLineParser" Version="2.8.0" />
2828
<PackageReference Include="DesktopBridge.Helpers" Version="1.2.2" />
2929
<PackageReference Include="Downloader" Version="2.2.8" />
30-
<PackageReference Include="Magick.NET-Q16-x86" Version="7.23.3" />
30+
<PackageReference Include="Magick.NET-Q16-x86" Version="7.23.4" />
3131
<PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.0.1" />
3232
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.Controls" Version="6.1.2" />
3333
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.XamlHost" Version="6.1.2" />

0 commit comments

Comments
 (0)