Skip to content

Commit

Permalink
Increase version to 1.3.0
Browse files Browse the repository at this point in the history
- updated CHANGELOG
- updated version number everywhere
  • Loading branch information
donni106 committed Oct 23, 2020
1 parent 171dc25 commit 2e0cca4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
31 changes: 26 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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/).

## [v1.3.0] :rocket:

This is the third minor version upgrade - with further improvements for user experience!

Landscape mode and tablet optimizations

### Added

- users can use the app in landscape mode
- we updated every screen and component behavior in order to recognize and react on
orientation changes
- on tablets, contents are displayed in a more compact way so that users can better read and
capture everything

## [v1.2.4]

Refactorings and bugfixes
Expand All @@ -13,17 +27,24 @@ Refactorings and bugfixes

- added check for `isConnected` before calling `refetch` method when using pull to refresh
- if offline, refetch cannot be fulfilled and should not be triggered
- removed `NetworkContext` in `HomeScreen` to eliminate the behavior of reloading the whole app container when network connectivity changes
- changed usage to get network information to `NetInfo.fetch()`, which get called in a loop until main server reachability is set
- removed `NetworkContext` in `HomeScreen` to eliminate the behavior of reloading the whole
app container when network connectivity changes
- changed usage to get network information to `NetInfo.fetch()`, which get called in a loop
until main server reachability is set

### Refactored

- for the refactorings, please have a look at the [commits and their messages](https://github.com/ikuseiGmbH/smart-village-app-app/compare/v1.2.3...v1.2.4) for this version
- for the refactorings, please have a look at the
[commits and their messages](https://github.com/ikuseiGmbH/smart-village-app-app/compare/v1.2.3...v1.2.4)
for this version

### Fixed

- removed the condition for `queryVariables` in ÌndexScreen` to ensure, that the cache can return data when going offline
- if online and offline has different `queryVariables`, they also have different cache values and the offline data would be always undefined, because data is only fetched and cached when online
- removed the condition for `queryVariables` in ÌndexScreen` to ensure, that the cache can
return data when going offline
- if online and offline has different `queryVariables`, they also have different cache values
and the offline data would be always undefined, because data is only fetched and cached when
online

## [v1.2.3]

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-1.2.4-informational.svg) [![Maintainability](https://api.codeclimate.com/v1/badges/ee77a5fd8990be0158c1/maintainability)](https://codeclimate.com/github/ikuseiGmbH/smart-village-app-app/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/ee77a5fd8990be0158c1/test_coverage)](https://codeclimate.com/github/ikuseiGmbH/smart-village-app-app/test_coverage) ![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-38.0.10-informational.svg)
![Project version](https://img.shields.io/badge/version-1.3.0-informational.svg) [![Maintainability](https://api.codeclimate.com/v1/badges/ee77a5fd8990be0158c1/maintainability)](https://codeclimate.com/github/ikuseiGmbH/smart-village-app-app/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/ee77a5fd8990be0158c1/test_coverage)](https://codeclimate.com/github/ikuseiGmbH/smart-village-app-app/test_coverage) ![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-38.0.10-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 @@ -51,4 +51,4 @@ Have a look at the [changelog](./CHANGELOG.md) to be up to date with the develop

---

###### Version: 1.2.4
###### Version: 1.3.0
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "An open source React Native app for smart villages merging regional offers and services in one place - in your pocket.",
"githubUrl": "https://github.com/ikuseiGmbH/smart-village-app-app",
"platforms": ["ios", "android"],
"version": "1.2.4",
"version": "1.3.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
Expand Down

0 comments on commit 2e0cca4

Please sign in to comment.