All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
8.0.0 (2024-04-07)
- search: any search request will be responded with a 410
- 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)
7.1.0 (2023-11-05)
- add docker support with redis(#118) (2320c6c)
- answers: mark related questions that are unanswered (f77a1b1)
- 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)
7.0.0 (2023-04-23)
- answers: old fetcher may or may not work
fix: #101
- cache: increase ttl for routes that are cached but being accessed again (10eea08)
6.0.0 (2023-03-04)
- older versions will not work with answer route
fix #96
- change japanese code from ja to jp (ef46c5e)
- fix a couple of
NaN
s (71587d0) - fix broken answers feed (677b846)
5.6.0 (2023-02-11)
- implement caching of api responses (175878d)
5.5.0 (2023-01-15)
- add redirection route (4199bb3)
5.4.0 (2023-01-07)
- routes: add unimplemented error message to
space
route (8820f36)
- lang: add ability to choose language in search route (cca6f69)
5.3.0 (2023-01-07)
- add support for other languages (d16ae48)
5.2.0 (2022-11-27)
- self hosted mathjax (30d06dc)
5.1.1 (2022-10-30)
- fix accidental console.log statement in template (f719b3c)