quetre/CHANGELOG.md
Conventional Changelog Action e9b9c76aa2 chore(release): v3.0.0 [skip ci]
2022-06-24 12:15:48 +00:00

3.4 KiB

3.0.0 (2022-06-24)

Bug Fixes

  • fetcher: fix fetcher logic (fb7d803)
  • send a meaningful error response in case an answer/topic can't be fetched (e7c83bd)

BREAKING CHANGES

  • fetcher: Quora changed their HTML. Previous fetcher logic won't work!

fix https://github.com/zyachel/quetre/issues/10

2.1.0 (2022-06-20)

Bug Fixes

  • change the code so as to compress static resources as well (ad01448)
  • fix errors in fetchers (b9d65e8)
  • fix footer styles in about page (53c708a)

Features

  • add link to redirect user to Quora in case of errors (2dd4a03)
  • add meta tags for seo (14eece7)
  • add theme sensitive theme-color meta tags (719988c)

2.0.1 (2022-06-06)

Bug Fixes

  • favicon: change favicons to have transparent background (2cb84f5), closes #5

Performance Improvements

  • implement caching for static assets (475fc79)

2.0.0 (2022-05-25)

Bug Fixes

  • change status code of routes not implemented to 501 (04fa753)
  • fetcher: fix fetcher scraping logic (b11ceb4)
  • fetcher: send correct error response when a malinformed answer url is accessed (a9ae36e)
  • robots.txt: disallow all robots (75c6c38)
  • send appropriate response in case Quora rate limits the instance (e8a51f6)

Performance Improvements

  • implement lazy loading of images (c0b89ba)

BREAKING CHANGES

  • fetcher: old fetcher.js won't work as quora changed their html

1.1.0 (2022-05-22)

Bug Fixes

  • fix a bug related to fetcher.js (6ad2269)

Features