Skip to content

Commit

Permalink
v0.43.0
Browse files Browse the repository at this point in the history
Note: This version requires a new 'directory' permission

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

FREEBIE
  • Loading branch information
scottnonnenberg committed Aug 28, 2017
1 parent 763970b commit 6190ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Signal Private Messenger",
"short_name": "Signal",
"description": "__MSG_installTagline__",
"version": "0.42.7",
"version": "0.43.0",
"offline_enabled": false,
"minimum_chrome_version": "37",
"default_locale": "en",
Expand Down

0 comments on commit 6190ad7

Please sign in to comment.