Skip to content

Releases: richardr1126/OpenReader-WebUI

v0.0.5

04 Feb 11:16
Compare
Choose a tag to compare

Notes

  • Bug fixes
  • Major refactors occurred
  • I will be starting work on supporting more files types soon
  • Demo's default server tts.richardr.dev has been updated to use Kokoro-FastAPI v0.1.4

v0.0.4

27 Jan 18:02
Compare
Choose a tag to compare

Notes

  • Added new viewing modes: single page, dual page, or continuous scroll
  • UI Improvements
  • More bug fixes

v0.0.3

26 Jan 21:01
a1136be
Compare
Choose a tag to compare

Notes

In order to make the whole app better and more accurate, I am switching to a single page view instead of a long scrolling PDF. The view will show the first page and the TTS will automatically turn the page.

Dual page view is coming as well. I will consider adding the long scrolling view back in once I have some more bugs sorted out.

v0.0.2 (prerelease)

23 Jan 08:01
Compare
Choose a tag to compare
v0.0.2 (prerelease) Pre-release
Pre-release

v0.0.2-pre

Added

  • React window for virtualization of PDF pages (improves performance drastically)
  • The above change allows me to get the highlight auto-scroll to be more accurate
  • Add scaling for react window virtualization because the old method will not work anymore

v0.0.1

22 Jan 22:57
Compare
Choose a tag to compare

v0.0.1

Please view the README.md, to see setup instructions

Features

  • PDF document upload and storage
  • Drop in OpenAI API support
  • Text-to-Speech with OpenAI voices
  • Light/Dark theme support
  • Simple client-side PDF processing and text extraction (more robust text extraction coming soon)
  • IndexedDB storage
  • Browser MediaSession integration (leave browser and still play audio)