Skip to content

Commit

Permalink
Upd: set release date
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Oct 9, 2024
1 parent 2924c26 commit edaef6a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ https://github.com/jcorporation/myMPD/

***

## myMPD v18.1.0 (not yet released)
## myMPD v18.1.0 (2024-10-09)

This is a small maintenance release.

### Changelog

- Feat: New Lua function: `mympd.read_file()`, `mympd.sleep`, `mympd.splitlines()`, `mympd.trim()`
- Upd: Translations
- Upd: Add Lua integer sanity checks
- Upd: Mongoose to current master
- Fix: Contextmenu for songs #1356

Expand Down
2 changes: 1 addition & 1 deletion contrib/man/mympd-config.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for mympd-config.
.\" Contact <[email protected]> to correct errors or typos.
.TH man 1 "05 Oct 2024" "18.1.0" "mympd-config man page"
.TH man 1 "09 Oct 2024" "18.1.0" "mympd-config man page"

.SH NAME
mympd-config \- mympd configuration tool
Expand Down
2 changes: 1 addition & 1 deletion contrib/man/mympd-script.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for mympd-script.
.\" Contact <[email protected]> to correct errors or typos.
.TH man 1 "05 Oct 2024" "18.1.0" "mympd-script man page"
.TH man 1 "09 Oct 2024" "18.1.0" "mympd-script man page"

.SH NAME
mympd-script \- mympd command line tool to execute scripts
Expand Down
2 changes: 1 addition & 1 deletion contrib/man/mympd.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for mympd.
.\" Contact <[email protected]> to correct errors or typos.
.TH man 1 "05 Oct 2024" "18.1.0" "mympd man page"
.TH man 1 "09 Oct 2024" "18.1.0" "mympd man page"

.SH NAME
myMPD \- standalone and mobile friendly web mpd client
Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mympd (18.1.0-1) unstable; urgency=medium

* Release from master

-- Juergen Mang <[email protected]> Sat, 05 Oct 2024 18:10:52 +0200
-- Juergen Mang <[email protected]> Wed, 09 Oct 2024 19:10:08 +0200
2 changes: 1 addition & 1 deletion contrib/packaging/rpm/mympd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ fi
%license LICENSE.md

%changelog
* Sat Oct 05 2024 Juergen Mang <[email protected]> 18.1.0-0
* Wed Oct 09 2024 Juergen Mang <[email protected]> 18.1.0-0
- Version from master
2 changes: 1 addition & 1 deletion htdocs/js/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const myMPDversion = '18.1.0';
const myMPDbuild = '8f925817a0e4d751841cfcec300e9ff7c50b536f';
const myMPDbuild = '2924c26d83ea96b5713750209cbe8e16fbc0242c';

0 comments on commit edaef6a

Please sign in to comment.