Skip to content

Latest commit

 

History

History
86 lines (66 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

86 lines (66 loc) · 2.85 KB

ChangeLog

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!

[0.0.9] - 2023-Dec-31

Added

  • Adding Full HD and HD4k format options (PR #28) - thanks @vlussenburg

Changed

  • Updated for latest XCode (15)
  • Min OS version now 10.14.6

0.0.8 - 2020-Oct-27

Added

  • Ctrl+z to pause/resume capture

Changed

  • Default filename postfixed with timestamp

0.0.7 - 2020-Oct-19

Added

  • Fix issues with connected iOS device discovery and build/test on M1 arch

Changed

  • 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

Added

  • Supports recording from any attached iOS device

Changed

0.0.4 - 2019-Oct-20

Changed

  • Update Xcode project settings to 11.1 (11A1027)
  • Add Info.plist to project and target for Catalina compatability

0.0.3 - 2016-Jul-11

Changed

  • Ctrl+c cancels capturing, (-t, recordingDuration now optional)
  • refactor constants to Constants.h/m

Added

  • main.m for C code (including signal handler)
  • message in console when capturing starts

0.0.2 - 2016-Jul-08

Changed

  • Use the AV Foundation framework
  • Encoding presets changed, use -p option to set (-s option dropped)

Added

  • New encoding presets are: High, Medium (default), Low, 640x480 or 1280x720

Removed

  • Cocoa and QTKit frameworks dropped

0.0.1 - 2013-09-08

Changed

  • Initial release (using the QTKit framework)