Skip to content

Releases: signalapp/Signal-Desktop

v1.0.27

29 Sep 22:53
v1.0.27
6807056
Compare
Choose a tag to compare
v1.0.27 Pre-release
Pre-release

Make long-lived socket connections more reliable (#1511)

Show offline state faster on loss of network access (#1512)

Notifications:

  • Only show notifications when a large backlog download is complete (#1507)
  • Ensure final message before 'empty' is ready for notification (#1522)

Ensure we always replace $name$ variable in strings (#1520)

Update strings for fa, no, pt_BR, pt_PT, ro, zh_CN, zh_TW (#1517)

Update to Electron v1.6.14 to get security fix (#1519)

Eliminate warning on Windows installation with code-signing (#1513)

Dev:

  • Move logging to disk via bunyan - should make message processing faster! (#1506)
  • Only retry messages on startup, not every reconnect (#1510)
  • Log call messages instead of throwing error (#1504)
  • Redact group ids in logging (4c48d12)
  • Remove manifest.json from project (3a3f249)

v1.0.26 (Electron)

22 Sep 23:12
v1.0.26
33f5a80
Compare
Choose a tag to compare
v1.0.26 (Electron) Pre-release
Pre-release

Fix extended periods of not receiving messages on Linux (#1497)

Fix crash on non-file drag/drop events (#1498)

Dev improvements:

  • yarn install now builds electron dependencies automatically (#1491)
  • Doc refresh for the new world of Electron (#1491)
  • Update our release scripts to match changes in electron-builder (#1484)
  • Additional logging when we can't decrypt a user's profile (#1483)
  • Remove vestigial images/emoji directory (#1485)

v1.0.25 (Electron)

15 Sep 22:34
v1.0.25
bf3eb6d
Compare
Choose a tag to compare
v1.0.25 (Electron) Pre-release
Pre-release

Update to Emojiset 4.0 (#1482)

Fix unthemed Submit Debug Log dialog (#1479)

Additional logging to help track down socket disconnect problems (#1469)

Dismiss loading screen if we have network problems (#1466)

Setup:

  • On network error during setup, show error screen instead of hanging (#1472)
  • Allow user to setup new install with pre-profiles mobile device (#1470)

Ensure that we stay pinned to Windows taskbar on upgrade (#1473)

Ensure we are in the right category on Linux (#1473)

Ensure that we have the right icon in the GNOME taskbar (#1473)

Transifex config specific to electron, updated translations (#1478)

CI:

  • Bypass often-corrupt node_modules/.bin/grunt.cmd on windows (#1481)
  • AppVeyor: Reduce build output due to xcopy of all emoji files (c2c9cd0)

Based on Chrome Release https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v0.43.4

v0.43.4

15 Sep 22:33
v0.43.4
6b7edc2
Compare
Choose a tag to compare

Force full contact/group import on next launch if not first run (#1476)

Performance: Log entry max to 2k, less logging in hot codepaths (#1459)

Don't show notification for verified state change with yourself (#1454)

Export (behind a flag): Improve usability - timing expectations, install button (#1474)

Add Transifex config to git to unblock Electron localization (#1477)

Large localization update

v1.0.24 (Electron)

11 Sep 19:56
v1.0.24
5db71cd
Compare
Choose a tag to compare
v1.0.24 (Electron) Pre-release
Pre-release

Contact profiles support - display avatars and names (#1453)

Audio notes can now be recorded on Windows (#1456)

When window is snap-positioned on windows, no longer automatically re-position window (#1455)

Ensure that our sound setting applies for all notification types (#1445)

Fix loading screen hang when application is unlinked (#1440)

Fix error dialog on initial load (#1440)

Based on https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v0.43.3

v0.43.3

07 Sep 17:58
v0.43.3
3a733ea
Compare
Choose a tag to compare

Fix bug causing contact and group names/colors to be lost (#1437)

Fix broken Swedish translation preventing new installs (8caecd5)

Fix clear message bubbles when adding contact with previous messages in iOS (#1438)

Fix message bubble widths on horizontal resizes (#1447)

Remove horizontal scrolling in convo/message lists (#1448)

Update translations for hr, pt_BR and sv (8dca9c9)

Export (still behind a flag):

  • Limit attachment filename length for Windows path limits (#1439)
  • Reintroduce conversation last-contact date in directory name (#1439)

Add tests for export utility functions (#1439)

v0.43.2

01 Sep 18:11
v0.43.2
c956f64
Compare
Choose a tag to compare

Fix problems with updating contact information (#1419)

Performance/reliability: Fetch conversations from DB only once (#1420)

Export bug-fixes (still behind a flag)

  • Properly generate directory names for nameless groups (#1421)
  • Remove " as one of the allowed characters in filenames

v0.43.1

30 Aug 22:13
v0.43.1
a01588f
Compare
Choose a tag to compare

Properly handle update of blocked numbers sync'd from mobile device (#1411)

Fix some bugs with migration to Electron (still behind a flag)

  • Dark Theme: Increase banner text contrast for legibility (#1415)
  • Better disambiguate conversation directory names (#1409)
  • Handle long group or contact names (#1402)
  • Redact group ids in export logging (#1402)

Better logging

  • Don't log expiration if queued task threw an error (#1412)
  • Additional error handling/logging during contact sync (#1395)

Remove unknown group messages from cache - no need to retry! (#1414)

Update a large number of strings via transifex (#1403)

v0.43.0

28 Aug 21:36
v0.43.0
6190ad7
Compare
Choose a tag to compare

Note: This version requires a new 'directory' permission (required for data export to filesystem)

Feature: Migration to Electron (currently behind a flag)

  • Warning banner that this version is deprecated
  • Export of all database contents to disk
  • This exported data can be used to initialize the Electron version of the app
  • Note: after export, this Chrome instance will not be useable since the Electron export-initialized instance will be an exact copy. There can only be one client with the same identity!
  • See original pull request for flags to enable or reset: #1342

We now log 'clearAttention' less, since we call it every two seconds

String updates for es, fi, it, ja, pt_PT, ru and sv

v0.42.7

26 Aug 00:31
v0.42.7
f26b9f3
Compare
Choose a tag to compare
  • Don't try messages again on subsequent startup if error has been shown to the user
  • Performance improvement when processing incoming messages
  • Workaround for Chrome App icon flashing behavior
  • Additional logging when we get delivery receipt for unknown message
  • Additional logging to help track down problems with contact sync