Skip to content

Latest commit

 

History

History
166 lines (76 loc) · 6.54 KB

CHANGELOG.md

File metadata and controls

166 lines (76 loc) · 6.54 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

4.1.0 (2024-12-15)

Features

  • github workflow for building container images (4caf603)

Bug Fixes

  • reviews: revert implementation of reviews route (1030798)

4.0.0 (2024-08-24)

⚠ 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)

3.4.0 (2024-03-31)

Features

  • reviews: add reviews route (dc42b32)

Bug Fixes

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

3.3.1 (2024-01-06)

Bug Fixes

  • dockerfile: fix failing docker build (719f42b)

3.3.0 (2023-12-07)

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)

3.2.0 (2023-10-28)

Features

3.1.1 (2023-10-14)

Bug Fixes

  • card: fix long attributes in cards under 'Known For' section (736d680)
  • error: fix incorrect 'view on IMDb' link on error page (0aea2f4)
  • media proxy: fix 304 response code with body error (c610ef4)
  • name: fix name route crash (38ed0c6)
  • name: fix route crash for some ids (e91c313)
  • title: fix a crash in title route (21a1c83)

3.1.0 (2023-05-21)

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)

3.0.0 (2023-04-15)

⚠ 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)

2.4.0 (2023-01-22)

Bug Fixes

Features

2.3.1 (2023-01-15)

Bug Fixes

  • fix unseekable videos on webkit-based browsers (a32785c)

2.3.0 (2022-12-31)

Bug Fixes

  • couple css improvements for webkit-based browsers (81eaf2f)

Features

  • search: add basic search functionality (0cff34a)

2.2.2 (2022-12-10)

Bug Fixes

  • app crash on qutebrowser (78b14ec)

2.2.1 (2022-12-01)

Bug Fixes