Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
prepare release v3.2.0
Signed-off-by: Jana Peper <[email protected]>
  • Loading branch information
janepie committed Aug 27, 2025
commit 9aadb772106c2250e434fb06888988fa0c5dd76e
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 3.2.0 - 2025-08-28

### Added
- search providers marked as external sources [#96](https://github.com/nextcloud/integration_mastodon/pull/96) @janepie

### Changed
- npm packages updated [#96](https://github.com/nextcloud/integration_mastodon/pull/96) @janepie
- max NC version bumped to 32 [#96](https://github.com/nextcloud/integration_mastodon/pull/96) @janepie
- CSP Nonce updated [#85](https://github.com/nextcloud/integration_mastodon/pull/85) @janepie

## 3.1.1 - 2025-02-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Mastodon integration</name>
<summary>Integration of Mastodon self-hosted social networking service</summary>
<description><![CDATA[Mastodon integration provides dashboard widgets displaying your important notifications and your home timeline. You can also post a public sharing link on your Mastodon profile.]]></description>
<version>3.1.1</version>
<version>3.2.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Mastodon</namespace>
Expand Down