From cc8ed75ec68a57e621c6862ea8f972c6d09ed01f Mon Sep 17 00:00:00 2001 From: Sergio Brighenti Date: Sun, 14 Jan 2024 14:24:40 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 ++++++++++++ docs/changelog.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d1ede..202a5be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +## [3.7.0] - 2024-01-14 +### Added +- Added support for vanity urls. +- Added KDE integration for linux script. + +### Changed +- Updated translations. +- File preview is now clickable to open the file. + +### Fixed +- Fixes for LDAP authentication. + ## [3.6.3] - 2023-05-27 ### Fixed - Fix LDAP for php >= 8.1 diff --git a/docs/changelog.md b/docs/changelog.md index d2dc212..4c645c1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,18 @@ nav_order: 9 --- # Changelog +## [3.7.0] - 2024-01-14 +### Added +- Added support for vanity urls. +- Added KDE integration for linux script. + +### Changed +- Updated translations. +- File preview is now clickable to open the file. + +### Fixed +- Fixes for LDAP authentication. + ## [3.6.3] - 2023-05-27 ### Fixed - Fix LDAP for php >= 8.1