All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Your contribution here!
- Adding Full HD and HD4k format options (PR #28) - thanks @vlussenburg
- Updated for latest XCode (15)
- Min OS version now 10.14.6
0.0.8 - 2020-Oct-27
- Ctrl+z to pause/resume capture
- Default filename postfixed with timestamp
0.0.7 - 2020-Oct-19
- Fix issues with connected iOS device discovery and build/test on M1 arch
- Min version off macOS is 10.9
- Minor changes to printHelp and man page copy
- Device discovery using run loop to wait/wake up connected devices
- Updated release scheme to work with package building/notarizing and stapling (see here for details)
0.0.5 - 2020-Aug-24
- Supports recording from any attached iOS device
- Info.plist now embedded into binary
- Updated project file and build settings for latest Xcode
0.0.4 - 2019-Oct-20
- Update Xcode project settings to 11.1 (11A1027)
- Add Info.plist to project and target for Catalina compatability
0.0.3 - 2016-Jul-11
- Ctrl+c cancels capturing, (-t, recordingDuration now optional)
- refactor constants to Constants.h/m
- main.m for C code (including signal handler)
- message in console when capturing starts
0.0.2 - 2016-Jul-08
- Use the AV Foundation framework
- Encoding presets changed, use
-p
option to set (-s
option dropped)
- New encoding presets are: High, Medium (default), Low, 640x480 or 1280x720
- Cocoa and QTKit frameworks dropped
0.0.1 - 2013-09-08
- Initial release (using the QTKit framework)