aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-01-14 01:57:34 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-01-14 01:57:34 -0500
commitca6c5fb74b9af75efc8c3b1072785f70cf70da03 (patch)
treeefd9f226528149ebcca2540869f9e70b3f520667
parentd200fd904dc4832d6df541c10875dee664e0e281 (diff)
downloadQMidiPlayer-ca6c5fb74b9af75efc8c3b1072785f70cf70da03.tar.xz
Version bump.0.8.8.00.8.8-0
-rw-r--r--CMakeLists.txt2
-rw-r--r--doc/miscellaneous.html22
-rw-r--r--doc/version.html2
3 files changed, 15 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e64f6b..467549d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10.0)
-project(QMidiPlayer VERSION 0.8.7 LANGUAGES C CXX)
+project(QMidiPlayer VERSION 0.8.8 LANGUAGES C CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/doc/miscellaneous.html b/doc/miscellaneous.html
index b50ce7f..9871f5a 100644
--- a/doc/miscellaneous.html
+++ b/doc/miscellaneous.html
@@ -34,13 +34,16 @@
<h3 id="ms">Roadmap/Milestones</h3>
<ul>
<li>0.5.x Basic functionality</li>
- <li>0.6.x Settings and experimental Windows support</li>
- <li>0.7.2 MIDI mapping, first stable version</li>
- <li>0.7.8 Plugin interface, UI refactoring</li>
+ <li>0.6.x Settings and experimental Windows support.</li>
+ <li>0.7.2 MIDI mapping, first stable version.</li>
+ <li>0.7.8 Plugin interface, UI refactoring.</li>
<li>0.8.x Visualization (the default visualization plugin).</li>
- <li>0.8.5+ File reader plugin API, event filter/modifier API. </li>
- <li>0.8.7 Better external MIDI device support. Simple visualization. </li>
- <li>0.9.x API Stablization. Revive lite version.</li>
+ <li>0.8.5+ File reader plugin API, event filter/modifier API.</li>
+ <li>0.8.7 Better external MIDI device support. Simple visualization.</li>
+ <li>0.8.8 MPRIS support.</li>
+ <li>0.9.0 API Stablization.</li>
+ <li>0.9.1 Core overhaul.</li>
+ <li>0.9.2 Visualization rewrite with hopefully much fewer draw calls, as well as advanced shaders.</li>
<li>1.x+ Translation, documentation, Maintaince only.</li>
</ul>
<h3 id="faq">FAQs</h3>
@@ -68,7 +71,7 @@
Also please check if the bug has already been fixed in a newer version.
</p>
<h4>3. On what platform(s) do you develop this project?</h4>
- <p>
+ <s><p>
Major platforms used:
<ul>
<li>Debian GNU/Linux unstable(sid) amd64 on custom machine (i7-2960XM, 16GB RAM, RTX 2080, X9SCV-QV4)</li>
@@ -81,7 +84,8 @@
<li>Windows 10 Insider Pro on the ThinkPad X1 yoga mentioned above.</li>
<li>Windows 7 Ultimate on the said ideacentre K300</li>
</ul>
- </p>
+ </p></s>
+ <p>This information is outdated and nobody asked this anyway.</p>
<h4>4. The code is full of shit and has no comment at all!</h4>
<p>
I know. I got pissed off for that everytime.
@@ -93,7 +97,7 @@
<h3 id="contact">Contact the author</h3>
<p>
E-mail: chirs241097 'at' gmail 'dot' com<br>
- Twitter: @chirs241097
+ Mastodon: @chirs241097@c.im
</p>
</div>
</body>
diff --git a/doc/version.html b/doc/version.html
index 89d962f..75fc801 100644
--- a/doc/version.html
+++ b/doc/version.html
@@ -26,7 +26,7 @@
<h1>Version information</h1>
<div style="text-align:center;">
<img src="../img/qmidiplyr.png" width="64"><br>
- QMidiPlayer documentation for version 0.8.7<br>
+ QMidiPlayer documentation for version 0.8.8<br>
An MIDI player based on fluidsynth and Qt.<br>
Written by Chris Xiong.<br>
</div><br>