Releases: zyachel/quetre
Releases Β· zyachel/quetre
v8.0.0
β 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
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
β 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
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
NaN
s (71587d0)
- fix broken answers feed (677b846)
v5.6.0
Features
- implement caching of api responses with redis(175878d).
Hopefully we won't get rate-limited that often :)
v5.5.0
Bug Fixes
- fix outgoing url on error page (595b720)
- ui fixes for webkit-based browsers (44229f8)
Features
v5.4.0
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
Features
- add support for other languages (d16ae48)
v5.1.1
Bug Fixes
- fix accidental console.log statement in template (f719b3c)