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 #23 from yasandev/release/2.1.1
Browse files Browse the repository at this point in the history
Release v2.1.1
  • Loading branch information
yasanglass authored Feb 17, 2022
2 parents d7b738a + 9933ba1 commit 5d3b60d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Tehro Changelog

## Unreleased
## v2.1.1

- Border thickness is now 2dp (increased from 1dp).
- The base app theme is no longer colorful & the theme is adjusted.
- Fixed crash when opening About screen.
- Updated app style & theme.
- Improved About screen content including a new animation.
- Fixed About screen sometimes crashing on start.

## v2.1.0

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
def appVersionName = advancedVersioning.versionName
def appVersionCode = advancedVersioning.versionCode

versionCode appVersionCode
versionCode 211
versionName appVersionName

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/211.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Updated app style & theme.
- Improved About screen content including a new animation.
- Fixed About screen sometimes crashing on start.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/fa/changelogs/211.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- بروزرسانی ظاهر برنامه.
- بهبود محتوای صفحه‌ی درباره و اضافه شدن یک انیمیشن به آن.
- حل مشکل بسته شدن برنامه بعد از باز کردن صفحه‌ی درباره.

0 comments on commit 5d3b60d

Please sign in to comment.