Skip to content

Releases: neodb-social/neodb

0.17.4

Choose a tag to compare

@alphatownsman alphatownsman released this 26 Jul 18:26
  • 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

Choose a tag to compare

@alphatownsman alphatownsman released this 25 Jul 19:45
e3e49ae
  • 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

Choose a tag to compare

@alphatownsman alphatownsman released this 23 Jul 19:35

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

Choose a tag to compare

@alphatownsman alphatownsman released this 21 Jul 02:30

improved reading progress display

0.17.1

Choose a tag to compare

@alphatownsman alphatownsman released this 20 Jul 03:44

Improved configuration doc
Improved remote article rendering

0.17.0

Choose a tag to compare

@alphatownsman alphatownsman released this 20 Jul 00:42
9b409b6
  • 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

Choose a tag to compare

@alphatownsman alphatownsman released this 16 Jul 19:38
  • improve StoryGraph import matching with ISBN and OpenLibrary lookups
  • show viewer marks on person works page

0.16.4.1

Choose a tag to compare

@alphatownsman alphatownsman released this 15 Jul 19:38

various performance improvements and bug fixes

0.16.4

Choose a tag to compare

@alphatownsman alphatownsman released this 14 Jul 12:42

docs: add Bielu PWA by @shinkisan
bug fixes

0.16.3.2

Choose a tag to compare

@alphatownsman alphatownsman released this 06 Jul 20:43

minor bug fixes