-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use wget
Instead Of curl
In Linux Installation Instructions
#2238
Conversation
v1.6.0-beta.2 Upgrade to the latest version of Electron, 1.8.2 (#2066) Replace custom notification sound with system sound (#2108) Update menus (#2078 and #2099) - A few copy changes to make things clearer - Settings now available via the File (Windows/Linux) or Signal Desktop (macOS) OS menu - Eliminate the triple-dot menu in the top-center of the screen Fix: Hitting enter after entering device name on install would not move to next screen (#2085) Dev: - Ensure consistent builds using `yarn --frozen-lockfile` (#2098) - Update code to match eslint-enforced formatting (#2077) - Upgrade to latest version of electron-builder and associated packages (#2066 and #2097)
_Note: This release is equivalent to v1.6.0-beta.2 (https://github.com/signalapp/Signal-Desktop/releases/tag/v1.6.0-beta.2)_ Upgrade to the latest version of Electron, 1.8.2 (#2066) Replace custom notification sound with system sound (#2108) Update menus (#2078 and #2099) - A few copy changes to make things clearer - Settings now available via the File (Windows/Linux) or Signal Desktop (macOS) OS menu - Eliminate the triple-dot menu in the top-center of the screen Fixed: Hitting enter after entering device name on install would not move to next screen (#2085) Dev: - Ensure consistent builds using yarn --frozen-lockfile (#2098) - Update code to match eslint-enforced formatting (#2077) - Upgrade to latest version of electron-builder and associated packages (#2066 and #2097)
In anticipation of GitHub’s deprecation of anonymous gists, we are moving our debug logs to https://debuglogs.org. - [x] Publish debug logs to debuglogs.org. - [x] Rename **Help > File a Bug** to **Report an Issue** for consistency with our debug log view as well as other apps such as Google Chrome. - [x] Quickfix: Ensure `window.isFocused` always returns a boolean. **Sample log:** https://debuglogs.org/0272bdd35288ed839ede88938a5290011150d42b56599efb5dd93ac80a2ac915 --- Merge commit 'b2a252aa' into hotfix/1.6.1
@luxpir Thanks for the PR. Just to confirm, there are no actual changes in this project (noticing no commits from you) but rather the suggestion to change the install instructions for Linux in your description. I tested your script and it failed with this error in the first line:
I had to add
Can you please try this and confirm? |
v1.7.0-beta.3 Update to electron 1.8.4 (#2186) Migrate all attachments from IndexedDB to file system in the background (#2208, #2193, #2165, #2162, #2129) Save attachments to disk when importing Chrome app export (#2212) Fixed: Read receipts setting would not be synchronized along with re-link (#2218) Fixed: Clicking conversation in left pane when already selected would remove focus on message composition field - thanks @colefranz! (#2032) Fixed: Searching for the phone number of an existing contact, then selecting 'start conversation' would erase contact details (#2191) Fixed: Selecting Settings menu option multiple times would open multiple instances of settings view - thanks @navdeepsinghkhalsa (#2167) Dev: - Relax Node.js version requirements (#2203) - Fix a few typos in documentation - thanks @Vinnl (#2171) - Update issue template to mention that translation should be via Transifex (#2157)
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 (#2186) Migrate all attachments from IndexedDB to file system in the background (#2208, #2193, #2165, #2162, #2129) Save attachments to disk when importing Chrome app export (#2212) New option in settings: delete all application data (383e02e, #2144 and #2153) Remove all configuration in database when we discover we are unlinked (9acb189 and 1c6d91b) Delete everything in database when we link with a different phone number from previous link (9acb189) Windows: Delete all data on uninstall (c855597) Fixed: Read receipts setting would not be synchronized along with re-link (#2218) Fixed: Clicking conversation in left pane when already selected would remove focus on message composition field - thanks @colefranz! (#2032) Fixed: Searching for the phone number of an existing contact, then selecting 'start conversation' would erase contact details (#2191) Fixed: Selecting Settings menu option multiple times would open multiple instances of settings view - thanks @navdeepsinghkhalsa (#2167) Dev: - Redact file paths in anything that goes to the log on disk (#2110) - When top-level process errors happen, don't show dialog with stack trace (#2110) - Add `nsp` to CI runs (fd056e1) - Add eslint-plugin-mocha to disallow exclusive tests using *.only (#2110) - Preparation for encrypted backups (cea42bd) - Updates to structure of exported data - messages.zip, flat list of attachments (6d8f4b7) - Relax Node.js version requirements (#2203) - Fix a few typos in documentation - thanks @Vinnl (#2171) - Update issue template to mention that translation should be via Transifex (#2157)
wget
Instead Of curl
In Linux Installation Instructions
This works. please merge. |
@justinkterry This PR is broken for a number of reasons. Please don't comment here unless you have something productive to add to the conversation. |
v1.9.0-beta.1 Send quoted replies via hover menu on message (#2284, #2292) Fixed: Linking a new iOS device would not initially show iOS theme (#2284) Fixed: In iOS theme, narrow images would result in a broken chat bubble (#2273, #2282) Dev: - Fix beta install instructions in readme for debian-based linux (#2262) - Media Gallery: Phase 1 - currently disabled (#2236)
Closing this PR as the code in question doesn’t live in this repository. |
First time contributor checklist:
Contributor checklist:
development
branchDescription
This PR references #2184 - unfortunately the site isn't hosted here, so PR may not be accepted? But the following:
Should be:
wget vs curl is debatable, but you definitely need
apt-transport-https
on a Debian-based distro to complete the install. This text to be amended is shown here and here.