Skip to content

Commit

Permalink
Version bump v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teal77 committed Dec 25, 2023
1 parent 003cf25 commit 55e74b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.4.0] - 2023-12-25
### Added
- Remember entries in torrent path dialogs and display them in an auto complete list
- Dark mode setting for following system theme
- Monochrome app icon

### Fixed
- White window background color before theme loads in
- Missing notch near bottom app bar add icon
- Dark mode not using accent colors
- Flags not displaying because countryflags.io went down (F)

## [1.4.0-beta.2] - 2023-12-10
### Added
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ android {
applicationId "org.deluge.trireme"
minSdkVersion 16
targetSdkVersion 31
versionCode 23
versionName "1.4.0-beta.2"
versionCode 24
versionName "1.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 55e74b8

Please sign in to comment.