Skip to content

Releases: zyachel/quetre

v8.0.0

07 Apr 19:17
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • search: any search request will be responded with a 410

Bug Fixes

  • parse: don't bail out on encountering weird characters (f11d3f2)
  • remove stats from UI that aren't available anymore (a0ac36a)
  • search: remove broken search route (f49062d)

What's Changed

New Contributors

v7.1.0

05 Nov 10:08
Compare
Choose a tag to compare

Features

  • add docker support with redis(#118) (2320c6c)
  • answers: mark related questions that are unanswered (f77a1b1)

Bug Fixes

  • fetcher: fix answers route crashing in case there aren't any answers (c6c4828)
  • fix a typo while modifying url (7547f54)
  • search: show search query along with results (4cd5514)

v7.0.0

23 Apr 16:37
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • answers: old fetcher may or may not work

fix: #101

Features

  • cache: increase ttl for routes that are cached but being accessed again (10eea08)

Bug Fixes

  • answers: fix answers route crashing (b8a0b9f)
  • fix flash of inaccurate color theme (35a0d87)

v6.0.0

04 Mar 19:34
Compare
Choose a tag to compare

BREAKING CHANGES

  • older versions will not work . see #96 for more.

Bug Fixes

  • change japanese code from ja to jp (ef46c5e)
  • fix a couple of NaNs (71587d0)
  • fix broken answers feed (677b846)

v5.6.0

11 Feb 18:09
Compare
Choose a tag to compare

Features

  • implement caching of api responses with redis(175878d).
    Hopefully we won't get rate-limited that often :)

v5.5.0

15 Jan 16:59
Compare
Choose a tag to compare

Bug Fixes

  • fix outgoing url on error page (595b720)
  • ui fixes for webkit-based browsers (44229f8)

Features

v5.4.0

07 Jan 18:13
Compare
Choose a tag to compare

Bug Fixes

  • routes: add unimplemented error message to space route (8820f36)

Features

  • lang: add ability to choose language in search route (cca6f69)

v5.3.0

07 Jan 17:22
Compare
Choose a tag to compare

Features

  • add support for other languages (d16ae48)

v5.2.0

27 Nov 18:00
Compare
Choose a tag to compare

Features

v5.1.1

30 Oct 20:32
Compare
Choose a tag to compare

Bug Fixes

  • fix accidental console.log statement in template (f719b3c)