summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-common/src/meshbay_common/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-common/src/meshbay_common/__init__.py')
-rw-r--r--packages/meshbay-common/src/meshbay_common/__init__.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/__init__.py b/packages/meshbay-common/src/meshbay_common/__init__.py
index 3ed1ed2..ecf51fd 100644
--- a/packages/meshbay-common/src/meshbay_common/__init__.py
+++ b/packages/meshbay-common/src/meshbay_common/__init__.py
@@ -31,5 +31,11 @@ __version__ = "0.7.0"
# `thumb_hash`/`display_title` rather than declaring new ones. Additive:
# an older client simply doesn't render the new fields or send the new
# messages.
-MNP_VERSION = "0.8"
+# 0.9: added `audio_transcode_req`/`_resp` — WMA and Musepack tag/cover
+# fine but decode in no mainstream browser's <audio> element at all, so
+# the node transcodes to AAC/M4A on request and caches the result the same
+# way a TMDB poster or MusicBrainz cover is cached. Additive: an older
+# client never sends the request, and simply can't play those two formats,
+# same as before this existed.
+MNP_VERSION = "0.9"
MHP_VERSION = "0.1"