Releases: neodb-social/neodb
Releases · neodb-social/neodb
Release list
0.17.4
- replace langdetect with lingua for language detection - this increase accuracy by ~10%, but grows docker image size quite a bit so I may revert if it does not work well.
- add Readmoo as a catalog site for ebooks
- add installation instructions for KOReader plugin
for API developers
- when local item merged, action against them will get 302/307, this is now a unified behavior
| endpoint | before | after |
|---|---|---|
GET /me/shelf/item/{uuid} |
302, body without url |
302 |
GET /me/shelf/item/{uuid}/progress |
302, body without url |
302 |
GET /me/shelf/item/{uuid}/logs |
302, body without url |
302 |
GET /me/review/item/{uuid} |
404 | 302 |
GET /me/note/item/{uuid}/ |
listed the merged-away item's notes | 302 |
GET /item/{uuid}/posts/ |
empty list | 302 |
POST /me/shelf/item/{uuid} |
404 | 307 |
POST/DELETE /me/shelf/item/{uuid}/progress |
302 | 307 |
POST /me/review/item/{uuid} |
wrote to the merged-away item | 307 |
POST /me/note/item/{uuid}/ |
wrote to the merged-away item | 307 |
0.17.3
- more compatibility improvement with Lemmy and other ActivityPub service
- featured image support in article
- new third party app NeoDB-Lite by @KrelinnBios
- add AniList as a catalog site for anime and manga
for instance admin
- make default UI language configurable in site settings UI
0.17.2
Replaced Bluesky app-password login with ATProto OAuth
Added preference to always publish Bluesky records
Improvd federation content spread and interop
0.17.1.1
improved reading progress display
0.17.1
Improved configuration doc
Improved remote article rendering
0.17.0
- set/view reading progress
- full support for polls (
Question) - view support for
Video/Image/Audio/Page/Event - proof of work to login
API Changes
- feat(catalog): unify metadata field representations across item types
- feat(journal): API to update the note of an existing collection item
- feat(journal): APIs to list a user's created and liked collections
- Add Catalog schema docs and People API
- docs(catalog): deprecate display_title/display_name for title/name
- Added API for current reading progress
for Admin
- feat(journal): add idx-sync command to reconcile index with db
- feat(common): make Mastodon API timeout configurable via site config
0.16.5
- improve StoryGraph import matching with ISBN and OpenLibrary lookups
- show viewer marks on person works page
0.16.4.1
various performance improvements and bug fixes
0.16.4
docs: add Bielu PWA by @shinkisan
bug fixes