aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 1b7951cfb6d67f99cb1b88e76f1a7c8112b1a5d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

# CHANGELOG

Notable technical changes to the code base and schemas will be recorded here.

See also:

- [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]

### Added

- added Russian (ru) translation (thanks @artem.ru!)
- added Norwegian Bokmål (nb) translation (thanks kingu!)
- added Croatian (hr) translation (thanks milotype!)
- citation pop-up feature (web)
- basic citation parsing to reduce query syntax errors
- citation parse-and-fuzzy-match feature

### Changed

- updated dynaconf dependency to version 3 (thanks @rochabruno)
- update required python version to 3.8
- major changes to search result page
- rewrote help page

### Fixed

## [0.1.0] - 2020-10-01

First tagged release, and start of notable change tracking.