Skip to content

Commit 44b0b6e

Browse files
committed
feat: Update version to 2.1.0, add badge to season screen, and fix crashes
1 parent efd035c commit 44b0b6e

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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).

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

app/src/main/res/values/string-releases.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
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

0 commit comments

Comments
 (0)