Skip to content

Commit

Permalink
2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Mar 26, 2023
1 parent 9eaf637 commit 8f49c58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.9.1] - 2023-03-26
### Fixed
- Invalid display of download directory filter
- Zero leechers count
- Crashes

## [2.9.0] - 2023-03-20
### Added
- Number of seeders and leechers is shown per tracker
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {

defaultConfig {
applicationId = "org.equeim.tremotesf"
versionCode = 4053
versionName = "2.9.0"
versionCode = 4054
versionName = "2.9.1"

vectorDrawables.useSupportLibrary = true
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4054.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fixed Invalid display of download directory filter
- Fixed zero leechers count
- Fixed crashes

0 comments on commit 8f49c58

Please sign in to comment.