Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from yasandev/release/2.1.0
Browse files Browse the repository at this point in the history
Release/2.1.0
  • Loading branch information
yasanglass authored Feb 5, 2022
2 parents 8cf2ed6 + 136f165 commit f396841
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Tehro Changelog

## Unreleased
## v2.1.0

- Accessibility information if stations is now shown on the Station bottom sheet.
- Now more information about stations are shown on the station details bottom sheet.
- The store flavor of the app is now shown on the home screen footer.
- The last modified date of the database is now shown in Jalali date when the app is in Farsi/Persian.
- App name is now more stylized on the about screen.
- Basic database statistics are now shown on the about screen.

## v2.0.5

Expand Down
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
advancedVersioning {
nameOptions {
versionMajor 2
versionMinor 0
versionPatch 5
versionMinor 1
versionPatch 0
}
codeOptions {
versionCodeType 'GIT_COMMIT_COUNT'
Expand All @@ -34,7 +34,8 @@ android {
def appVersionName = advancedVersioning.versionName
def appVersionCode = advancedVersioning.versionCode

versionCode appVersionCode
// Replace with `appVersionCode` once git count is higher than the current build code
versionCode 210
versionName appVersionName

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/210.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Now more information about stations are shown on the station details bottom sheet.
- The store flavor of the app is now shown on the home screen footer.
- The last modified date of the database is now shown in Jalali date when the app is in Farsi/Persian.
- App name is now more stylized on the about screen.
- Basic database statistics are now shown on the about screen.

0 comments on commit f396841

Please sign in to comment.