-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f1f44d
commit 12d947f
Showing
28 changed files
with
878 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Lively Wallpaper Changelog</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> | ||
<link rel="icon" type="image/x-icon" href="favicon.ico" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap" rel="stylesheet" /> | ||
<!-- styles --> | ||
<link rel="stylesheet" href="styles/style.css" /> | ||
<meta charset="utf-8" /> | ||
<noscript> | ||
<style> | ||
label.switch { | ||
display: none; | ||
} | ||
</style> | ||
</noscript> | ||
<script src="./scripts/themeHandler.js"></script> | ||
</head> | ||
<body> | ||
<div class="header"> | ||
<div> | ||
<p class="subheader">26 Oct 2023 | Lively v2.0.7.4 Update</p> | ||
<h1>Windows 11 22H2 Support</h1> | ||
</div> | ||
</div> | ||
|
||
<p>This update includes patches for Windows 11 22H2 update and other critical bugfixes.</p> | ||
|
||
<h3>Fixes</h3> | ||
<p>Patches for Windows 11 22H2 update.</p> | ||
<ul> | ||
<li>Fixed wallpaper disappearing when Copilot(Preview) opened.</li> | ||
<li>Fixed wallpaper disappearing when Bluetooth device connected.</li> | ||
<li>Fixed wallpaper disappearing when USB device connected.</li> | ||
<li>Fixed wallpaper disappearing when Display settings changed.</li> | ||
<li>Fixed wallpaper disappearing on some systems resuming from sleep.</li> | ||
<li>Fixed wallpaper taking focus when starting.</li> | ||
</ul> | ||
|
||
<h3>Performance</h3> | ||
<ul> | ||
<li>Refactoring and updates results in improved UI and Core performance.</li> | ||
</ul> | ||
|
||
<h3>Updates</h3> | ||
<ul> | ||
<li>Updated Mpv player build 20231008.</li> | ||
<li>Updated CefSharp browser v111.2.70.</li> | ||
<li>Updated .NET Core Runtime v7.0.12.</li> | ||
<li>Updated WindowsAppSDK v1.4.231008000.</li> | ||
<li>Updated community translations.</li> | ||
</ul> | ||
|
||
<h2>My new app just got released! 🥳</h2> | ||
<!-- <img class="hero" src="assets/2074261023/hero_weather.webp" /> --> | ||
<div class="media-border"> | ||
<video id="hero-weather" class="video" loop muted> | ||
<source src="assets/2074261023/hero_weather.mp4" type="video/mp4" /> | ||
</video> | ||
</div> | ||
<p>Check out my new native weather app "Lively Weather" powered by DirectX effects:</p> | ||
<a class="menu__link" href="https://rocksdanister.com/weather" target="_blank">https://rocksdanister.com/weather</a> | ||
|
||
<hr style="opacity: 0.25; margin-top: 25px" /> | ||
|
||
<!-- Section 2 --> | ||
<p id="section2" class="subheader">28 Jun 2023 | Lively v2.0.7.0 Update</p> | ||
<h1>A New Smarter Lively</h1> | ||
<div class="media-border"> | ||
<img class="hero" src="assets/2074261023/hero_art.webp" /> | ||
</div> | ||
<p>Lively just got smarter with AI.. introducing first of many to come AI feature "Depth Wallpapers"</p> | ||
|
||
<h3 id="ai-depth-wallpapers">AI Depth Wallpapers</h3> | ||
<div class="media-border"> | ||
<video id="promo-depth-wallpapers" class="video" loop muted> | ||
<source src="assets/2074261023/promo_depthwallpaper.mp4" type="video/mp4" /> | ||
</video> | ||
</div> | ||
<p> | ||
Using Machine Learning to predict distance of objects from the camera and then use GPU shaders to create 3D image! | ||
</p> | ||
<p> | ||
When it comes to privacy, everything is run 100% local. No network required to run the model, no data sent to the | ||
cloud. | ||
</p> | ||
<p> | ||
In my testing works best with scenery, dont be afraid to try different things out and share with the community | ||
what you find. You can get some stock images to try at | ||
<a class="menu__link" href="https://www.pexels.com" target="_blank">https://www.pexels.com</a> | ||
</p> | ||
|
||
<h3 id="new-wallpapers">New "Living Room" Wallpaper</h3> | ||
<div class="media-border"> | ||
<video id="promo-new-wallpaper" class="video" loop muted> | ||
<source src="assets/2074261023/promo_livingroom.mp4" type="video/mp4" /> | ||
</video> | ||
</div> | ||
<p>Stylish isometric room showing currently playing music, dynamic lighting that reacts to music bass and more!</p> | ||
<a class="menu__link" href="https://youtube.com/watch?v=aIy7hUrmHf4" target="_blank">See it in action</a> | ||
|
||
|
||
<h3 id="color-picker">Fancy ColorPicker</h3> | ||
<div class="media-border"> | ||
<video id="promo-color-picker" class="video" loop muted> | ||
<source src="assets/2074261023/promo_colorpicker.mp4" type="video/mp4" /> | ||
</video> | ||
</div> | ||
<p>Updated ColorPicker control, packed with new features.</p> | ||
<h3 id="ui-ux">UI/UX</h3> | ||
<ul> | ||
<li>Tray customize menu now takes display scaling into account.</li> | ||
<li>Refactoring and improvements should yield better performance and consistency.</li> | ||
</ul> | ||
<h3 id="enhancements">Enhancements</h3> | ||
<ul> | ||
<li>Added .JFIF image support.</li> | ||
<li>LivelyProperties now support tooltips, display helpful information about the setting on hover.</li> | ||
<a class="menu__link" href="https://github.com/rocksdanister/lively/wiki/Web-Guide-IV-:-Interaction" target="_blank" | ||
>https://github.com/rocksdanister/lively/wiki/Web-Guide-IV-:-Interaction</a | ||
> | ||
</ul> | ||
<h3 id="fixes">Fixes</h3> | ||
<ul> | ||
<li>Fixed wallpaper FileDialog not opening when the program is Run as administrator.</li> | ||
<li>Fixed media not changing in music wallpapers when the new track is from the same artist.</li> | ||
</ul> | ||
<h3 id="translation">Translation</h3> | ||
<ul> | ||
<li>Updated translations.</li> | ||
<li> | ||
The new features may not be translated to all the languages on first release due to the nature of community | ||
translations. | ||
</li> | ||
<a class="menu__link" href="https://crowdin.com/project/lively-wallpaper" target="_blank" | ||
>Help translate</a | ||
> | ||
</ul> | ||
<h3 id="updates">Updates</h3> | ||
<ul> | ||
<li>Updated Mpv player.</li> | ||
<li>Updated dependencies.</li> | ||
<li>Updated .NET Desktop Runtime v7.0.7</li> | ||
<li>Updated WindowsAppSDK v1.3.2</li> | ||
</ul> | ||
</body> | ||
<div class="footer"> | ||
<a class="menu__link" href="home.html">Previous Releases</a> | ||
</div> | ||
<script src="scripts/script.js"></script> | ||
</html> |
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Lively Wallpaper Changelog</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> | ||
<link rel="icon" type="image/x-icon" href="favicon.ico" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap" rel="stylesheet" /> | ||
<!-- styles --> | ||
<link rel="stylesheet" href="styles/style.css" /> | ||
<meta charset="utf-8" /> | ||
<noscript> | ||
<style> | ||
label.switch { | ||
display: none; | ||
} | ||
</style> | ||
</noscript> | ||
<script src="./scripts/themeHandler.js"></script> | ||
</head> | ||
<style> | ||
div:has(.subheader) { | ||
position: relative; | ||
left: 50%; | ||
translate: -50%; | ||
} | ||
nav { | ||
text-align: center; | ||
} | ||
|
||
nav ul { | ||
list-style: none; | ||
padding: 0; | ||
} | ||
|
||
nav ul li { | ||
display: block; | ||
text-align: center; | ||
margin-bottom: 10px; | ||
} | ||
|
||
p, | ||
h1 { | ||
text-align: center; | ||
} | ||
</style> | ||
<body> | ||
<div class="header"> | ||
<div> | ||
<p class="subheader">Lively Release History</p> | ||
<h1>Contents</h1> | ||
</div> | ||
</div> | ||
<nav> | ||
<ul> | ||
<li><a class="menu__link" href="index.html">23 May 2024 | Lively v2.1.0.4</a></li> | ||
<li><a class="menu__link" href="2074261023.html">26 Oct 2023 | Lively v2.0.7.4</a></li> | ||
<li><a class="menu__link" href="2074261023.html#section2">28 Jun 2023 | Lively v2.0.7.0</a></li> | ||
<li><a class="menu__link" href="https://github.com/rocksdanister/lively/releases">Older releases</a></li> | ||
</ul> | ||
</nav> | ||
</body> | ||
<script src="scripts/script.js"></script> | ||
</html> |
Oops, something went wrong.