Skip to content

Commit

Permalink
Changelog update and minor tweak to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Nov 18, 2024
1 parent a8c7d00 commit dc22faf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ runs:
if: ${{ !startsWith(inputs.build-params, 'docker') }}
shell: bash
run: |
if [ ! -f publish/* ]; then
if [ ! "$(ls -A publish/)" ]; then
exit 1;
fi
Expand Down
6 changes: 4 additions & 2 deletions Changelog9.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,24 @@ <h2><a name="v9.0.0" id="v9.0.0"></a>Introducing... Lyrion Music Server Version
<ul>
<li>Added Hungarian translations - thanks @ambrits!</li>
<li>Updated Czech translation - thanks @mipa87!</li>
<li>Updated Danish translation - thanks @cfuttrup!</li>
<li>Updated French translation - thanks @Franck-Berry!</li>
<li>Updated Portuguese translation - thanks @DuLac!</li>
<li>Improve Plugin Manager: add categories, icons, search, nicer UX.</li>
<li>Improved Plugin Manager: add categories, icons, and search.</li>
<li><a href="https://github.com/LMS-Community/slimserver/pull/1124">#1124</a> - Return 'Random Mix' state in player status message (thanks @CraigD!)</li>
<li><a href="https://github.com/LMS-Community/slimserver/pull/1144">#1144</a> - Remove unnecessary delay reporting volume changes (thanks @SamInPgh!)</li>
</ul>
<br />

<li>Platform Support:</li>
<ul>
<li>Replace the macOS Preference Pane with a menubar item (requires macOS 10.11 El Capitan).</li>
<li><a href="https://github.com/LMS-Community/slimserver-platforms/pull/64">#64</a> - Upgrade Docker base image to Debian 12 (Bookworm) - thanks @mavit!</li>
<li><a href="https://github.com/LMS-Community/slimserver/issues/1198">#1198</a> - Add support for Perl 5.40 on x86_64 Linux.</li>
<li>Much improved RPM packages to better integrate with system standards (thanks @JohanSaaw!)</li>
<li>New macOS integration: replace the preference pane with a menubar item (requires macOS 10.11 El Capitan).</li>
<li>Update Windows 64-bit installer to be compatible with new Windows on ARM machines.</li>
<li>Updated Audio::Scan to v1.09 on Windows 32-bit, v1.10 on Windows 64-bit and Linux Perl 5.36/5.38 - thanks @ralphy!</li>
<li>Dropped support for Windows 32-bit and macOS &lt; 10.11.</li>
</ul>
<br />

Expand Down

0 comments on commit dc22faf

Please sign in to comment.