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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.1.0 – 2025-10-06

### Added
- migrate to vue3 (#30) @kyteinsky
- lighter non-interactive reference widget by default (#33) @kyteinsky @julien-nc

### Changed
- use lazy admin config values (#31) @kyteinsky
- composer update and bump max NC version to 33 (#33) @kyteinsky


## 2.0.0 – 2025-09-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<summary>Integration of PeerTube decentralized and federated video platform</summary>
<description><![CDATA[PeerTube integration provides a smart picker provider to search for videos
and a link preview widget for video links.]]></description>
<version>2.0.0</version>
<version>2.1.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Peertube</namespace>
Expand Down
Loading