Skip to content

Releases: signalapp/Signal-Desktop

Chrome v0.44.2

01 Nov 19:50
v0.44.2
b3091e7
Compare
Choose a tag to compare

Clean attachment structure to enable successful export (#1631)

If export fails, add cancel button to go back to using app (#1631)

v1.0.35-beta.1

30 Oct 22:24
v1.0.35-beta.1
d7ab2ec
Compare
Choose a tag to compare
v1.0.35-beta.1 Pre-release
Pre-release

Emoji picker (#1608)

Prevent drawAttention() when notifications are turned off - thanks @canerelci! (#1612)

Support new 833 area code with update to libphonenumber (#1598)

Dev:

  • Support for beta releases installed beside production versions (#1606)
  • Display of environment and app instance in title bar/about window (#1606)
  • Fix json parsing exceptions obscuring server errors (#1605)

v1.0.34

24 Oct 17:56
v1.0.34
1a2b123
Compare
Choose a tag to compare

Re-enable read syncs (to your devices) and read receipts (to client devices) (#1604)

v1.0.33

24 Oct 00:43
v1.0.33
04fb736
Compare
Choose a tag to compare
v1.0.33 Pre-release
Pre-release

Re-enable download and upload of larger attachments (#1591/ce0e39a)

Prevent situation where lack of keys makes "Error handling incoming message." common (#1595)

Stay connected or reconnect quickly in changing network conditions, returning from sleep, etc. (#1593)

Don't send read syncs (to your devices) or read receipts (to client devices) for messages with errors (#1596)

Fix occasional very long app startup (#1597)

Don't check for auto updates on linux; handled by package manager (#1592)

v1.0.32

21 Oct 01:37
v1.0.32
3525e9f
Compare
Choose a tag to compare
v1.0.32 Pre-release
Pre-release

Load profiles for a conversation without blocking convo load (#1570)

The About window is no longer blank (#1564)

Add 5s timeout for all requests but attachment up/down, avatar (#1584)

Dev:

  • Move to node fetch API for web requests instead of XHR (#1552)
  • Log when we've detected a new version (#1567)
  • Reduce logging when the window moves (#1568)
  • Add GPLv3 LICENSE file (#1309)
  • Remove documentation references to BitHub (#1576)
  • models/conversation: Refer to proper error variable (#1569)
  • Deployment: No longer use CI windows assets (#1564)
  • Fix copy pasta of timestamp_m to timestamp_h in locales (#1582)

v1.0.31

14 Oct 00:36
v1.0.31
9e7c235
Compare
Choose a tag to compare
v1.0.31 Pre-release
Pre-release

Improved OS menus (#1563)

  • About box now available on all platforms
  • The Help menu now has four new items: Go to release notes, Go to forums, Go to support, File a bug
  • All menu item labels are now localizable

Add setting to hide menu bar on Windows/Linux - thanks to @connection-reset! (#1551)

Fix flickering offline/disconnected status on Linux (#1561)

Fix slowdowns when composing multiline message (#1560)

Fix intermittent incorrect conversation sort order (#1558)

Dev:

  • Improve fixtures, restore InboxView rendering on the test page (#1562)
  • Bugfix updates to a number of dependencies (#1560)
  • .gitignore no longer excludes many files under components (#1560)

v1.0.30

11 Oct 23:51
v1.0.30
019ffba
Compare
Choose a tag to compare
v1.0.30 Pre-release
Pre-release

Add 100MB file size limit for arbitrary file types (#1555)

Fully eliminate debug from imported data (#1556)

v1.0.29

10 Oct 16:57
v1.0.29
26bff0d
Compare
Choose a tag to compare
v1.0.29 Pre-release
Pre-release

Feature: Blue check marks for read messages if opted in (#1489)

Re-enable import by excluding 'debug' items from export (#1532)

Better handling of network disconnection/reconnection on Linux (#1546)

Load debug log dialog immediately, then populate log data (#1540)

Fix audio notifications on Linux (#1526)

Re-enable fullscreen on OSX (#1525)

Fix vertically-aligned onboarding progress text (#1547)

Fix broken file icon when attaching non-image (#1548)

Deployment:

  • Standardize artifact names - include platform name (#1539)
  • Update electron-updater and supply it with windows/publisherName (#1535)
  • Use cdn endpoint for auto update (#1538)

Dev:

  • Override console.log in main process, handle non-strings (#1536)
  • window.onerror: move to proper window.log.error call (#1528)
  • Remove duplicate definition of getSyncRequest (#1530)
  • Ensure locale is 'en' when NODE_ENV=test (#1527)

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)