Skip to content

Commit

Permalink
release v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Apr 22, 2021
1 parent 6b0fb8f commit 26db98e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ Just drag & drop files, webpages to set as wallpaper..

**_I'm not officially affiliated with Unity technologies, godot, shadertoy;_**
## Download
##### 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)
##### 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)
- [`Installer`][direct-full-win32]

SHA256: 5af4dc01b43ac4aad331d788ff918d8f8eb855f9bc84cf638a670318d1585846
SHA256: b07779164a9aa4803d270e67450de7e529e84a5ca37968900e82a204fa1d1d4f

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

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

Expand Down
1 change: 1 addition & 0 deletions src/livelywpf/livelywpf/Core/SetupDesktop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ private static void SetWallpaperDuplicateScreen(IWallpaper wallpaper)
});
if (mpvFix)
{
//in theory this is not needed since its the latest - it should stay sync with the rest..
wallpaper.SetPlaybackPos(0, PlaybackPosType.absolutePercent);
}
}
Expand Down
10 changes: 5 additions & 5 deletions src/livelywpf/livelywpf/Properties/Resources.el.resx
Original file line number Diff line number Diff line change
Expand Up @@ -768,18 +768,18 @@ https://github.com/rocksdanister/lively/wiki</value>
<value>Χρησιμοποιήστε την επιτάχυνση υλικού όταν είναι δυνατόν.</value>
</data>
<data name="DescriptionPleaseStop" xml:space="preserve">
<value>Please stop before proceeding.</value>
<value>Παρακαλούμε να σταματήσετε πριν συνεχίσετε παρακάτω.</value>
</data>
<data name="TextEditWallpaper" xml:space="preserve">
<value>Edit</value>
<value>Επεξεργασία</value>
</data>
<data name="TitleLocation" xml:space="preserve">
<value>Location</value>
<value>Τοποθεσία</value>
</data>
<data name="TitleSkipConfirm" xml:space="preserve">
<value>Skip Confirmation</value>
<value>Παράλειψη Επιβεβαίωσης</value>
</data>
<data name="TextWallpaperCommandlineArgs" xml:space="preserve">
<value>Enter optional commandline arguments</value>
<value>Εισαγάγετε προαιρετικά ορίσματα γραμμής εντολών</value>
</data>
</root>
4 changes: 2 additions & 2 deletions 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.3.1.1</AssemblyVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
</PropertyGroup>

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

0 comments on commit 26db98e

Please sign in to comment.