From 967b4907e12665d639f74c83ea2bd71d74e6c364 Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Wed, 6 Apr 2022 14:12:09 +0200 Subject: [PATCH] Changelog edits to explain v1.0.0 --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e71383f..2048a6171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Scribe-Data tries to follow [semantic versioning](https://semver.org/), a MAJOR. Emojis for the following are chosen based on [gitmoji](https://gitmoji.dev/). +# Scribe-Data 1.0.1 + +### 🐞 Bug Fixes + +- The data update process has been fixed to work for all queries. + # Scribe-Data 1.0.0 ### 🚀 Deployment @@ -17,14 +23,14 @@ Releasing a Python package so that codes are accessible and the structure is set ### ✨ Features - Data updates are done via a single file that loads new formatted data into each Scribe application. +- This will be expanded on in the future to create language packs that can be downloaded in app. ### 🗃️ Data - Data extraction and formatting scripts for each of Scribe's current languages as well as those with significant data on Wikidata are included. -### 🐞 Bug Fixes - -- The data update process has been fixed to work for all queries. +Languages include: French, German, Italian, Portuguese, Russian, Spanish, and Swedish. +Word types include: nouns, verbs, prepositions and translations. ### ♻️ Code Refactoring