Skip to content

Releases: devforth/adminforth-upload

v2.0.1

04 May 20:00

Choose a tag to compare

2.0.1 (2025-05-04)

Bug Fixes

  • allow attachFiles to be an async function. Might allow to predownload files or use in conjhunction with adapter.getKeyAsDataURL() (6cf3c74)
  • error words improvement, pass resourceConfig (918cf92)
  • preview field: instead of always guessing content type based on url, do a HEAD to upstream which can return correct value from metadata even if URL has file without extension. Both ways are cross-fallback so if any of them will not work other one will do a best to display image correctly (14c4486)
  • preview put zoom on preview when content type or url changes (4a706f9)
  • preview put zoom on preview when content type or url changes (a4f5f3a)

v2.0.0

02 May 13:47

Choose a tag to compare

2.0.0 (2025-05-02)

Bug Fixes

BREAKING CHANGES

  • use adapters for storage

v1.5.0

02 May 09:11
124e3b9

Choose a tag to compare

1.5.0 (2025-05-02)

Bug Fixes

  • remove unused tagline variable from upload process (3a0490f)

Features

  • update file upload process - change API endpoint and handle additional upload parameters (008bca0)

v1.4.7

29 Apr 18:50

Choose a tag to compare

1.4.7 (2025-04-29)

Bug Fixes

  • improve progressbar appearence - make progressbar stats shared between all runs of plugin instance, not only local ones (657f954)

v1.4.6

29 Apr 14:28

Choose a tag to compare

1.4.6 (2025-04-29)

Bug Fixes

  • use larger window for image generator (6a541c1)

v1.4.5

29 Apr 12:18

Choose a tag to compare

1.4.5 (2025-04-29)

Bug Fixes

  • for initial generation show error on main screen (not popup) (538432d)

v1.4.4

29 Apr 10:56

Choose a tag to compare

1.4.4 (2025-04-29)

Bug Fixes

  • add usePreviewComponents (default true) for users who want to use own Preview components (cdad5ef)

v1.4.3

29 Apr 10:00

Choose a tag to compare

1.4.3 (2025-04-29)

Bug Fixes

v1.4.2

29 Apr 08:01

Choose a tag to compare

1.4.2 (2025-04-29)

Bug Fixes

  • add ability to edit images with new OpenAI api, use generation adapter (f2bb289)
  • recover context application for upload plugin (f6d7d94)

v1.4.1

10 Apr 09:57
c490038

Choose a tag to compare

1.4.1 (2025-04-10)

Bug Fixes

  • set preview as optional field (b157951)
  • set preview as optional field (987e544)