mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-24 21:18:31 +00:00
Bumped version to 5.0.4 & updated CHANGELOG
This commit is contained in:
parent
bf342defe6
commit
d08ff1609c
2 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -10,6 +10,17 @@ Group changes to describe their impact on the project, as follows:
|
||||||
Fixed for any bug fixes.
|
Fixed for any bug fixes.
|
||||||
Security to invite users to upgrade in case of vulnerabilities.
|
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
|
## [5.0.3] - 2023-01-13
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ plugins {
|
||||||
id 'org.jlleitschuh.gradle.ktlint'
|
id 'org.jlleitschuh.gradle.ktlint'
|
||||||
}
|
}
|
||||||
|
|
||||||
def appVersionName = "5.0.3"
|
def appVersionName = "5.0.4"
|
||||||
def appVersionCode = 50003
|
def appVersionCode = 50004
|
||||||
|
|
||||||
static def getPackageName() {
|
static def getPackageName() {
|
||||||
return "org.linphone"
|
return "org.linphone"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue