Releases: signalapp/Signal-Desktop
v1.0.25 (Electron)
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
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)
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
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
v0.43.1
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
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
- 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
v0.42.6
Fix newly added strings for Spanish, Italian, and Romanian
v0.42.5
User-facing:
- Avatar now persists through conversation unload
- String updates for Spanish, Italian, and Romanian
- We no longer disable message composition text box if enter pressed without text
Dev:
- Logging for performance analysis and cross-device debugging
- No more emails from Travis on CI runs