Skip to content

Releases: anpigon/obsidian-book-search-plugin

0.7.5

16 Oct 14:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.4...0.7.5

0.7.4

19 Jun 07:21
Compare
Choose a tag to compare

Improvements

  • Enhanced book search API experience (#109 by @luckylat): Improved the user experience of the Google Book Search API.
    • Added API status checker: Check if the API key is saved in the settings panel. The API status checker currently only checks if the API key is saved, not the actual API connection status.

0.7.3

01 May 03:47
Compare
Choose a tag to compare

Full Changelog: 0.7.2...0.7.3

0.7.0

01 May 02:13
Compare
Choose a tag to compare

Features

  • Add toggle to keep/remove the locale dropdown in the search modal (#100)

0.6.3

13 Mar 14:14
Compare
Choose a tag to compare

New Features

  • Multiple Preferred Language Settings for Book Searches (#68): In response to community feedback, we've introduced the ability to specify multiple preferred languages for your book searches. This enhancement is perfect for bilingual readers or anyone who enjoys reading in more than one language. Now, you can seamlessly switch between languages such as Spanish and English without the need to adjust your settings each time. Enjoy a more convenient and personalized browsing experience as you discover books in all your preferred languages.

0.6.2

11 Mar 14:10
Compare
Choose a tag to compare
Update type of options parameter in getByQuery method

0.6.1

02 Mar 02:30
Compare
Choose a tag to compare

New Features

  • Added a categories field to the Book model to allow for multiple categories per book (#91).

Updates

  • Made updates to README.md to reflect recent changes and enhancements.

0.6.0

01 Mar 03:53
Compare
Choose a tag to compare

Features

  • Added Google Search API text input on the settings page by @luckylat #83
  • Implemented display of cover images in search results by @Marlon154 #93
  • Enabled local saving of cover images by @Marlon154 #94

Thank you so much for your support and contributions to the book search plugin. Your enthusiasm and efforts greatly enhance its functionality and user experience.

0.5.12-beta-3

18 Oct 05:50
Compare
Choose a tag to compare
chore(manifest-beta.json): update version from "0.5.12-beta-2" to "0.…

0.5.11

18 Oct 02:19
Compare
Choose a tag to compare
fix(main.ts): refactor openNewBookNote function to improve readabilit…