From e53bc55a9867d459ceea5ea5008f5ad59f727b7f Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine Date: Fri, 24 May 2024 16:01:30 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++-- appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0781be..6790711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ 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-rc1] - unreleased +## [1.2.4-rc2] - 2024-05-24 ### Fixed -- stripping of common directory prefixes was deeply broken (issue #38) +- stripping of common directory prefixes was deeply broken + +- fix issue #38 "Unable to copy folders to another folder" - fix setting the archive-bomb limits in the settinhs pages diff --git a/appinfo/info.xml b/appinfo/info.xml index 23f746d..ca2dfc0 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-rc1 + 1.2.4-rc2 agpl Claus-Justus Heine FilesArchive diff --git a/package.json b/package.json index f1d90b5..caffe7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files-archive", - "version": "1.2.4-rc1", + "version": "1.2.4-rc2", "private": true, "description": "On-the-fly archive inspector for Nextcloud", "homepage": "https://github.com/rotdrop/nextcloud-app-files-archive.git",