Bumped version to 5.0.4 & updated CHANGELOG

This commit is contained in:
Sylvain Berfini 2023-01-18 09:15:20 +01:00
parent bf342defe6
commit d08ff1609c
2 changed files with 13 additions and 2 deletions

View file

@ -10,6 +10,17 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
## [5.0.4] - 2023-01-18
### Added
- Show a progress bar while importing files to the chat sending area
### Changed
- Prevent keyboard from auto-replacing some user input such as username, breaking SIP URIs unknowingly
### Fixed
- Prevent copy of files that weren't sent in chat to be kept in app local folder
## [5.0.3] - 2023-01-13
### Added

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "5.0.3"
def appVersionCode = 50003
def appVersionName = "5.0.4"
def appVersionCode = 50004
static def getPackageName() {
return "org.linphone"