This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
Releases: wendyliga/mimiq
Releases · wendyliga/mimiq
hotfix release environment missing testing on CI
Output Type and GIF Quality
Custom Output #16
now mimiq
will support outputing record result not just GIF, but also MP4 and Mov. This changes means, mimiq
will be a xcode simulator recorder.
to set spesific output, pass -o
, --output
on your command.
to see list of mimiq output-type
available output
- gif
- mov
- mp4
example
mimiq --output mp4
GIF Quality #10
user can define which quality will be output by mimiq
mimiq will provide 3 quality:
- low -> will record gif with 5fps data
- medium -> will record gif with 15fps data, this is current configuration
- high -> will record gif with 30fps data
low
medium
high
migrate mimiq homebrew binary link to zip
zip
has smaller size compare to tar
add gif quality
add safety on NSTask
0.3.8 add safety when interrupting NSTask
improve mimiq as service
- add option to output mimiq list as json
- add option for using custom ffmpeg, with
--custom-ffmpeg
option - separate stderr and stdout pipeline
- exit with
EXIT_FAILURE
status if operation failure - convert mustInterupShell as async function with completion, improving async
Process
, to interuptProcess
, and retriving completion of it usingterminationHandler
instead ofwaitUntilExit
( that on nature, purposily work for sync process).
code improvement
- mimiq more stable, covered by unit test
- start from 0.3.6, homebrew install will not build on user machine, it will download the compiled binary on github release and pour in onto homebrew cellar
- stability improvement
bug fixes
more log, for debug purpose
0.3.4 bump version