Skip to content

Releases: biblioverse/biblioteca

v0.9.0 Search and AI refactoring

08 Jan 09:14
a97cb53
Compare
Choose a tag to compare
  • 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 or cook 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.

⚠️ You need to run the doctrine:migrations:migrate, typesense:create and typesense:import when updating

v0.8.2 Add full epub context to ai suggestions

30 Dec 09:58
5c5a931
Compare
Choose a tag to compare
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

29 Dec 09:26
352dfa7
Compare
Choose a tag to compare

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

22 Dec 09:14
7152d99
Compare
Choose a tag to compare

upgrade to php8.3

v0.7.0 Ollama integration

20 Dec 14:54
e1160dc
Compare
Choose a tag to compare

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

19 Dec 10:55
066ed1f
Compare
Choose a tag to compare
  • 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

16 Dec 13:28
dc7f89c
Compare
Choose a tag to compare
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

14 Dec 17:49
c0d3671
Compare
Choose a tag to compare
v0.5.1

Merge pull request #242 from biblioverse/dependabot/github_actions/do…

0.5.0 Dynamic sync

13 Dec 12:53
e51867c
Compare
Choose a tag to compare

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

10 Dec 16:01
2a56b79
Compare
Choose a tag to compare
v0.4.2

Fix relocation allow from CLI