Skip to content

Commit

Permalink
chore: Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otetard committed May 2, 2024
1 parent 2dc0cb4 commit 17ed597
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 18 deletions.
17 changes: 6 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,14 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- Add a new “test etherpad authentication” button in settings.

## 0.11.0-beta.2

### Fixed

- Remove `3rdparty` from the Nextcloud App Store tarball.

## 0.11.0-beta.1
## 0.11.0

### Added

- Add support for OAuth2 authentication now that Etherpad 2.x requires
it. Keep support for old APIKey authentication. This requires a
version strictly upper than 2.0.2.
- Add a new “test etherpad authentication” button in settings.

### Changed

Expand All @@ -29,6 +20,10 @@ All notable changes to this project will be documented in this file.
- Rewrite settings page to make use of Vue to improve user experience
and maintenance.

### Fixed

- Remove `3rdparty` from the Nextcloud App Store tarball.

## 0.10.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description><![CDATA[Ownpad is a Nextcloud application that allows to create and open Etherpad and Ethercalc documents.
This application requires to have access to an instance of <a href="https://etherpad.org/">Etherpad</a> and/or <a href="https://ethercalc.net/">Ethercalc</a> to work properly.]]></description>
<version>0.11.0-beta.2</version>
<version>0.11.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Olivier Tétard</author>
<documentation>
Expand Down
4 changes: 2 additions & 2 deletions js/ownpad-settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/ownpad-settings.js.map

Large diffs are not rendered by default.

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
@@ -1,7 +1,7 @@
{
"name": "ownpad",
"description": "Ownpad application for Nextcloud",
"version": "0.11.0-beta.2",
"version": "0.11.0",
"author": "Olivier Tétard <[email protected]>",
"contributors": [],
"bugs": {
Expand Down

0 comments on commit 17ed597

Please sign in to comment.