Notable updates
- add: Model Switcher (in dialog button and reader
more tools
menu) - add: Model Loading Dismissable (press the screen to cancel waiting)
- add: multiple model config to use a same handler (see the new
configuration.sample.lua
) - add: Language variable in the
configuration.lua
- add: dialog Close button keep to the right ( or more convinent to draw a multiswipe ⮡ to close )
- fix: recap cause book opening bug.
Auto generaed change logs
What's Changed
- Show model name during waiting for response by @boypt in #37
- feat: add reasoning configuration to openrouter by @stek29 in #38
- fix: update html view css to match text view better by @stek29 in #39
- Fixuserhili by @boypt in #40
- refactor API handlers and adding multiple AI profiles by @boypt in #41
- Dismissable Loading by @boypt in #45
- Refactor main dialog by @boypt in #46
- keep Close btn to the right by @boypt in #47
- Adds prompt title before a follow up question by @boypt in #48
- adds AI Provider switch dialog by @boypt in #50
- fix: setttings not saved by @boypt in #51
- BUGFIX by @boypt in #52
- fix: avoid recursive overrides in ReaderUI by @boypt in #53
- Recap: restore to origin hook
ReaderUI.doShowReader
by @boypt in #54 - Add language variable to configure features by @boypt in #56
- Update README.md added info about new stuff in features etc by @raffe1234 in #57
- Profile visible settings discussed in #50 by @boypt in #58
- fix configuration sample; rename to configuration.sample.lua by @boypt in #64
New Contributors
- @stek29 made their first contribution in #38
- @raffe1234 made their first contribution in #57
Full Changelog: v1.05...v1.06