Releases: gpailler/MegaApiClient
Releases · gpailler/MegaApiClient
v1.2.0
- API BREAK Method Upload(string filename, INode parent) is renamed to UploadFile(string filename, INode parent)
- FEATURE REQUEST (#23) New version for .Net 4.5 with Aync functions to retrieve progression on Downloads/Uploads
- FEATURE REQUEST (#21) New method GetNodeFromLink(Uri uri) to retrieve file name and size from an Uri
- BUG (#28) Trailing garbage in DecryptAttributes
v1.1.3
(#18) Download link was using wrong key data (regression introduced in v1.1.2)
v1.1.2
(#13) Use shared keys when uploading to public shares (or uploaded content is not available through public link)
v1.1.1
- (#10) Support node deserialization with multiple keys (shared folder with parent folder shared)
- (#11) Support node deserialization for incoming shares
v1.1.0
- Added .Net 4 configuration (and keep .Net 3.5)
- Added Unit Tests
- (#6) Added Download(Uri uri) and DownloadFile(Uri uri, string outputFile) methods to download and decrypt a file using the Mega URL
- (#8) Fixed nodes deserialization error with shared key
v1.0.4
Add support for shared folders/files
v1.0.3
Fix crash when listing nodes (slight change in mega.co.nz API)
v1.0.2
Update to Json.Net 6.0
Update copyright