File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ v2.1.0]
11+ ### Added
12+ - Add badge icon to season screen as well.
13+
14+ ### Fixed
15+ - Fix crash on score change in MediaListEntryComponent.
16+ - Fixed crash on stats screen.
17+
1018## [ v2.0.10]
1119### Added
1220- Added MAL export service (experimental).
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ android {
1919
2020 defaultConfig {
2121 applicationId = " com.revolgenx.anilib"
22- versionCode = 52
23- versionName = " 2.0.10 "
22+ versionCode = 53
23+ versionName = " 2.1.0 "
2424
2525 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2626 vectorDrawables {
Original file line number Diff line number Diff line change 66 - **If the UI is too big**, you can reduce it from **Settings → Appearance → Display Scale**. \n
77 - **If there are too many ads**, you can change the frequency from **Settings → Support → Ads**. \n
88
9+ ## v2.1.0 \n
10+ ### Added \n
11+ - Add badge in season screen filter icon. \n
12+
13+ ### Fixed \n
14+ - Fixed crash on stats screen. \n
15+ - Fix crash on score change in MediaListEntryComponent. \n
16+
917 ## v2.0.10 \n
1018 ### Added \n
1119 - Added badge to filter icon button in home, media list and activity screen. \n
You can’t perform that action at this time.
0 commit comments