Releases: kipricka/botwave
Releases · kipricka/botwave
v1.0.10-umtiza
What changed:
- Audio format conversion:
- Added automatic conversion of common audio/video formats to WAV
- Supports MP3, AAC, M4A, OGG, FLAC, OPUS, MP4, MKV, and many more formats
- Conversion happens automatically during upload and download operations
- Bug fixes:
- Fixed imports in client.py
- Improved error handling in file operations
- Better exception catching in history file loading
- Misc:
- Updated
--talkflag description for clarity
- Updated
Updating to this version
To update to this version, run the following command:
bw-update --to v1.0.10-umtizaCommit history
- hopefully fixed install scripts (
69c0ad1) - Update installation.json for release v1.0.10-umtiza (
565a3cc)
v1.0.8-senna
What changed:
- Important fixes reguarding path traversal, most of them reguarding client <-> server.
- Bug fix in stop command (server side).
- Files downloader now fetch with the BotWaveDownloads/PROTOCOL_VERSION user agent.
Updating to this version
To update to this version, run the following command.
bw-update --to v1.0.8-senna
Commit history
- doc: removed credits images at the end of the md file (
cb7055d) - autorun: removed 'all' support, and adding '--skip-checks' to args (
9c638df) - server,local: fixed doc for 'live' command (
67b2ae7) - Update installation.json for release v1.0.8-senna (
edc9f73)
v1.0.5-abuta
What changed:
- Replaced RDS defaults
- Added the Get Help section to the README
- Using custom user agent for version checks
- Added --skip-checks flag to server
- Edited help formatting on local client and server
Updating to this version
To update to this version, run the following command.
bw-update --to v1.0.5-abuta
Commit history
- server: updated live log to mention stream token instead of download token (
564c093) - server: fixed default rt (
a852479) - client: fixed error handling (
ef65243) - Update installation.json for release v1.0.5-abuta (
c66e1e2)