Skip to content

Commit

Permalink
Update release date
Browse files Browse the repository at this point in the history
  • Loading branch information
moodeaudio committed Apr 24, 2020
1 parent e20c654 commit c95163d
Show file tree
Hide file tree
Showing 71 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion home/xinitrc.default
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# 2020-04-21 TC moOde 6.5.0
# 2020-04-24 TC moOde 6.5.0
#
#

Expand Down
4 changes: 2 additions & 2 deletions other/build/build_recipe_v2.19.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
################################################################
#
# Build Recipe v2.19 2020-04-21
# Build Recipe v2.19 2020-04-24
#
# moOde 6.5.0 2020-04-21
# moOde 6.5.0 2020-04-24
# - Based on Raspbian Buster Lite (10.3)
# - Bump to Linux kernel 4.19.115 build #1305
# - Bump to r650 sources
Expand Down
2 changes: 1 addition & 1 deletion usr/local/bin/moodeutl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* 2020-04-21 TC moOde 6.5.0
* 2020-04-24 TC moOde 6.5.0
*
*/

Expand Down
2 changes: 1 addition & 1 deletion var/local/www/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* 2020-04-21 TC moOde 6.5.0
* 2020-04-24 TC moOde 6.5.0
*
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion www/audioinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* 2020-04-21 TC moOde 6.5.0
* 2020-04-24 TC moOde 6.5.0
*
*/

Expand Down
2 changes: 1 addition & 1 deletion www/chp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Refer to the link below for a copy of the GNU General Public License.
* http://www.gnu.org/licenses/
*
* 2020-04-21 TC moOde 6.5.0
* 2020-04-24 TC moOde 6.5.0
*
*/

Expand Down
2 changes: 1 addition & 1 deletion www/command/gpio-buttons.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# Inspired by the script posted in moOde Forum by @Cyanoazimin
# 2020-04-21 TC moOde 6.5.0
# 2020-04-24 TC moOde 6.5.0
#

from __future__ import print_function, absolute_import
Expand Down
2 changes: 1 addition & 1 deletion www/command/listall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# 2. To match MPD listings, results for /media are prepended with "USB/".
# 3. A music file must match one of the extensions listed below obtained from decoder-plugin values via MPD -V.
#
# 2020-04-21 TC moOde 6.5.0
# 2020-04-24 TC moOde 6.5.0
#

# Audio file types
Expand Down
2 changes: 1 addition & 1 deletion www/command/moode.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* 2020-04-21 TC moOde 6.5.0
* 2020-04-24 TC moOde 6.5.0
*
*/

Expand Down
2 changes: 1 addition & 1 deletion www/command/rotvol.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# moOde audio player (C) 2014 Tim Curtis, GPLv3
# 2020-04-21 TC moOde 6.5.0
# 2020-04-24 TC moOde 6.5.0
RESULT=$(sqlite3 /var/local/www/db/moode-sqlite3.db "SELECT value FROM cfg_system WHERE id IN ('32', 137)")
readarray -t arr <<<"$RESULT"
VOLKNOB=${arr[0]}
Expand Down
2 changes: 1 addition & 1 deletion www/command/sysinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# 2020-04-21 TC moOde 6.5.0
# 2020-04-24 TC moOde 6.5.0
#

# check for sudo
Expand Down
2 changes: 1 addition & 1 deletion www/command/thmcache.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* 2020-04-21 TC moOde 6.5.0
* 2020-04-24 TC moOde 6.5.0
*
*/

Expand Down
2 changes: 1 addition & 1 deletion www/command/watchdog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# 2020-04-21 TC moOde 6.5.0
# 2020-04-24 TC moOde 6.5.0
#

FPM_LIMIT=40
Expand Down
2 changes: 1 addition & 1 deletion www/command/worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* 2020-04-21 TC moOde 6.5.0
* 2020-04-24 TC moOde 6.5.0
*
*/

Expand Down
2 changes: 1 addition & 1 deletion www/css/fontawesome-moode.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Font Awesome Pro 5.0.10 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*
* 2020-04-21 TC moOde 6.5.0
* 2020-04-24 TC moOde 6.5.0
*
*/
.fa,
Expand Down
2 changes: 1 addition & 1 deletion www/css/fontawesome-moode.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/css/moode.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Refer to the link below for a copy of the GNU General Public License.
* http://www.gnu.org/licenses/
*
* 2020-04-21 TC moOde 6.5.0
* 2020-04-24 TC moOde 6.5.0
*
*/

Expand Down
2 changes: 1 addition & 1 deletion www/css/moode.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/css/panels.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Refer to the link below for a copy of the GNU General Public License.
* http://www.gnu.org/licenses/
*
* 2020-04-21 TC moOde 6.5.0
* 2020-04-24 TC moOde 6.5.0
*
*/

Expand Down
2 changes: 1 addition & 1 deletion www/css/panels.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions www/footer-plain.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* 2020-04-21 TC moOde 6.5.0
* 2020-04-24 TC moOde 6.5.0
*
*/
-->
Expand All @@ -31,7 +31,7 @@
<p>Moode Audio Player is a derivative of the wonderful WebUI audio player client for MPD originally designed and coded by Andrea Coiutti and Simone De Gregori, and subsequently enhanced by early efforts from the RaspyFi/Volumio projects.</p>
<h4>Release Information</h4>
<ul>
<li>Release: 6.5.0 2020-04-21</li> <!-- NOTE: getMoodeRel() parses this -->
<li>Release: 6.5.0 2020-04-24</li> <!-- NOTE: getMoodeRel() parses this -->
<li>Coding: Tim Curtis &copy; 2014</li>
<li>Documentation: <a class="moode-about-link" href="./relnotes.txt" target="_blank">View release notes,</a>&nbsp<a class="moode-about-link" href="./setup.txt" target="_blank">View setup guide</a></li>
<li>Contributors: <a class="moode-about-link" href="./CONTRIBS.html" target="_blank">View contributors</a></li>
Expand Down
Loading

0 comments on commit c95163d

Please sign in to comment.