You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
-
0.3.0 is not released in the Microsoft Store yet.
9
+
## [0.3.1] - 2021-03-12
10
+
11
+
## Added
12
+
13
+
- Support for Signal UUIDs. This is an underlying change in libsignal-service-dotnet.
14
+
- Option to toggle sending messages with enter. If disabled on desktop press Shift-Enter to send messages. Thanks to @ShelbyBoss for contributing this feature in https://github.com/signal-csharp/Signal-Windows/pull/224!
15
+
- Support for saving and loading drafts including attachment drafts. Thanks to @ShelbyBoss for contributing this feature in https://github.com/signal-csharp/Signal-Windows/pull/225!
16
+
17
+
## Fixed
18
+
19
+
- Attachment uploads and downloads are now fixed.
20
+
- Adding an unknown number will first check if that number has registered with Signal.
0 commit comments