diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fb27e1a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 0.8.0 - 2024-07-24 +New features: +- Download PDF files as well and provide them offline +- Added sharing button and menu: + - Open PDF: Open the PDF on the device with the default app for PDFs + - Share PDF: Via the platform's share dialog + - Open in browser: Open the current worksheet on https://www.4training.net in the browser + - Share link: Share the link to the current worksheet on https://www.4training.net via the platform's share dialog + +## 0.7.0 - 2023-12-22 +- First published version (accepted into Google Play Store on 2023-12-24) +- Core functionality ready: 34 languages available for offline use, providing 27 different worksheets, language switcher, settings, onboarding, ... \ No newline at end of file diff --git a/README.md b/README.md index f80d069..a0ce2e7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Both, the app and the website are projects by [holydevelopers.net](https://holyd * The app works offline and displays only content that has been downloaded to the device. For each language we have a repository that is hosted on github. The location is `https://github.com/4training/html-languageCode`, for English it is https://github.com/4training/html-en. * When the user decides to download a language, the contents of the corresponding repository are fetched with the [download_assets](https://pub.dev/packages/download_assets) package and stored on a folder on the device. * The repository contains HTML files for each page, images and a JSON with the structure. It is generated by the `ResourcesBot` of our [pywikitools](https://github.com/4training/pywikitools) repository (see [ExportHTML](https://github.com/4training/pywikitools/blob/main/pywikitools/resourcesbot/export_html.py) and [ExportRepository](https://github.com/4training/pywikitools/blob/main/pywikitools/resourcesbot/export_repository.py)) +* Additionally we download PDF files for easy sharing and printing. Similarly to the HTML repositories, we have a PDF repository for each language as well. The location is `https://github.com/4training/pdf-languageCode`, for English it is https://github.com/4training/pdf-en. ## License Jesus says in Matthew 10:8, “Freely you have received; freely give.” @@ -44,9 +45,9 @@ Before committing, please run the following commands and make sure they don't sh ## Contributing By contributing you release your contributed code under the licensing terms explained above. Thank you! +Currently project management happens in our redmine. That's why you don't find issues here on github at the moment - contact us to get access. + ## Roadmap -* **0.7**: Go to Google Play Store -* **0.8**: Provide PDF files as well for all worksheets * **0.9**: Enable automatic updates (half-way implemented already but currently not operational - waiting for backend development to catch up) * **1.0**: We're solid now and excited about the future