Open-source directory listing program Zdir 3.3.0 officially released, with added batch operations

Publish: 2023-03-30 | Modify: 2023-03-30

Zdir 3 is a lightweight directory listing program developed using Golang + Vue3. It supports deployment on Linux, Docker, and Windows, and supports preview of common file types such as videos, audios, and code. It is suitable for personal or startup company file sharing and can also be used as a lightweight cloud storage (click the image below to enlarge).

Zdir Screenshot

3.3.0 Update

  • Added: Support for PDF file preview
  • Added: Support for .flv format playback
  • Added: Batch delete, batch download, and multiple file pack download: https://github.com/helloxz/zdir/issues/59
  • Added: The file upload API now returns the URL address: https://github.com/helloxz/zdir/issues/92
  • Added: Communication group address: https://dwz.ovh/i6bvf
  • Modified: Added confirmation button when closing the upload component to avoid accidental touches
  • Fixed: Missing / path when the route is /public, causing unable to upload
  • Fixed: Fixed button overlap issue when scaling to 150%
  • Fixed: Fixed the issue of fixed CID in some login situations
  • Fixed a vulnerability and some bugs

Update Details

Starting from version 3.3.0, Zdir supports PDF file preview, as shown in the following image. (Tested only in Chromium and Firefox)

PDF Preview

Multiple files can be selected for batch operations, such as batch download, pack download, and batch delete, as shown in the following image.

Note: There is a known issue where you cannot select "return to parent", otherwise the batch operation buttons will not appear.

Batch Operations

The update features that are not noticeable to the user are no longer listed one by one.

One-Click Upgrade

For Linux users, you can use the following command for one-click upgrade:

# One-click upgrade Zdir
curl -s "http://soft.xiaoz.org/zdir/sh/upgrade.sh"|bash -s 3.3.0

Other upgrade methods can be found in the upgrade documentation: https://doc.xiaoz.me/books/zdir-3/chapter/eecca

Other Information


Comments