diff --git a/CHANGELOG.md b/CHANGELOG.md index 6790711..b790530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.2.4-rc2] - 2024-05-24 +## [1.2.4-rc3] - 2024-05-26 ### Fixed @@ -14,10 +14,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - fix setting the archive-bomb limits in the settinhs pages +- fix non-utf-8 external apps by setting environment variables + ### Added - support NC 29 +- include symfony console to make vendor/bin/cam (UnifiedArchive command line utility) functional + ## [1.2.3] - 2024-03-30 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index ca2dfc0..1fd1e01 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Archive Manager On-the-fly archive inspector for Nextcloud - 1.2.4-rc2 + 1.2.4-rc3 agpl Claus-Justus Heine FilesArchive diff --git a/package.json b/package.json index caffe7c..1ab9ad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files-archive", - "version": "1.2.4-rc2", + "version": "1.2.4-rc3", "private": true, "description": "On-the-fly archive inspector for Nextcloud", "homepage": "https://github.com/rotdrop/nextcloud-app-files-archive.git",