Skip to content

Releases: signalapp/Signal-Desktop

Chrome v0.44.4

02 Nov 22:31
v0.44.4
ac7a346
Compare
Choose a tag to compare

This release was published ASAP because the previous release erased all attachments. The problematic version was published on the Chrome Web Store for about a half an hour. My apologies.

Chrome v0.44.3

02 Nov 21:36
v0.44.3
cc5230f
Compare
Choose a tag to compare

Export: remove problematic zero-length attachments (#1683)

Export: devtools-only logging (#1683)

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)