diff --git a/Nextcloud-Talk-dark.png b/Nextcloud-Talk-dark.png
new file mode 100644
index 00000000..6c725b6e
Binary files /dev/null and b/Nextcloud-Talk-dark.png differ
diff --git a/Nextcloud-Talk-light.png b/Nextcloud-Talk-light.png
new file mode 100644
index 00000000..91ca647e
Binary files /dev/null and b/Nextcloud-Talk-light.png differ
diff --git a/README.md b/README.md
index 5d5a5e30..c4985300 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,14 @@
- SPDX-License-Identifier: CC0-1.0
-->
-# 🖥️ Nextcloud Talk Desktop 💬
+# Nextcloud Talk Desktop
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/talk-desktop)](https://api.reuse.software/info/github.com/nextcloud/talk-desktop)
-> Nextcloud Talk Desktop client based on Nextcloud Talk web application bundling ✨
+> Official Nextcloud Talk Desktop client
+
+![Nextcloud Talk](./Nextcloud-Talk-light.png#gh-light-mode-only)
+![Nextcloud Talk](./Nextcloud-Talk-dark.png#gh-dark-mode-only)
## 📥 Install
@@ -32,14 +35,6 @@ All binaries are available on [Nextcloud Releases](https://github.com/nextcloud-
- [Nextcloud Server](https://github.com/nextcloud/server) version 27 or higher.
- [Nextcloud Talk](https://github.com/nextcloud/spreed) version 17 or higher.
-## 👾 Drawbacks
-
-- Currently not supported:
- - Search ([#30](https://github.com/nextcloud/talk-desktop/issues/30))
- - Untrusted certificate on Linux ([#23](https://github.com/nextcloud/talk-desktop/issues/23))
-- Works with limitations:
- - File Viewer — only images and videos
-
## 👥 Multi-account
Full multi-account currently [is not currently supported](https://github.com/nextcloud/talk-desktop/issues/7).
@@ -153,58 +148,6 @@ npm run package:mac:x64
npm run package:windows
```
-## ✈️ Release
-
-1. Create `release/vX.Y.Z` branch.
-2. Update `CHANGELOG.md`.
- 1. If a built-in Talk version is to be changed - add a note:
- ```md
- ### Build-in Talk update
-
- Built-in Talk in binaries is updated to $(VERSION) Talk changelog: https://github.com/nextcloud/spreed/blob/master/CHANGELOG.md
- ```
-3. Update `package.json`:
- - For minor update:
- ```sh
- npm version minor
- ```
- - For patch update:
- ```sh
- npm version patch
- ```
-4. Create **a release PR**.
-5. Merge **the release PR**.
-6. Create and push **a tag**:
- ```sh
- git tag -a v$(version) -m "Tagging the $(version) release."
- git push origin v$(version)
- git push releases v$(version)
- ```
-7. **Draft a new release** on GitHub in [nextcloud-releases/talk-desktop](https://github.com/nextcloud-releases/talk-desktop/releases)
- 1. Add **release title**: `v$(version) - Talk v$(talkVersion)`, e.g. `v0.10.0 - Talk v17.1.0-rc.1`
- 2. Choose a **tag**
- 3. Add the respective `CHANGELOG.md` section
- 4. Use the **Generate release notes** button and wrap put the result into
- ```md
- ## What's Changed
-
-