diff --git a/.github/config.yml b/.github/config.yml
new file mode 100644
index 00000000..87b5f8dc
--- /dev/null
+++ b/.github/config.yml
@@ -0,0 +1,19 @@
+# ProBot Request Info (https://probot.github.io/apps/request-info/)
+
+requestInfoReplyComment: >
+ We would appreciate it if you could provide us with more information about this
+ issue.

+requestInfoLabelToAdd: 'need more info'
+
+# ProBot Welcome (https://probot.github.io/apps/welcome/)
+
+newPRWelcomeComment: >
+ Thanks for opening this pull request! You're awesome.
+

+firstPRMergeComment: >
+ Congrats on getting your first pull request landed!
+ 
+
+# ProBot WIP (https://probot.github.io/apps/wip/)
+
+# (Requires no configuration)
diff --git a/.github/lock.yml b/.github/lock.yml
new file mode 100644
index 00000000..9390a223
--- /dev/null
+++ b/.github/lock.yml
@@ -0,0 +1,4 @@
+# ProBot Lock (https://probot.github.io/apps/lock/)
+
+daysUntilLock: 180
+lockComment: false
diff --git a/.github/no-response.yml b/.github/no-response.yml
new file mode 100644
index 00000000..1c396cf1
--- /dev/null
+++ b/.github/no-response.yml
@@ -0,0 +1,11 @@
+# ProBot No Response (https://probot.github.io/apps/no-response/)
+
+daysUntilClose: 7
+responseRequiredLabel: 'need more info'
+closeComment: >
+ This issue has been automatically closed because there was no response to the
+ maintainer's request for more information from the issue opener. With only the
+ information that is currently in the issue, we don't have enough information to
+ take action. Please leave a comment or open a new issue if you have the additional
+ information we need to investigate further.
+ 
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 00000000..df9115c2
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,14 @@
+# ProBot Stale (https://probot.github.io/apps/stale/)
+
+daysUntilStale: 90
+daysUntilClose: 7
+exemptLabels:
+ - accepted
+ - bug
+ - enhancement
+ - meta
+staleLabel: stale
+markComment: >
+ This issue has been automatically marked as stale because it has not had
+ recent activity. It will be closed if no further activity occurs.
+closeComment: false
diff --git a/.travis.yml b/.travis.yml
index 33f6e7bd..c159f6ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,3 @@
language: node_js
node_js:
- - 'node'
-install: npm install standard depcheck walk-sync
+ - lts/*
diff --git a/AUTHORS.md b/AUTHORS.md
index bceeb904..fb47452f 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -37,5 +37,15 @@
- Alexey Romanov (romanalexey@gmail.com)
- Karan Thakkar (karanjthakkar@gmail.com)
- Nuno Campos (nuno.campos@me.com)
+- Ebrahim Byagowi (ebrahim@gnu.org)
+- Josip Janzic (josip@jjanzic.com)
+- Emil Bay (github@tixz.dk)
+- Borewit (borewit@users.noreply.github.com)
+- greenkeeper[bot] (greenkeeper[bot]@users.noreply.github.com)
+- Auyer (rafa_auyer@icloud.com)
+- SimplyAhmazing (ahmad19526@gmail.com)
+- Cezar Carneiro (cezargcarneiro@gmail.com)
+- Terry Hau (terryhau@gmail.com)
+- Vítor Galvão (info@vitorgalvao.com)
#### Generated by bin/update-authors.sh.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c9e33f8..67145077 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,41 @@
# WebTorrent Desktop Version History
-## v0.18.0
+## v0.20.0 - 2018-04-26
+
+### Added
+
+- Added support for additional audio extensions: 'aiff', 'ape', 'mp2', 'oga', 'opus', 'wma' (#1240)
+
+### Changed
+
+- Displaying filename while music metadata is being downloaded (#1361)
+- Improved the poster selection for audio/music based torrents (#1334)
+- Launch VLC player without the `--video-on-top` flag (#1286)
+
+### Fixed
+
+- Fix silently failing to open magnets links on Linux (#1367)
+
+## v0.19.0 - 2018-01-26
+
+### Added
+- Added watch folder feature: Automatically add new torrent files added to a folder on disk (#1154)
+- Added highest playback priority feature: pauses other active torrents when playback starts (#840)
+- Add 'Start Speaking' and 'Stop Speaking' menu item (Mac) (#439)
+- Add pinch-to-zoom gesture to enter/exit fullscreen (#1148)
+
+### Changed
+- [SECURITY] Mitigate Electron protocol handler issue (Windows)
+- Moved project from Feross's GitHub account to the WebTorrent GitHub organization
+- Updated to electron@1.6.16
+- Updated to material-ui@0.17
+- Treat .FLAC as playable audio (#1127)
+
+### Fixed
+- Fix time and duration so it doesn't bounce in the UI (#1233)
+- Fix 'About WebTorrent' menu location on Windows (#1120)
+
+## v0.18.0 - 2017-02-03
### Added
- Add a new "Transfers" menu for pausing or resuming all torrents (#1027)
@@ -67,7 +102,7 @@
## v0.16.0 - 2016-09-18
### Added
-- **Windows 64-bit support!** ([#931](https://github.com/webtorrent/webtorrent-desktop/pull/931))
+- **Windows 64-bit support!** (#931)
- Existing 32-bit users will update to 64-bit automatically in next release
- 64-bit reduces likelihood of out-of-memory errors by increasing the address space
diff --git a/README.md b/README.md
index 26a517ce..13bc1d01 100644
--- a/README.md
+++ b/README.md
@@ -13,20 +13,33 @@