RetroBBS v0.25
·
290 commits
to master
since this release
RetroBBS release v0.25
New features:
- SLIDESHOW now supports SID files
- WEATHER plugin, display the current weather and forecast for the next 2-3 days.
- BBS version and host OS are shown after the welcome message.
- Total BBS uptime is stored in the database. Session uptime is available as an attribute of the BBS class.
- Total data transferred for each user account is stored in the database.
Changes/Bug fixes:
- Librosa module replaced by audioread and use of FFmpeg audio filters, PCM streaming no longers uses mu-law compression.
- Removed legacy RAW audio streaming code.
- Fixed broken AUDIOLIBRARY formatting when a filename contains non-Latin characters.
- Fixed broken Streamlink support. Added Twitch stream example to
config.ini - SLIDESHOW now plays PCM audio for the correct amount of time.
- SIDStreaming flushes the input buffer when the stream is canceled.
- Fixed board/inbox message list order, changed from newest thread first to thread with newest message first.
- Board/Inbox message list now displays the author of the latest message in each thread.
- When reading a public board message thread, the date for the current message is displayed in the header next to the author.
- SendProgram and SendRAWFile moved from the main script to the common.filetools module.
- Documentation rewritten in markdown format