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

## 2.0.2 - 2026-07-22

### Added

- Added support for Nextcloud 35 @lukasdotcom [#69](https://github.com/nextcloud/integration_overleaf/pull/69)

### Changed

- Update dependencies and workflows @lukasdotcom [#69](https://github.com/nextcloud/integration_overleaf/pull/69)

## 2.0.1 - 2026-02-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Overleaf</name>
<summary>Integration of Overleaf</summary>
<description>App to edit LaTeX files using Overleaf.</description>
<version>2.0.1</version>
<version>2.0.2</version>
<licence>agpl</licence>
<author mail="lukas@lschaefer.xyz" homepage="https://github.com/lukasdotcom">Lukas Schaefer</author>
<namespace>Overleaf</namespace>
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
@@ -1,6 +1,6 @@
{
"name": "integration_overleaf",
"version": "1.0.0",
"version": "2.0.2",
"license": "AGPL-3.0-or-later",
"engines": {
"node": "^24.0.0",
Expand Down
Loading