Skip to content

Commit 7979020

Browse files
committed
chore: update readme & changelog
1 parent 8f49cdf commit 7979020

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Fuzzy Catalog Changelog
22

3+
## v0.4.0
4+
5+
- BookLore external library syncing - #20
6+
- Reworked external sync to better support books being in more than 1 external library
7+
- External library links on book page for AudioBookShelf & BookLore (NOTE: BookLore links won't work if it uses OIDC until this bug is fixed: booklore-app/booklore#1224 )
8+
- Fixed search clear button not actually doing anything - #21
9+
310
## v0.3.1
411

512
- Fix scheduled external library sync not syncing anymore

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is still pretty heavily under development, but closing in on something I th
1313
## Features
1414

1515
- Barcode scanning of physical books via keyboard input scanners (webcam one may still work but have not had much luck with it)
16-
- Ability to sync with digital libraries, currently from Audiobookshelf (via API) & Calibre (via actual path to library files)
16+
- Ability to sync with digital libraries, currently from [Audiobookshelf](https://www.audiobookshelf.org/) (via API), [Calibre](https://calibre-ebook.com/) (via actual path to library files), & [BookLore](https://github.com/booklore-app/booklore) via API
1717
- Adding books via title or ISBN pulls metadata from Open Library or Google Books (Library of Congress available but not sure it's worth using)
1818

1919
## Environment Setup
@@ -24,10 +24,13 @@ This is still pretty heavily under development, but closing in on something I th
2424
| SECRET_KEY_BASE | REQUIRED random secret |
2525
| PHX_HOST | domain to use (i.e. localhost) |
2626
| PORT | port to use, default is 4000 |
27-
| AUDIOBOOKSHELF_URL | URL to an instance of Audiobookshelf for syncing |
27+
| AUDIOBOOKSHELF_URL | URL to an instance of [Audiobookshelf](https://www.audiobookshelf.org/) for syncing |
2828
| AUDIOBOOKSHELF_API_KEY | API key for Audiobookshelf |
2929
| AUDIOBOOKSHELF_LIBRARIES | Comma separated list of library names to sync from Audiobookshelf |
3030
| CALIBRE_LIBRARY_PATH | Path to Calibre library files, including ebooks & metadata.db file |
31+
| BOOKLORE_URL | URL for a [BookLore](https://github.com/booklore-app/booklore) instance to sync with |
32+
| BOOKLORE_USERNAME | Username for a BookLore |
33+
| BOOKLORE_PASSWORD | Password for BookLore |
3134

3235
## Possible TODO
3336

0 commit comments

Comments
 (0)