Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.3.0] - 2026-06-22

### Added

- Dashboard widget displaying latest/unread Zulip messages. #126

### Changed

- Bump max supported Nextcloud version to 35. #135
- Update npm packages. #110 #111 #112 #113 #117 #118 #119 #122 #124 #125 #127 #129 #134

## [2.2.0] - 2026-04-13

### Changed
Expand Down Expand Up @@ -146,7 +157,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Upload selected Nextcloud files to configured Zulip instance.

[Unreleased]: https://github.com/nextcloud/integration_zulip/compare/v2.2.0...HEAD
[Unreleased]: https://github.com/nextcloud/integration_zulip/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/nextcloud/integration_zulip/releases/tag/v2.3.0
[2.2.0]: https://github.com/nextcloud/integration_zulip/releases/tag/v2.2.0
[2.1.0]: https://github.com/nextcloud/integration_zulip/releases/tag/v2.1.0
[2.0.0]: https://github.com/nextcloud/integration_zulip/releases/tag/v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These values can be found in and copied from your Zulip account's `zuliprc` file
If those settings are not configured, a link to the "Connected accounts" user settings page will be displayed when attempting to send a file to a Zulip user/topic.
The context menu to send a file can be accessed by right clicking on the file/folder to be shared or selecting them and clicking on the "Actions" button.
]]></description>
<version>2.2.0</version>
<version>2.3.0</version>
<licence>AGPL-3.0-or-later</licence>
<author mail="contact@edward.ly" homepage="https://edward.ly/">Edward Ly</author>
<namespace>Zulip</namespace>
Expand All @@ -34,7 +34,7 @@ The context menu to send a file can be accessed by right clicking on the file/fo
<donation title="Donate via Liberapay">https://liberapay.com/edward-ly/donate</donation>
<donation title="Donate via PayPal" type="paypal">https://paypal.me/ledlight7</donation>
<dependencies>
<nextcloud min-version="33" max-version="34"/>
<nextcloud min-version="33" max-version="35"/>
</dependencies>
<settings>
<admin>OCA\Zulip\Settings\Admin</admin>
Expand Down
Loading