mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Bump version to 0.13.1
This commit is contained in:
parent
2424fc1f53
commit
0cc2da690a
2 changed files with 22 additions and 2 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,6 +1,26 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.13.1] - 2024-02-27
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Add `--reregister` parameter to force registration of an already registered account
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed rare issue with duplicate PNIs during migration
|
||||||
|
|
||||||
|
### Improved
|
||||||
|
|
||||||
|
- Show information when requesting voice verification without prior SMS verification
|
||||||
|
- Username can now be set with an explicit discriminator (e.g. testname.000)
|
||||||
|
- Improve behavior when PNI prekeys upload fails
|
||||||
|
- Improve `submitRateLimitChallenge` error message if captcha is rejected by server
|
||||||
|
- Only retry messages after an identity was trusted
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Default number sharing to NOBODY, to match the official apps behavior.
|
||||||
|
|
||||||
## [0.13.0] - 2024-02-18
|
## [0.13.0] - 2024-02-18
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.10.1"
|
id("org.graalvm.buildtools.native") version "0.10.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.13.1-SNAPSHOT"
|
version = "0.13.1"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_21
|
sourceCompatibility = JavaVersion.VERSION_21
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue