From b54ecc7c9e7cd36ad7e98f2750f7c643dd74e2dc Mon Sep 17 00:00:00 2001 From: Jonathan Treffler Date: Thu, 23 May 2024 04:06:28 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b98f7e..4162f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 3.4.0 +### Changed +- refactored entire codebase + - while I made changes to some parts the app to make it compatible with new Nextcloud versions, the core code of the app had basically not changed since I took over the repo from the previous maintainer, it was time to change that + - no more interacting with the shares database directy + ## 3.3.2 ### Changed - removed composer autoloading (app has no non-dev depencencies anyways)