Skip to content

Latest commit

 

History

History
183 lines (104 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

183 lines (104 loc) · 3.76 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.2.4-rc7] - 2024-05-29

Fixed

  • 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

  • fix non-utf-8 external apps by setting environment variables

  • fix mime-type and aliases registration

  • work around AlchemyZippy bug in UnifiedArchive

  • fix construction of zip-bomp protection exception

  • pome quirks, unicode normalization

Added

  • support NC 29

  • include symfony console to make vendor/bin/cam (UnifiedArchive command line utility) functional

[1.2.3] - 2024-03-30

Fixed

  • A spurious error message in the logs. This did not affect the functi onality of the app but puzzled its users.

[1.2.2] - 2024-03-23

Fixed

  • restore PHP 8.1 compatibility

  • personal settings dialog courtesy of @kemitix

[1.2.1] - 2024-03-21

Fixed

  • Database migration

  • Some trait classes use constants, so we need PHP >= 8.2

[1.2.0] - 2024-03-17

Added

  • Support Nextcloud v28, in particular use the new event-bus as the old legacy file-list is no longer available.

Changed

  • Reduce the size of the JS assets needed to hook in to the files-app sidebar

  • Use latest @nextcloud/vue toolkit.

  • Drop support for Nextcloud <= v27. The differences in the files-API are just too big.

  • Translations

Fixed

  • Fix the use of the file-cache in order to avoid excessive re-scans of the potentionally large and complicated archive file.

[1.1.4-rc1] - unreleased

Fixed

  • update some packages

[1.1.3] - 2023-08-02

Fixed

  • Update Vue components
  • Update archive backend
  • translations and spelling
  • fix handling of password protected archives

[1.1.2] - 2023-01-19

Fixes

  • Bump the minimal required PHP version to 8.0 as the app breaks installations still using PHP 7.4.

[1.1.1] - 2023-01-17

Fixed

  • Theming and styles for Nextcloud v25

[1.1.0] - 2022-12-11

Added

  • background jobs

Fixed

  • a bunch of orthographical errors with respect to the untranslated (en_US) texts

[1.0.6] - 2022-11-17

Added

  • internal restructuring of Vue and PHP source code, there is now a common base of code shared between the PDF Downloader and this app.

Fixed

  • fix mime-type injection code

[1.0.5] - 2022-11-12

Fixed

  • app category is now "files", no longer "office"

[1.0.4] - 2022-11-12

Fixed

  • Nextcloud is missing some prominent MIME-type mappings. Add them.
  • Performance for large archives -- partly. This is still an issue, but has been improved
  • Correctness of file-listing if underlying archive file has changed.

Added

  • expose the back-end driver name in the side-bar menu to ease debugging

[1.0.3] - 2022-11-10

Fixed

  • File-cache inconsistency causing mount-points not showing up in UI
  • Avoid using NelexaZip as archive-backend for ZIP-archives as it causes problems at least with archives generated by the zipper app.

Added

  • Optionally strip a common path prefix when mounting or extracting archives. This is meant for the not unsual case when the archive content is wrapped into a top-level directory.
  • templates for the mount/extraction folder names via user preferences
  • conflict resolution if the target mount point / extraction folder already exists

[1.0.2] - 2022-11-09

Fixed

  • screenshot links in appinfo.xml

[1.0.1] - 2022-11-09

Added

  • Encryption support

[1.0.0] - 2022-11-07

Added

  • First un-release