Releases: anpigon/obsidian-book-search-plugin
Releases · anpigon/obsidian-book-search-plugin
0.7.5
What's Changed
- Update README to include date advance manipulation by @jmbenedetto in #111
- Update README.md by @dsebastien in #118
- feat: add cover image edge curl option by @kitschpatrol in #119
New Contributors
- @jmbenedetto made their first contribution in #111
- @dsebastien made their first contribution in #118
- @kitschpatrol made their first contribution in #119
Full Changelog: 0.7.4...0.7.5
0.7.4
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
Full Changelog: 0.7.2...0.7.3
0.7.0
0.6.3
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
Update type of options parameter in getByQuery method
0.6.1
0.6.0
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
chore(manifest-beta.json): update version from "0.5.12-beta-2" to "0.…
0.5.11
fix(main.ts): refactor openNewBookNote function to improve readabilit…