Skip to content

Commit 413ba07

Browse files
committed
Update index.html
1 parent fc243f8 commit 413ba07

File tree

1 file changed

+56
-36
lines changed

1 file changed

+56
-36
lines changed

changelog/index.html

Lines changed: 56 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ <h3 id="grid-pause">Grid Pause Algorithm</h3>
5454
<li>Each display can now pause independently in per-display mode.</li>
5555
<li>Reliable desktop detection.</li>
5656
</ul>
57-
<p>To see the detection in real time, right-click the Lively tray icon and choose Report Bug → Grid Detection Overlay.</p>
57+
<p>
58+
To see the detection in real time, right-click the Lively tray icon and choose Report Bug → Grid Detection
59+
Overlay.
60+
</p>
5861
<li>Now when duplicate layout is selected all wallpapers are paused.</li>
5962
<li>New All Process algorithm available in settings - scans all windows and check for fullscreen.</li>
6063
<a
@@ -116,12 +119,18 @@ <h3 id="wallpaper-creation">Wallpaper Enhancements</h3>
116119
Changed wallpaper import system: now copies wallpaper file(s) to the wallpaper library location instead of just
117120
referencing the original path.
118121
<ul>
119-
<li>Previously imported wallpapers remain unaffected - to migrate them to library location, use the Edit option in library.</li>
122+
<li>
123+
Previously imported wallpapers remain unaffected - to migrate them to library location, use the Edit option
124+
in library.
125+
</li>
120126
<li>
121127
For wallpaper projects with multiple files, a confirmation dialog now shows the expected folder structure
122128
before importing.
123129
</li>
124-
<li>From this version onward, newly imported wallpapers no longer depend on the original file - you can safely delete it without causing file not found errors.</li>
130+
<li>
131+
From this version onward, newly imported wallpapers no longer depend on the original file - you can safely
132+
delete it without causing file not found errors.
133+
</li>
125134
</ul>
126135
</li>
127136
<li>
@@ -137,7 +146,10 @@ <h3 id="webview2">WebView2 (Default)</h3>
137146
</div>
138147
<ul>
139148
<li>WebView2 is now the default browser engine for website wallpapers.</li>
140-
<li>Since WebView2 comes pre-installed with Windows, the app no longer needs to bundle a browser engine, reducing the install size by ~50%.</li>
149+
<li>
150+
Since WebView2 comes pre-installed with Windows, the app no longer needs to bundle a browser engine, reducing
151+
the install size by ~50%.
152+
</li>
141153
<li>Now website wallpapers support H.264 media playback out of the box.</li>
142154
<li>New debug DevTools, opens in a separate window.</li>
143155
<li>
@@ -178,36 +190,6 @@ <h3 id="win11">Windows 11 24H2 Compatibility</h3>
178190
</ul>
179191
<p>Special thanks to Microsoft engineers and community members who reached out and helped.</p>
180192

181-
<h3 id="fixes">Fixes</h3>
182-
<ul>
183-
<li>
184-
Fixed unwanted border appearing on top-left of video wallpapers. If you previously added border=no to mpv.conf
185-
as a workaround, it's recommended to remove it now.
186-
</li>
187-
<li>
188-
Fixed website login not persisting across wallpaper restarts, requires "Disk cache" to be enabled in settings.
189-
</li>
190-
<li>Fixed website wallpaper having wrong display scale.</li>
191-
<li>Fixed screensaver plugin required message not updating.</li>
192-
<li>Fixed missing wallpaper art in screensaver dialog when preview file is absent.</li>
193-
<li>Fixed screensaver stopping early with "lock on resume" enabled.</li>
194-
<li>Fixed on-screen controls showing in video screensavers.</li>
195-
<li>Fixed local file wallpapers not loading in WebView2.</li>
196-
<li>Fixed "Restore Default" button not visible when LivelyProperty is empty.</li>
197-
<li>Fixed input issues in newer CefSharp player versions.</li>
198-
<li>Fixed file picker allowing multiple selections where only one was expected.</li>
199-
<li>Fixed screenshot capture, theme and desktop picture not working in WebView2 player.</li>
200-
<li>Fixed webpage wallpaper briefly ignoring mute setting on startup.</li>
201-
<li>Fixed incorrect layout in screensaver dialog when using mirror mode.</li>
202-
<li>Fixed unnecessary error messages on first startup if config files are missing.</li>
203-
<li>Fixed customize tray-menu not fitting on screen in some system configurations.</li>
204-
<li>Fixed FileNotFound exception when using absolute path URL wallpapers.</li>
205-
<li>Fixed MPV player screenshot feature crashing on some systems.</li>
206-
<li>Fixed file save dialog not opening when app is run elevated.</li>
207-
<li>Fixed missing app icon in WebView2 wallpaper player.</li>
208-
<li>Fixed video not looping in VLC player.</li>
209-
</ul>
210-
211193
<h3 id="misc">Enhancements</h3>
212194
<ul>
213195
<li>Improved MPV error messages for file loading and unknown arguments.</li>
@@ -254,6 +236,36 @@ <h3 id="misc">Enhancements</h3>
254236
<li>Lots of code refactoring.</li>
255237
</ul>
256238

239+
<h3 id="fixes">Fixes</h3>
240+
<ul>
241+
<li>
242+
Fixed unwanted border appearing on top-left of video wallpapers. If you previously added border=no to mpv.conf
243+
as a workaround, it's recommended to remove it now.
244+
</li>
245+
<li>
246+
Fixed website login not persisting across wallpaper restarts, requires "Disk cache" to be enabled in settings.
247+
</li>
248+
<li>Fixed website wallpaper having wrong display scale.</li>
249+
<li>Fixed screensaver plugin required message not updating.</li>
250+
<li>Fixed missing wallpaper art in screensaver dialog when preview file is absent.</li>
251+
<li>Fixed screensaver stopping early with "lock on resume" enabled.</li>
252+
<li>Fixed on-screen controls showing in video screensavers.</li>
253+
<li>Fixed local file wallpapers not loading in WebView2.</li>
254+
<li>Fixed "Restore Default" button not visible when LivelyProperty is empty.</li>
255+
<li>Fixed input issues in newer CefSharp player versions.</li>
256+
<li>Fixed file picker allowing multiple selections where only one was expected.</li>
257+
<li>Fixed screenshot capture, theme and desktop picture not working in WebView2 player.</li>
258+
<li>Fixed webpage wallpaper briefly ignoring mute setting on startup.</li>
259+
<li>Fixed incorrect layout in screensaver dialog when using mirror mode.</li>
260+
<li>Fixed unnecessary error messages on first startup if config files are missing.</li>
261+
<li>Fixed customize tray-menu not fitting on screen in some system configurations.</li>
262+
<li>Fixed FileNotFound exception when using absolute path URL wallpapers.</li>
263+
<li>Fixed MPV player screenshot feature crashing on some systems.</li>
264+
<li>Fixed file save dialog not opening when app is run elevated.</li>
265+
<li>Fixed missing app icon in WebView2 wallpaper player.</li>
266+
<li>Fixed video not looping in VLC player.</li>
267+
</ul>
268+
257269
<h3 id="updates">Updates</h3>
258270
<ul>
259271
<li>Updated MPV player.</li>
@@ -263,6 +275,14 @@ <h3 id="updates">Updates</h3>
263275
<li>Updated community translations.</li>
264276
</ul>
265277

278+
<h3 id="issues">Known Issues</h3>
279+
<ul>
280+
<li>
281+
When keyboard input is enabled for wallpapers, key presses may be duplicated because the wallpaper also
282+
captures input when focused. As a workaround, switch to mouse input mode when typing.
283+
</li>
284+
</ul>
285+
266286
<h3 id="developer-message">From the Developer</h3>
267287
<p>
268288
It’s been a while since the last Lively update - I took a health break and have been gradually easing back into
@@ -283,8 +303,8 @@ <h3 id="developer-message">From the Developer</h3>
283303
<p></p>
284304
<a class="menu__link" target="_blank" href="https://www.rocksdanister.com/weather">Lively Weather</a>
285305
<p>
286-
A native DirectX powered animated weather app I’ve been building alongside. The latest update brings up to 50% performance
287-
boost after rewriting to D2D1 shaders.
306+
A native DirectX powered animated weather app I’ve been building alongside. The latest update brings up to 50%
307+
performance boost after rewriting to D2D1 shaders.
288308
</p>
289309
<div class="media-border">
290310
<video id="promo-livelyweather" class="video" loop muted>

0 commit comments

Comments
 (0)