aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 2e4f618fdea2f00d48204579becccb7fb1adcb67 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53

# 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 Farsi/Persian (fa) translation
- added Italian (it) translation
- added Dutch (nl) translation
- added Portuguese (pt) translation

### Changed

### Fixed

## [0.2.0] - 2021-03-23

This version roughly corresponds to the official launch of of the service (on
the https://scholar.archive.org domain) in March 2021.

### 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
- optional goatcounter analytics

### 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

- many i18n/localization bugs
- several mobile/responsive bugs

## [0.1.0] - 2020-10-01

First tagged release, and start of notable change tracking.