Skip to content

Commit

Permalink
Increase version to 2.3.0
Browse files Browse the repository at this point in the history
- updated CHANGELOG
- updated version number everywhere
  • Loading branch information
Julian Kwast committed Dec 2, 2021
1 parent 76e6509 commit 0bfac45
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [v2.3.0] :rocket:

Overhauled app settings. Introduced onboarding/app intro.

### Added

- app intro
- added new app intro screen
- added new onboarding manager
- the onboarding manager will render either the navigator or the app intro depending on the completion state of the app intro
- added a new NestedInfo screen to display lists of navigation links beneath a html content
- this allows for an easy implementation of a nested information structure for e.g. help sections
- added option to filter POIs by opening times/open status

### Changed

- upgraded expo to version 43
- settings
- the settings moved from inside of favourites to the drawer and the about screen
- settings now have multiple tabs: one for general settings and one for visual settings
- location settings now allow setting an alternate position that is used when the locations services are turned off
- improved useStaticContent hook
- refactored About/AboutScreen to reduce code redundancy
- there can now be a notice for set for data providers, which will be displayed for e.g. POIs that they are providing

## [v2.2.0] :rocket:

This version brings the new encounter feature.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Smart Village App - Mobile App

![Project version](https://img.shields.io/badge/version-2.2.0-informational.svg) [![Maintainability](https://api.codeclimate.com/v1/badges/ee77a5fd8990be0158c1/maintainability)](https://codeclimate.com/github/ikuseiGmbH/smart-village-app-app/maintainability) ![Node version](https://img.shields.io/badge/node-14.3.0-informational.svg) ![Yarn version](https://img.shields.io/badge/yarn-1.22.4-informational.svg) ![Expo version](https://img.shields.io/badge/expo-42.0.0-informational.svg)
![Project version](https://img.shields.io/badge/version-2.3.0-informational.svg) [![Maintainability](https://api.codeclimate.com/v1/badges/ee77a5fd8990be0158c1/maintainability)](https://codeclimate.com/github/ikuseiGmbH/smart-village-app-app/maintainability) ![Node version](https://img.shields.io/badge/node-14.3.0-informational.svg) ![Yarn version](https://img.shields.io/badge/yarn-1.22.4-informational.svg) ![Expo version](https://img.shields.io/badge/expo-42.0.0-informational.svg)

The Smart Village App is a open source mobile app for villages, communities and counties. It is made with React Native for Android and iOS.

Expand Down Expand Up @@ -52,4 +52,4 @@ Have a look at the [changelog](./CHANGELOG.md) to be up to date with the develop

---

###### Version: 2.2.0
###### Version: 2.3.0
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ios",
"android"
],
"version": "2.2.0",
"version": "2.3.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"scheme": "smart-village-app",
Expand Down

0 comments on commit 0bfac45

Please sign in to comment.