Skip to content

Releases: zyachel/libremdb

v4.5.0

22 Dec 21:34

Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.5.0

v4.4.0

26 Oct 22:05

Choose a tag to compare

What's Changed

  • chore(readme): change Docker image reference from 'main' to 'latest' by @Bnyro in #113
  • feat: re-implement title reviews by @Bnyro in #114
  • feat: readd support for lists by @Bnyro in #112

Full Changelog: v4.3.0...v4.4.0

v4.3.0

12 Oct 09:34

Choose a tag to compare

Features

  • opensearch: add abilility to add libremdb as search engine (821967d)
  • redirect paths from specific languages (9eef744)
  • title: adds originalTitle (0a598ee)

Bug Fixes

  • lockfile: update lockfile (fc8ad82)
  • make webmanifest recognisable by browsers (b6a7bde)
  • media: fix videos not playing (0300b3e)
  • name: fix crash in name route (e47496d)
  • title: center originalTitle in mobile (9dca154)
  • title: fix crash in title route (1d8ebdd)

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

01 Jun 14:07

Choose a tag to compare

Features

  • title: add "interests" in basic info (d84a0a3)

Bug Fixes

  • error: add trace to browser in dev mode (65b1996)
  • name,title: handle empty states in "did you know" section (1da4292)
  • title: fix title route crash (e5719e3)

v4.0.0

24 Aug 11:19

Choose a tag to compare

⚠ BREAKING CHANGES

  • list: will give 503 now

Bug Fixes

  • add disclaimer (2626dfd)
  • api: fix reviews api (1041de5)
  • cache: make cache keys for review more distinctive (324c138)
  • cleaners: fix app crash (333d3b1)
  • error: add sanity checks before error destructuring (e320557)
  • list: remove list route (67891c7)

What's Changed

New Contributors

Full Changelog: v3.4.0...v4.0.0 or see CHANGELOG.md.

v3.4.0

31 Mar 10:52

Choose a tag to compare

Features

  • reviews: add reviews route (dc42b32)

Bug Fixes

  • instances: fix urls in instances.json (3eb5178)

v3.3.0

07 Dec 22:06

Choose a tag to compare

Features

  • api: add a catch-all route (9fdd731)
  • api: add api endpoints for dynamic routes (19f1700)

Bug Fixes

  • api: refactor all endpoints a bit (4dffbbc)
  • title: fix title route crash (a5b7d52)

v3.2.0

28 Oct 19:33

Choose a tag to compare

Features

apologies for the delay in implementation of this route :')

v3.1.0

03 Jun 17:59

Choose a tag to compare

Features

  • cache: implement caching of routes (c53c88d)

Bug Fixes

  • form: fix hydration error (8599ae2)
  • name: fix a couple of crashes in name and title route (8d9b663)

v3.0.0

15 Apr 16:38

Choose a tag to compare

it's been quite a while since last release. but better late than never, I guess :)
here's a quick summary:

⚠ BREAKING CHANGES

  • title: older versions won't work, at least for title route

Features

  • add info related to the current instance (2c5d2f8)
  • route: add name route (75732e0)

Bug Fixes

  • title: fix title page crash (8ce02d0)