v0.0.5

lfnovo/open-notebookv0.0.5Oct 28, 2024by lfnovo

AI Summary

This release adds audio and video support with transcript processing, fixes issues with large content files, and improves data organization.

Key Highlights

  • Audio file transcript processing using OpenAI
  • Video file transcript processing (audio extraction)
  • Fixed content > 1MB save failures
  • Data folders organized under /data for volume mounting
  • Version check feature
  • Improved object validation

New Features

  • Audio file support
  • Video file support
  • Version check feature
  • Data organization under /data
  • Improved object validation

Full Release Notes

- Process transcripts from audio files using Open AI
- Process transcripts from videos by first extracting the audio channels
- Fixed a problem where content > 1Mb was failing to save
- Organizing all data folders under /data for easier volume mounting and backup
- Prevent creating a podcast with no context
- Improve object validation to reduce errors
- Improve handling of unknown content-types
- Implement a version check feature to alert users about new versions
- Fixed an issue with pydantic date conversions