Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii Shartsev <[email protected]>
  • Loading branch information
ShGKme committed Mar 21, 2023
1 parent fb3ba0f commit 5b9c2ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@

## 👾 Drawbacks

- Currently not supported by Desktop:
- Currently not supported:
- Screen sharing ([#11](https://github.com/nextcloud-gmbh/talk-desktop/issues/11))
- Share from Nextcloud (including files creation) ([#12](https://github.com/nextcloud-gmbh/talk-desktop/issues/12))
- Contacts menu on user avatars menus ([#34](https://github.com/nextcloud-gmbh/talk-desktop/issues/34))
- Setting User Status ([#26](https://github.com/nextcloud-gmbh/talk-desktop/issues/26))
- Search ([#30](https://github.com/nextcloud-gmbh/talk-desktop/issues/30))
- Notifications ([#31](https://github.com/nextcloud-gmbh/talk-desktop/issues/31))
- Untrusted certificate ([#23](https://github.com/nextcloud-gmbh/talk-desktop/issues/23))
- Untrusted certificate on Linux ([#23](https://github.com/nextcloud-gmbh/talk-desktop/issues/23))
- Dark/light theme ([#17](https://github.com/nextcloud-gmbh/talk-desktop/issues/17))
- Work with limitations:
- File view - opened in the default web-browser
- File viewer - opened in the default web-browser

## 🧑‍💻 Development Setup

Expand All @@ -39,11 +39,11 @@ Nextcloud Talk Desktop requires [Nextcloud Talk source code](https://github.com/

#### No `nextcloud/spreed` is cloned?

Clone `nextcloud/spreed` and install dependencies:
Clone `nextcloud/spreed` on `desktop-stable26` branch and install dependencies:

```bash
# Clone in the repository root
git clone -b shgkme https://github.com/nextcloud/spreed
git clone -b desktop-stable26 https://github.com/nextcloud/spreed

# Install dependencies
cd ./spreed/
Expand All @@ -55,11 +55,11 @@ cd ../

#### `nextcloud/spreed` is already cloned?

Set `TALK_PATH` ENV variable or edit `.env` file:

```dotenv
TALK_PATH=/path/to/nextcloud-dev/apps/spreed/
```
1. Switch to `desktop-stable26` branch.
2. Set `TALK_PATH` ENV variable or edit `.env` file:
```dotenv
TALK_PATH=/path/to/nextcloud-dev/apps/spreed/
```

### Development

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "talk-desktop",
"productName": "Nextcloud Talk",
"version": "0.1.0",
"version": "0.2.0",
"description": "Official Desktop client for Nextcloud Talk",
"bugs": "https://github.com/nextcloud-gmbh/talk-desktop/issues",
"license": "AGPL-3.0",
Expand Down

0 comments on commit 5b9c2ed

Please sign in to comment.