Richard Roberson
dad1dfd26f
chore(ci): update Playwright workflow to use pnpm and remove .npmrc
2025-11-09 15:56:09 -07:00
Richard Roberson
1d57004e59
fix(docs): readme
2025-11-09 15:54:36 -07:00
Richard Roberson
b21bdb3a21
feat(tts): add multi-provider TTS support with Deepinfra and custom OpenAI-compatible endpoints
...
Add comprehensive multi-provider TTS support enabling users to choose between OpenAI, Deepinfra, and custom OpenAI-compatible endpoints. Implement provider-specific voice management with automatic voice restoration per provider-model combination, and migrate package manager to pnpm for improved dependency handling.
Key changes:
- Add TTS provider selection (OpenAI, Deepinfra, custom-openai) in settings UI
- Implement provider-specific model and voice lists with dynamic fetching
- Add voice persistence per provider-model combination in savedVoices
- Support Deepinfra models: Kokoro-82M, Orpheus-3B, Sesame-1B with their voice libraries
- Migrate to pnpm with frozen lockfile for reproducible builds
- Update Docker configuration to use pnpm and Deepinfra API defaults
- Add migration logic for existing users to infer provider from stored baseUrl
- Update test helpers and Playwright configuration for Deepinfra API
- Add example docker-compose.yml with Kokoro-FastAPI integration
BREAKING CHANGE: Voice selection is now provider-model specific. Previously saved voices will be migrated to the new savedVoices structure, but users may need to reselect voices if switching providers.
2025-11-09 15:47:17 -07:00
Richard Roberson
e56736fda8
Update README.md
2025-11-09 11:22:30 -07:00
Richard Roberson
d2477dc9d8
Merge pull request #58 from RobbyV2/feat/SaveLoadProgress
Build and Publish Docker Image / build (push) Has been cancelled
2025-07-20 12:13:07 -06:00
RobbyV2
7b703f015f
Add cancelText parameter
2025-07-19 21:19:12 -07:00
RobbyV2
32f5cdc494
Saving and Loading Progress Bar
2025-07-19 20:22:50 -07:00
Richard Roberson
f5776e5494
Merge pull request #56 from RobbyV2/DocSelectLoad
2025-07-19 21:16:41 -06:00
Richard Roberson
ba461b20c0
Merge pull request #57 from RobbyV2/feat/MultiUpload
2025-07-19 21:16:29 -06:00
RobbyV2
772aa83f6a
Upload multiple files
2025-07-19 19:22:21 -07:00
RobbyV2
0bcae0dee7
Add document selection loading icon
2025-07-19 18:58:08 -07:00
Richard Roberson
593dd7d1a1
Merge pull request #55 from RobbyV2/AutoSelect
...
Auto select page number when navigating
2025-07-19 13:53:45 -06:00
Richard Roberson
4f633c1359
Merge pull request #54 from RobbyV2/PDF-Click
...
Allow clicking of internal links
2025-07-19 13:53:25 -06:00
RobbyV2
12e30f4ecf
Allow clicking of internal links
2025-07-19 12:46:05 -07:00
RobbyV2
41ea2cdc52
Auto select navigation
2025-07-19 12:40:01 -07:00
Richard Roberson
6b03d9c946
Merge pull request #53 from RobbyV2/main
Build and Publish Docker Image / build (push) Has been cancelled
2025-07-17 19:00:32 -06:00
RobbyV2
0aac3f4816
Move button closure higher in SettingsModal
2025-07-17 16:49:52 -07:00
Richard Roberson
b56584cbed
Change go to page + add Vercel Analytics integration
2025-06-30 12:10:56 -06:00
Richard Roberson
08480f07ed
Merge pull request #52 from thepycoder/feature/better-speed-control
2025-06-29 15:09:05 -06:00
Richard Roberson
b4e538ca3b
Merge pull request #51 from thepycoder/feature/remember-last-location
2025-06-29 15:08:14 -06:00
Victor Sonck
89833d596b
Allow for player speed changes as well as native voice speed changes. Kokoro for example swallows parts of words when asked to go faster than maybe 1.3x. This fixes that, by simply speeding up the player instead. Since we're already using the html5 version of howler, by default it will pitch-correct the audio and it sounds quite good!
2025-06-23 14:09:51 +02:00
Victor Sonck
ece8bcd35a
Added saving and restoring last location in PDFs
2025-06-23 13:57:27 +02:00
Richard Roberson
e6cd1d0264
Bump version + fix build error
Build and Publish Docker Image / build (push) Has been cancelled
2025-06-22 13:47:23 -06:00
Richard Roberson
ee27330569
Merge branch 'thepycoder-feature/merge_nlp_implementations'
2025-06-22 13:41:40 -06:00
Richard Roberson
c9f8a05137
Merge branch 'feature/merge_nlp_implementations' of https://github.com/thepycoder/OpenReader-WebUI into thepycoder-feature/merge_nlp_implementations
2025-06-22 13:25:10 -06:00
Richard Roberson
8cf685633d
Merge branch 'feature/merge_nlp_implementations' of https://github.com/thepycoder/OpenReader-WebUI into thepycoder-feature/merge_nlp_implementations
2025-06-22 13:23:46 -06:00
Richard Roberson
967ffcf074
Merge branch 'thepycoder-feature/editable_pagenumber'
2025-06-22 13:19:33 -06:00
Richard Roberson
8d17c69374
Change width and text color
2025-06-22 13:17:26 -06:00
Richard Roberson
d933ca93c7
Merge branch 'feature/editable_pagenumber' of https://github.com/thepycoder/OpenReader-WebUI into thepycoder-feature/editable_pagenumber
2025-06-22 13:01:18 -06:00
Richard Roberson
555a8c8a9d
Merge branch 'main' of https://github.com/richardr1126/OpenReader-WebUI
2025-06-22 12:58:16 -06:00
Richard Roberson
b9ce1d6a8f
Change tts url for tests
2025-06-22 12:58:11 -06:00
Victor Sonck
4c92b9875c
Remove the NLP route, since it is no longer used.
2025-06-22 15:48:33 +02:00
Victor Sonck
740c5e17d3
Add editable page number in PDF navigator view, to make it much easier to jump to specific pages
2025-06-20 08:32:53 +02:00
Victor Sonck
f594ca836b
Refactored NLP into a single, shared function for splitting to sentences.
...
now both handleClick and global sentences are the exact same, so the sentenceIndex will always be correct.
2025-06-20 08:25:29 +02:00
Richard Roberson
df649656da
Update README.md
2025-05-25 22:05:12 -06:00
Richard Roberson
17ab2d5d48
Update README
2025-04-15 11:51:18 -06:00
Richard Roberson
a1465f1680
Increase size of .md viewer
2025-04-15 11:47:35 -06:00
Richard Roberson
5892383a61
Fix mardown viewer text color
Build and Publish Docker Image / build (push) Has been cancelled
2025-04-15 11:41:26 -06:00
Richard Roberson
8cd6158bc4
Update README
2025-04-15 02:47:33 -06:00
Richard Roberson
bb8f8c23d4
Bump version
Build and Publish Docker Image / build (push) Has been cancelled
2025-04-15 02:37:41 -06:00
Richard Roberson
82bb91a850
Add TXT and MD support with and HTML viewer with react markdown + many refactors to support it
2025-04-15 02:28:51 -06:00
Richard Roberson
b0a3e2f632
Update readme
2025-04-15 00:32:23 -06:00
Richard Roberson
43a44abcb2
Fix tests
2025-03-30 21:26:56 -06:00
Richard Roberson
e03c374632
Bump version
Build and Publish Docker Image / build (push) Has been cancelled
2025-03-30 21:23:22 -06:00
Richard Roberson
fc780746aa
Bug fixes and readme update
2025-03-30 21:17:16 -06:00
Richard Roberson
5edb990324
Update bug_report.md
2025-03-23 19:35:46 -06:00
Richard Roberson
7ba807fd95
Pause on page changes + Fix ePub bug when reloading
2025-03-23 17:18:21 -06:00
Richard Roberson
1bbd77f93b
Improve space detection logic in PDF text extraction
2025-03-22 12:10:17 -06:00
Richard Roberson
4ed6b17e98
Support gpt-4o-mini-tts with instructions
Build and Publish Docker Image / build (push) Has been cancelled
2025-03-21 11:32:42 -06:00
Richard Roberson
f464b059e4
Update API settings
2025-03-13 21:00:34 -06:00