Releases: leozqin/precis
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
What's Changed
null_summarization
handler
In renaming summarization to LLM, the null_summarization
handler key no longer exists, having been replaced by the null_llm
handler key. I've chosen to redirect requests null_summarization
handler key to the NullLLMHandler
- This means that any operation to use the null handler will automatically migrate to the new one. However, if you're currently using the null_summarization
handler, please change the chosen handler in settings to use null_llm
.
Other LLM handlers share the same key that they were using before, and the data model has not changed, so they will not be impacted.
The null_summarization
handler will be deprecated before or at the 1.0 release.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
Full Changelog: v0.2.10...v0.3.0
Notable Changes since v0.2.0
- Add recent feed entries page by @leozqin in #57
- Add integration tests and utility APIs by @leozqin in #58
- Use Readability.js and improve image build performance by @leozqin in #56
- Word count and Reading Complexity stats by @leozqin in #53
- Add CLI and composable configurations by @leozqin in #48
- feat: add backups by @leozqin in #47
- Add OPML import/export by @leozqin in #44
- Add lmdb storage handler and UI tour by @leozqin in #35