Skip to content

Latest commit

 

History

History
101 lines (72 loc) · 3.83 KB

CHANGELOG.md

File metadata and controls

101 lines (72 loc) · 3.83 KB

Image Modification Changelog

[Fix avifenc Installation] - 2024-09-04

  • Fixed an issue where the avifenc and avifdec binaries were not being installed correctly

[Lossless Setting & Improved PNG Optimization] - 2024-07-08

  • Added a "Lossless Conversions" setting for WebP and AVIF image operations, disabled by default
  • Improved PNG optimization by using PNGOUT
  • Fixed a bug where intermediate files were not being deleted after various operations

[AVIF, More File Managers, & Bug Fixes] - 2024-06-26

  • Added support for NeoFinder and HoudahSpot
  • Added support for AVIF images
  • Added support for several new conversions: PDF->SVG, PDF->WebP, SVG->PDF, SVG->WebP
  • Added ability to create QuickLinks to specific conversion and image creation operations
  • Added "Generate Image Previews" toggle for the "Create New Image" command
  • Added "JPEG Extension" setting for the "Convert Images" command
  • Added an alert for when automation permissions have not been granted
  • Fixed "Strip EXIF Data" failing when using the "Replace Original" result handling option
  • Fixed images not getting saved to the correct location when using the clipboard as the image source
  • Fixed PDF->JPEG conversion not actually using JPEG as the output format
  • Fixed "command not found" bug when optimizing WebP images

[Webp Image Quality Fix] - 2024-06-18

  • Fixed an issue when converting to webp degrades the quality of the image

[Bug Fix] - 2024-06-14

  • Fixed a bug where the "Flip Images Vertically" command flipped the images horizontally

[WebP Hotfix] - 2024-01-29

  • Fixed some commands (e.g. convert) looking for WebP binaries in the wrong location

[Strip EXIF Data, Filter Previews] - 2024-01-28

  • Added "Strip EXIF Data" command
  • Added real time filter previews
  • Improved selection detection when Finder/Path Finder is not the frontmost application
  • Fixed bug where converting from WebP to anything but PNG would change the file extension but not the file format

[Bug Fix] - 2023-10-05

  • Fixed a bug where the "Convert Images" command failed for image paths containing dots. (#8549)

[Create Images, In-Clipboard Modification] - 2023-07-06

  • Added settings to individually show/hide image formats from the list of conversion formats (#7023)
  • Added settings for input source and output destination (e.g. clipboard, new file, replace original, etc.) (#6593)
  • Made all commands work as expected regardless of input/output settings (i.e. you can rotate an image in the clipboard and immediately open it in Preview) (#7296)
  • Added "Create Image" command to create image placeholders of various sizes, patterns, and colors
  • Improved error handling for all commands, including copyable error messages
  • Generally improved the code quality of the extension

[Optimize Images, SVG Conversion, More Filters] - 2023-04-03

  • Add "Optimize Images" command
  • Add ability to convert SVG to various image types
  • Add ability to convert images to SVG using Potrace
  • Add ability to convert PDF to various other image types
  • Add ability to rotate and flip PDFs
  • Add 13 new filters:
    • Circular Screen
    • Circular Wrap
    • CMYK Halftone
    • Dither
    • Document Enhancement
    • Dot Screen
    • Hatched Screen
    • Kaleidoscope
    • Line Screen
    • Maximum Component
    • Minimum Components
    • Posterize
    • Sharpen Luminance
  • Fix WebP operations failing due to insufficient permission

[WebP Support] - 2023-03-29

  • Add WebP conversion support
  • Add support for running SIPS commands on WebP (via temp file)
  • Add Path Finder support (As preference toggle)

[Filters] - 2023-03-22

  • Add "Apply Image Filter" command

[Padding, Bug Fixes] - 2023-03-15

  • Added "Pad Images" command.
  • Fixed compatibility with HEIC images and other formats. (#5238)

[Localization Fix] - 2023-03-07

  • Updated the way the list of supported file types are handled.

[Initial Version] - 2023-02-23