diff --git a/CHANGELOG.md b/CHANGELOG.md index 309d4668..d5d6b2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.3.1.1] - 2024-01-16 +## Fixed +* Remove direct link to the infected file in `Activity` + ## [3.3.0] - 2022-05-14 ## Fixed - Nextcloud 24 support diff --git a/appinfo/info.xml b/appinfo/info.xml index 1c33e8d4..e5a8a51d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ This application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server. For this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation. ]]> - 3.3.1 + 3.3.1.1 agpl Manuel Delgado