Skip to content

Commit f1fa2eb

Browse files
committed
Bump version to 0.13.23
1 parent ccd58bb commit f1fa2eb

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.13.23] - 2026-01-24
4+
5+
Requires libsignal-client version 0.86.12.
6+
7+
### Added
8+
9+
- Add sendPollCreate, sendPollVote, sendPollTerminate commands for polls
10+
- Add updateDevice command to set device name of linked devices
11+
12+
### Changed
13+
14+
- Allow updating contact names from linked devices
15+
16+
### Fixed
17+
18+
- Start multi account mode even if some accounts have authorization failures
419

520
## [0.13.22] - 2025-11-14
621

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
allprojects {
1010
group = "org.asamk"
11-
version = "0.13.23-SNAPSHOT"
11+
version = "0.13.23"
1212
}
1313

1414
java {

data/org.asamk.SignalCli.metainfo.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
<content_attribute id="social-chat">intense</content_attribute>
4646
</content_rating>
4747
<releases>
48+
<release version="0.13.23" date="2026-01-24">
49+
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.23</url>
50+
</release>
4851
<release version="0.13.22" date="2025-11-14">
4952
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.22</url>
5053
</release>

0 commit comments

Comments
 (0)