Skip to content

Tags: tommypacker/Signal-Desktop

Tags

v1.10.0-beta.1

Toggle v1.10.0-beta.1's commit message
v1.10.0-beta.1

Media Gallery showing all attachments in a given conversation (signalapp#2291, previous: signalapp#2236)

Quotes:
  - Show 'You' in Android theme instead of your own contact name (signalapp#2312)
  - Show thumbnails for quotes of messages with video attachments (signalapp#2293)

Video attachments: show first frame preview in composition area (signalapp#2293)

Increase speed of migration to move attachments to disk from database (signalapp#2314)

Dev:
  - Add comments clarifying our mechanisms for stripping EXIF info (signalapp#2313)
  - Move to prettierjs to format our code (signalapp#2303)
  - Fix break in styleguide; make filesize/Signal.Util.GoogleChrome available (signalapp#2302)
  - Remove duplicate entry from .gitignore (signalapp#2271)

v1.9.0

Toggle v1.9.0's commit message
v1.9.0

Send quoted replies via hover menu on message (signalapp#2284, signalapp#2292)

Fixed: Linking a new iOS device would not initially show iOS theme (signalapp#2284)

Dev: Media Gallery: Phase 1 - currently disabled (signalapp#2236)

v1.9.0-beta.1

Toggle v1.9.0-beta.1's commit message
v1.9.0-beta.1

Send quoted replies via hover menu on message (signalapp#2284, signalapp#2292)

Fixed: Linking a new iOS device would not initially show iOS theme (signalapp#2284)

Fixed: In iOS theme, narrow images would result in a broken chat bubble (signalapp#2273, signalapp#2282)

Dev:
  - Fix beta install instructions in readme for debian-based linux (signalapp#2262)
  - Media Gallery: Phase 1 - currently disabled (signalapp#2236)

v1.8.0

Toggle v1.8.0's commit message
v1.8.0

Support for receiving quoted replies (signalapp#2244, signalapp#2273, signalapp#2282)

iOS theme: one bubble for both attachment and message contents (signalapp#2244, signalapp#2273)

Dev: Fix beta install instructions in readme for debian-based linux (signalapp#2262)

v1.8.0-beta.1

Toggle v1.8.0-beta.1's commit message
v1.8.0-beta.1

Receive quoted replies (signalapp#2244)

iOS theme: one bubble for both attachment and message contents (signalapp#2244)

Improve URL Auto-Linking In Messages (signalapp#2240)

Redact More Variants Of Paths In Stack Traces (signalapp#2229)

Fixed: Conversation message preview would sometimes continue to show after message disappeared (signalapp@1206b3c)

Dev: Introduce React, TypeScript, TSLint and React-StyleGuidist (signalapp#2219 and signalapp#2232)

v1.7.1

Toggle v1.7.1's commit message
v1.7.1

Fixed: Conversation message preview would sometimes continue to show after message disappeared (1206b3c)

Improve URL Auto-Linking In Messages (signalapp#2240)

Redact More Variants Of Paths In Stack Traces (signalapp#2229)

Dev: Introduce React, TypeScript, TSLint and React-StyleGuidist (signalapp#2219 and signalapp#2232)

v1.7.0

Toggle v1.7.0's commit message
v1.7.0

Note: this release is equivalent to v1.7.0-beta.3. The changes listed below are compared to the previous production release, v1.6.1.

Update to electron 1.8.4 (signalapp#2186)

Migrate all attachments from IndexedDB to file system in the background (signalapp#2208, signalapp#2193, signalapp#2165, signalapp#2162, signalapp#2129)
Save attachments to disk when importing Chrome app export (signalapp#2212)

New option in settings: delete all application data (signalapp@383e02e, signalapp#2144 and signalapp#2153)

Remove all configuration in database when we discover we are unlinked (signalapp@9acb189 and signalapp@1c6d91b)

Delete everything in database when we link with a different phone number from previous link (signalapp@9acb189)

Windows: Delete all data on uninstall (signalapp@c855597)

Fixed: Read receipts setting would not be synchronized along with re-link (signalapp#2218)

Fixed: Clicking conversation in left pane when already selected would remove focus on message composition field - thanks @colefranz! (signalapp#2032)

Fixed: Searching for the phone number of an existing contact, then selecting 'start conversation' would erase contact details (signalapp#2191)

Fixed: Selecting Settings menu option multiple times would open multiple instances of settings view - thanks @navdeepsinghkhalsa (signalapp#2167)

Dev:
  - Redact file paths in anything that goes to the log on disk (signalapp#2110)
  - When top-level process errors happen, don't show dialog with stack trace (signalapp#2110)
  - Add `nsp` to CI runs (signalapp@fd056e1)
  - Add eslint-plugin-mocha to disallow exclusive tests using *.only (signalapp#2110)
  - Preparation for encrypted backups (signalapp@cea42bd)
  - Updates to structure of exported data - messages.zip, flat list of attachments (signalapp@6d8f4b7)
  - Relax Node.js version requirements (signalapp#2203)
  - Fix a few typos in documentation - thanks @Vinnl (signalapp#2171)
  - Update issue template to mention that translation should be via Transifex (signalapp#2157)

v0.46.2

Toggle v0.46.2's commit message
v0.46.2

Hide "It’s Installed" button until user installs standalone version (signalapp#2226)

v1.7.0-beta.3

Toggle v1.7.0-beta.3's commit message
v1.7.0-beta.3

Update to electron 1.8.4 (signalapp#2186)

Migrate all attachments from IndexedDB to file system in the background (signalapp#2208, signalapp#2193, signalapp#2165, signalapp#2162, signalapp#2129)

Save attachments to disk when importing Chrome app export (signalapp#2212)

Fixed: Read receipts setting would not be synchronized along with re-link (signalapp#2218)

Fixed: Clicking conversation in left pane when already selected would remove focus on message composition field - thanks
@colefranz! (signalapp#2032)

Fixed: Searching for the phone number of an existing contact, then selecting 'start conversation' would erase contact details (signalapp#2191)

Fixed: Selecting Settings menu option multiple times would open multiple instances of settings view - thanks @navdeepsinghkhalsa (signalapp#2167)

Dev:
  - Relax Node.js version requirements (signalapp#2203)
  - Fix a few typos in documentation - thanks @Vinnl (signalapp#2171)
  - Update issue template to mention that translation should be via Transifex (signalapp#2157)

v1.7.0-beta.2

Toggle v1.7.0-beta.2's commit message
1.7.0-beta.2

Fixed: White block at bottom of conversation panel in iOS theme (signalapp#2144 and signalapp#2153)

Fixed: Would attempt to rotate signed prekey every five seconds, forever, after app discovers it is unlinked (signalapp@1c6d91b)

Dev:
  - Introduce IndexedDB index on `messages` store tracking `schemaVersion` (signalapp#2128)
  - Preparation for encrypted backups (signalapp@cea42bd)
  - Updates to structure of exported data - messages.zip, flat list of attachments (signalapp@6d8f4b7)