Skip to content

Commit 946d512

Browse files
committed
Changelog and .gitignore update
Signed-off-by: Michael Herger <michael@herger.net>
1 parent ecf9a67 commit 946d512

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ Slim/Utils/OS/Custom.pm
44
# Ignore cache, logs and prefs files
55
Cache/*
66
Logs/*
7-
prefs/*
7+
prefs/*
8+
Plugins/*

Changelog9.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ <h2><a name="v9.1.0" id="v9.1.0"></a>Version 9.1.0</h2>
6565
<li><a href="https://github.com/LMS-Community/slimserver/pull/1414">#1414</a> - Make sure custom image proxy handlers are always called (fixes incompatibility with Radio Now Playing's SVG handler).</li>
6666
<li><a href="https://github.com/LMS-Community/slimserver/pull/1442">#1442</a> - Avoid log flood when player discovery JSON is empty (@mikecappella).</li>
6767
<li><a href="https://github.com/LMS-Community/slimserver/pull/1444">#1444</a> - Fix search using terms with quotes in the Default skin (@darrell-k).</li>
68-
<li><a href="https://github.com/LMS-Community/slimserver/pull/1445">#1445</a> - Fix search result count (@darrell-k).</li>
68+
<li><a href="https://github.com/LMS-Community/slimserver/pull/1444">#1444</a> - Fix search using terms with quotes in the Default skin (@darrell-k).</li>
69+
<li><a href="https://github.com/LMS-Community/slimserver/pull/1460">#1460</a> - Don't close HTTP when 1.1, unless explicit asked (@philippe44).</li>
6970
<li></li>
7071
</ul>
7172
<br />
@@ -75,6 +76,7 @@ <h2><a name="v9.1.0" id="v9.1.0"></a>Version 9.1.0</h2>
7576
<li>Remove more left-overs from removed picture/video scanning.</li>
7677
<li>Remove more left-overs from removed MySqueezebox integration.</li>
7778
<li>Remove support for MySQL. Existing configurations using it will log an error.</li>
79+
<li><a href="https://github.com/LMS-Community/slimserver/pull/1458">#1458</a> - Add devcontainer configuration with Dockerfile and docker-compose setup (@LMSSonos).</li>
7880
</ul>
7981
<br />
8082
</ul>

0 commit comments

Comments
 (0)