Skip to content

Commit

Permalink
Merge pull request #153 from nextcloud/release/v0.3.1
Browse files Browse the repository at this point in the history
Release/v0.3.1
  • Loading branch information
ShGKme authored Apr 16, 2023
2 parents 7da02f9 + 3bb768b commit a396cbb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.3.1 - 2023-04-16

### Fixes

- Fix issue with opening a chat [#141](https://github.com/nextcloud/talk-desktop/pull/141)
- Fix GitHub rate limit error on development [#125](https://github.com/nextcloud/talk-desktop/pull/125)

### Development notes

- Now Nextcloud Talk can be built with [Nextcloud Talk `stable26` branch](https://github.com/nextcloud/spreed/tree/stable26)

## v0.3.0 - 2023-04-06

### Features
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

> Nextcloud Talk Desktop client based on Nextcloud Talk web application bundling ✨
## Prerequisites
## 📥 Download Binaries

### https://github.com/nextcloud-releases/talk-desktop/releases

## 🏗️ Prerequisites

- [Nextcloud Server](https://github.com/nextcloud/server) version 26 only.
- [Nextcloud Talk](https://github.com/nextcloud/spreed) version 16 only.
Expand Down Expand Up @@ -42,7 +46,7 @@ Clone `nextcloud/spreed` on `desktop-stable26` branch and install dependencies:

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

# Install dependencies
cd ./spreed/
Expand All @@ -54,7 +58,7 @@ cd ../

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

1. Switch to `desktop-stable26` branch.
1. Switch to `stable26` branch.
2. Set `TALK_PATH` ENV variable or edit `.env` file:
```dotenv
TALK_PATH=/path/to/nextcloud-dev/apps/spreed/
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.0",
"version": "0.3.1",
"description": "Official Desktop client for Nextcloud Talk",
"bugs": "https://github.com/nextcloud/talk-desktop/issues",
"license": "AGPL-3.0",
Expand Down

0 comments on commit a396cbb

Please sign in to comment.