1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
Version 1.1.4
~~~~~~~~~~~~~
* Changes:
- Use automake silent rules if available
- Add helpful message when mounting an app document folder fails
- Add new "--list-apps" option to print list of apps with file sharing enabled
- Remove length check on UDID argument to support newer devices
- Add "--network" option to allow connecting to network devices
- Add title row and use double quotes for "--list-apps" output
- Drop support for older versions of libimobiledevice
- Bump libimobiledevice dependency to 1.3.0
- Bump libplist dependency to 2.2.0
- Improve README.md with project description, installation, contributing and
usage sections
Version 1.1.3
~~~~~~~~~~~~~
* Changes:
- Updated to compile with latest libimobiledevice
- New command line options --documents and --container (obsoletes --appid)
- Handle error condition caused by pending iOS7+ trust dialog
- Minor fixes and changes
Version 1.1.2
~~~~~~~~~~~~~
* Changes:
- Add direct linking with libplist to fix build issues
- Add basic manpage
- Use UDID instead of UUID as it is the correct term for it
- Remove obsolete glib and gthread dependencies
Version 1.1.1
~~~~~~~~~~~~~
* Changes:
- Fix compilation without "house_arrest" support
Version 1.1.0
~~~~~~~~~~~~~
* Changes:
- Add "house_arrest" support when compiled with libimobiledevice >= 1.1.0
- Add --appid option for document/filesharing using "house_arrest" service
- FreeBSD doesn't have ENODATA, so fake it as EIO
- Make COPYING contain correct license
- Add NEWS file and update README
- Minor bugfixes
Version 1.0.0
~~~~~~~~~~~~~
* Changes:
- Return correct exit codes
- Adopt code from libiphone API to the libimobiledevice API
- Add trademark and disclaimer to README
Version 0.9.6 (RC1)
~~~~~~~~~~~~~~~~~~~
* Changes:
- Port to libiphone 0.9.6 API
- Report error if a passcode is set on the device
- Remove hardcoded "allow_other" fuse argument
Version 0.9.5
~~~~~~~~~~~~~
* Changes:
- Support for file modification times with iOS 3.1+
Version 0.9.4
~~~~~~~~~~~~~
* Changes:
- Remove obsolete HAL fdi rules
- Rename binary to "ifuse" again
- Allow mounting a specific device using UUID option
Version 0.9.3
~~~~~~~~~~~~~
* Changes:
- Fix deletion of non empty directories (recursive delete)
Version 0.9.2
~~~~~~~~~~~~~
* Changes:
- Add iPhone 3GS support
- Use file handles
- Add hard/symlink support for AFC
- Added --debug option
- Improve error messages
Version 0.9.1
~~~~~~~~~~~~~
* Changes:
- A bunch of autotools fixes
Version 0.9.0
~~~~~~~~~~~~~
* First public release
* Changes:
- AFC and AFC2 filesystem access
- Correctly handle file modes
|