Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Releases: wendyliga/mimiq

hotfix release environment missing testing on CI

11 Oct 08:12
054d97f
Compare
Choose a tag to compare

previously because there's no testing on release environment, there's compile error missing out when developing feature.
fix it, by adding testing on release environment

Output Type and GIF Quality

11 Oct 07:33
052647a
Compare
Choose a tag to compare

Custom Output #16

now mimiq will support outputing record result not just GIF, but also MP4 and Mov. This changes means, mimiqwill 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

mimiq

medium

mimiq2

high

mimiq3

migrate mimiq homebrew binary link to zip

01 Aug 12:30
Compare
Choose a tag to compare

zip has smaller size compare to tar

add gif quality

01 Aug 12:04
Compare
Choose a tag to compare

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

mimiq

medium

mimiq2

high

mimiq3

add safety on NSTask

04 Jun 04:42
Compare
Choose a tag to compare
0.3.8

add safety when interrupting NSTask

improve mimiq as service

15 Apr 08:26
1deaa12
Compare
Choose a tag to compare
  • 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 interupt Process, and retriving completion of it using terminationHandler instead of waitUntilExit ( that on nature, purposily work for sync process).

code improvement

11 Apr 17:12
Compare
Choose a tag to compare
  • 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

02 Apr 07:54
Compare
Choose a tag to compare
  • fix temp folder not being deleted after operation
  • remove brew list logging
  • add test on ci workflow
  • wip unit test

more log, for debug purpose

02 Apr 06:53
Compare
Choose a tag to compare
0.3.4

bump version

bug fix

02 Apr 04:59
Compare
Choose a tag to compare
  • add logging
  • fix temp folder not created on setup env