diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-03-23 18:42:38 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-03-23 18:42:38 -0700 |
commit | 556cfeb2538f8ed846908c527fa10dd1b0cb20fe (patch) | |
tree | 9ccc17e048908b57ecca6f78b8affdbe4158cdc0 | |
parent | 1d596adcb48c488df95339e26bf05c935ab630dd (diff) | |
download | fatcat-scholar-0.2.0.tar.gz fatcat-scholar-0.2.0.zip |
update to v0.2.0v0.2.0
-rw-r--r-- | CHANGELOG.md | 15 | ||||
-rw-r--r-- | fatcat_scholar/web.py | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7951c..ab0e4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,24 @@ See also: ### Added +### 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 @@ -28,6 +40,9 @@ See also: ### Fixed +- many i18n/localization bugs +- several mobile/responsive bugs + ## [0.1.0] - 2020-10-01 First tagged release, and start of notable change tracking. diff --git a/fatcat_scholar/web.py b/fatcat_scholar/web.py index a268bf8..2193746 100644 --- a/fatcat_scholar/web.py +++ b/fatcat_scholar/web.py @@ -263,7 +263,7 @@ async def web_search( app = FastAPI( title="Fatcat Scholar", description="Fulltext search interface for scholarly web content in the Fatcat catalog. An Internet Archive project.", - version="0.1.0-dev", + version="0.2.0-dev", openapi_url="/api/openapi.json", redoc_url="/api/redoc", docs_url="/api/docs", |