Skip to content

Latest commit

 

History

History
126 lines (57 loc) · 4.74 KB

CHANGELOG.md

File metadata and controls

126 lines (57 loc) · 4.74 KB

Changelog

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)

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

7.1.0 (2023-11-05)

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)

7.0.0 (2023-04-23)

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

6.0.0 (2023-03-04)

⚠ BREAKING CHANGES

  • older versions will not work with answer route

fix #96

Bug Fixes

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

5.6.0 (2023-02-11)

Features

  • implement caching of api responses (175878d)

5.5.0 (2023-01-15)

Bug Fixes

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

Features

5.4.0 (2023-01-07)

Bug Fixes

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

Features

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

5.3.0 (2023-01-07)

Features

  • add support for other languages (d16ae48)

5.2.0 (2022-11-27)

Features

5.1.1 (2022-10-30)

Bug Fixes

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