Skip to content

Latest commit

 

History

History
97 lines (56 loc) · 6.52 KB

CHANGELOG.md

File metadata and controls

97 lines (56 loc) · 6.52 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.6.2 (2020-08-05)

2.6.1 (2020-07-28)

Bug Fixes

  • delete cached previews when deleting file (f5d02cd)
  • escape special characters in preview url (closes #1002) (c9340af)

2.6.0 (2020-07-27)

Features

  • add lazy load of image thumbnails (bc00165)
  • add param to disable img resizing (aa78e3a)
  • cache resized images (95bc929)
  • limit image resize workers (94ef596)

Bug Fixes

  • conflict handling on upload button (f228fa5)
  • drop feedback (f2d2c1c)
  • missing error message (d9be370)
  • parent verification on copy (727c63b)
  • path separator inconsistency on rename (34dfb49)

2.5.0 (2020-07-17)

Features

  • add previewer title and loading indicator (716396a)
  • duplicate files in the same directory (43526d9)
  • file copy, move and paste conflict checking (eed9da1)
  • rename option on replace prompt (2636f87)
  • upload queue (6ec6a23)

Bug Fixes

  • blinking previewer (9a2ebba)
  • dark theme colors (b3b6445)
  • directory conflict checking (7e5beef)
  • prompt before closing window (194030f)
  • remove incomplete uploaded files (0727496)
  • reset clipboard after pasting cutted files (10570ad)

2.4.0 (2020-07-07)

Features

Bug Fixes

2.3.0 (2020-06-26)

Features

Bug Fixes

  • typo in image_templates (apline -> alpine) (#1005) (84da110)

2.2.0 (2020-06-22)

Features

Bug Fixes