Release 0.0.5: New Features and Improvements
- Steven Fusco
- Technology , Updates
- May 23, 2025
Table of Contents
Release 0.0.5: New Features and Improvements
We’re excited to announce the release of ELEMENT.FM version 0.0.5!
New Features
- Added ability to download analytics as CSV
- Added YouTube video import
- Transcriptions now identify the different speakers in the audio
Bug Fixes
- Fixed an issue with audio conversion
- Fixed an issue with temporary file cleanup
- Fixed an issue with timestamp parsing
- Fixed some typos
Automation
We have been testing our MCP server with n8n and it’s working great!
Upgrading
For self-hosted instances, please refer to our Self-Hosting Guide for upgrade instructions.
Feedback
We value your input! If you encounter any issues or have suggestions, please:
- Join our Matrix Chat
- Submit issues on GitLab
- Email us at webmaster@element.fm
Thank you for your continued support of ELEMENT.FM!
Changelog
Changelog for elementfm/mcp (0.0.4 → 0.0.5)
- 974681e6 converting files to mp3 before uploading by sfusco
- 13deb7dd removing temp files by sfusco
Changelog for elementfm/chat.element.fm (0.0.4 → 0.0.5)
- 0e9589db fixing case by sfusco
Changelog for elementfm/docs (0.0.4 → 0.0.5)
- 508fca21 adding import-video by sfusco
- bdea493c updated features by sfusco
Changelog for elementfm/autochapter (0.0.4 → 0.0.5)
- ef84878b hours are optional by sfusco
- f9172ae9 using transcript language as title language by sfusco
Changelog for elementfm/bruno (0.0.4 → 0.0.5)
- 942d98e2 adding csv endpoints by sfusco
Changelog for elementfm/frontend (0.0.4 → 0.0.5)
- b6ebd5ac adding youtube import by sfusco
- 209d28f7 updated transcription message by sfusco
- c33d1370 adding csv download button by sfusco
Changelog for elementfm/analytics (0.0.4 → 0.0.5)
- d5a4c61b returning csv if header accept is csv by sfusco
- 949fca55 fixing csv format by sfusco
- 6e91d520 wrapping values in quotes by sfusco
Changelog for elementfm/transcription (0.0.4 → 0.0.5)
- 71f973af transcribing with whisperx and pyannote by sfusco
- a710ffc6 improved cleanup code by sfusco