From f26212a129bb32736eb89c731157408c377ad8d2 Mon Sep 17 00:00:00 2001 From: Markus Wageringel Date: Mon, 15 Aug 2022 15:16:50 +0200 Subject: [PATCH] bump version to 1.1.3 --- CHANGELOG.md | 9 ++++++++- Makefile | 2 +- metadata/en-US/changelogs/12.txt | 3 +++ pubspec.yaml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 metadata/en-US/changelogs/12.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e8c05..44ef8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # Changelog ## [Unreleased] + +## [1.1.3] - 2022-08-15 ### Added - German translation and support for translations to other languages (implemented by @vrifox) +### Changed +- small revision of the first few levels +- small changes to navigation to give more priority to the subpages, especially in the first levels + ### Fixed - an issue in which level 1 did not unlock (Workaround for version 1.1.2: Solve the very first question again or change the theme.) @@ -30,7 +36,8 @@ ### Changed - appearance and color scheme -[Unreleased]: https://github.com/mwageringel/everest/compare/1.1.2...HEAD +[Unreleased]: https://github.com/mwageringel/everest/compare/1.1.3...HEAD +[1.1.3]: https://github.com/mwageringel/everest/compare/1.1.2...1.1.3 [1.1.2]: https://github.com/mwageringel/everest/compare/1.1.1...1.1.2 [1.1.1]: https://github.com/mwageringel/everest/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/mwageringel/everest/releases/tag/1.1.0 diff --git a/Makefile b/Makefile index 0e19ce4..be8f93f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BASEHREF=/demo/ all: app web app: assets-android $(FLUTTER) config --no-analytics - $(FLUTTER) build apk + $(FLUTTER) build apk --release web: assets-web $(FLUTTER) build web --base-href=$(BASEHREF) --release rm -rf website/demo/ diff --git a/metadata/en-US/changelogs/12.txt b/metadata/en-US/changelogs/12.txt new file mode 100644 index 0000000..599fc5c --- /dev/null +++ b/metadata/en-US/changelogs/12.txt @@ -0,0 +1,3 @@ +- a few additional questions in the first levels +- German translation +- small fixes related to font sizes and navigation diff --git a/pubspec.yaml b/pubspec.yaml index 07822d9..84368c8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.1.2+11 +version: 1.1.3+12 environment: sdk: ">=2.16.2 <3.0.0"