···11+## 1.3.0 - 2019 Aug 10
22+- Added mp4-h265
33+- ffmpeg progress will now be shown while converting
44+- Changed default mp4 settings to be of higher quality
55+- Fixed a color issue (as long as it exist in 1.2.0, which I'm not sure about)
66+- Removed aac due to ffmpeg not adding the correct duration metadata
77+88+## 1.2.0 - 2019 May 6
99+- Added webp
1010+- Added gif
1111+- Now only converts the first "frame" of images. For PSDs, this means that the PSD will be converted as a whole
1212+- Added support for passing arguments directly to ffmpeg/magick
1313+1414+## 1.1.0 - 2019 Apr 28
1515+- Fixed png support
1616+- Fixed custom quality jpg:## format not working
1717+- Changed default jpg quality to 95
1818+1919+## 1.0.1 - 2019 Apr 28
2020+- This one shouldn't really exist as it has minor changes. It might have issues too, I don't know.
2121+2222+## 1.0.0 - 2019 Apr 24
2323+- Initial release
-2
README.md
···49495050# Dev Instructions
51515252-If you're just interested in the `to` script, you can steal that from `bin/to`.
5353-5452## Publishing to Homebrew
55535654If you want to publish to Homebrew, you can create your own "tap" repository with a "cask" file for this script. You may want to Google how all that works.