libremdb/CHANGELOG.md
Conventional Changelog Action 7501b69078 chore(release): v2.2.0 [skip ci]
2022-11-13 12:51:29 +00:00

3.8 KiB

2.2.0 (2022-11-13)

Bug Fixes

  • redis: fix logs being polluted when redis is disabled (5fd0d92)

Features

  • force a certain language when getting data (1658769)

2.1.0 (2022-11-13)

Bug Fixes

  • bypass response limit for media proxy endpoint (9bce8a2)
  • change to poster for og:image (261a375)
  • remove "information collected by other services" in privacy (6ae71d7)
  • remove double space in inspiration credit (478b459)

Features

  • add "og:image" property for social media embeds (a2fc232)
  • cache media proxy data in redis for 30 mins (2c8d138)
  • docker support for easy deployment (b7ee686)
  • fetch images from media proxy on frontend (dba2ba5)
  • IP ratelimit for media proxy (720f2b6)
  • make redis cache optional (7a717aa)
  • media proxy for anonymous loads (59a314b)
  • proxy videos and add more descriptive error messages (1983f6b)
  • update information in FAQ (44d3a33)

2.0.0 (2022-10-31)

Bug Fixes

  • change to poster for og:image (f207d68)
  • remove double space in inspiration credit (3f987b5)

Features

  • add "og:image" property for social media embeds (d152cf4)
  • major rewrite (9891204)

BREAKING CHANGES

  • the whole application is rewritten from scratch.

0.1.2 (2022-06-06)

Bug Fixes

  • change the order in which env vars are loaded (55c0eba)
  • robots.txt: disallow all robots (f39998d)

Performance Improvements

  • implement caching of static files (170fbab)

0.1.1 (2022-06-03)

Bug Fixes