Releases: biblioverse/biblioteca
Releases · biblioverse/biblioteca
v0.9.0 Search and AI refactoring
- The whole searching system has been refactored: no more filters on page, instead a simple and powerful search bar and the ability to write all the custom filters that you want with the Typesets filters. Breaking change: if you had dynamic shelves, you will need to recreate them.
- A new way of search with the « Natural language search » : Search for something and ask AI to convert it to filters. Search for stuff like
Mangas by eiichiro oda
Thrillers in italy
orcook vegetarian meals
and it will convert it to the best filters possible and should find you the exact books you want - A full refactoring of the AI configuration: No more .env meddling, configure your different models and connexion in the UI and select which one will be used for each action. If you want to use a different model for summarization than for tagging, now you can! Breaking change: your .env variables for connexion are not used anymore. Go to the new page « AI Models » and configure and test your models.
- Age categories: the « 17+ » age category has been renamed « 16+ » to have more logical scale: Everyone -> 10+ -> 13+ -> 16+ -> Adults
- Translations: All labels have been retranslated properly so if you used the app in another language than English you shouldn’t see any English anymore.
v0.8.2 Add full epub context to ai suggestions
Merge pull request #285 from biblioverse/ai-context Refactor AI context handling and update
v0.8.1 Add web scraping to provide context for summary generation
It is now possible to scrape context from different sources to get better tags and summaries from AI. Check the documentation to enable it.
https://biblioverse.github.io/biblioteca/guides/administrator/ai-features-configuration/
v0.8.0 php 8.3
upgrade to php8.3
v0.7.0 Ollama integration
You can now use a local ollama instance to tag and summarize your books!
Head to the documentation to check how it's done.
v0.6.0 Documentation migration, backup script migration
- The documentation has been migrated in the main repo to make sure it follows the features
- BREAKING: The backup script can now be called with bin/console
app:backup-db
removing an outdated dependency - Various dependencies upgrades
Make sure consume directory exists and can be created
Merge pull request #252 from biblioverse/make-sure-consume-dir-exists Make sure consume directory exists and can be created
0.5.1 Update dependencies
v0.5.1 Merge pull request #242 from biblioverse/dependabot/github_actions/do…
0.5.0 Dynamic sync
Kobo sync now allows to sync dynamic shelves, as well as the books in your reading list
0.4.2 Fix books consume from CLI
v0.4.2 Fix relocation allow from CLI