Skip to content

v0.4.0-beta

Choose a tag to compare

@github-actions github-actions released this 01 Sep 02:43

Features

Resizing Strategies

  • Add resizing strategies as options when resizing. Current strategies include:
    • Crop: resize an image to specified size, maintaining aspect ratio and cropping excess
    • Fit: resize an image to fit within a specified size, maintaining aspect ratio
  • Better support for naming converted files based on final image resolution.

Tooltips

  • Add tooltips to Settings view. Most inputs now have a tooltip with descriptive text.

Chore

  • Update various frontend dependencies.