Releases: meganz/sdk
Releases · meganz/sdk
Version 3.6.2a (patched)
- Fix transfer resumption for public nodes.
Version 3.6.2
- SMS verification for enhanced security.
- Discovery of MEGA contacts through address book.
- Test suit re-structured.
- Exemption of inshares in storage used.
- Prevent infinite loop sending
uq
to API for expired Pro old accounts. - Fix wrong originating user in notifications / useralerts related to shares.
- Fix double delete during folder upload upon logout.
- Fix signup in
megacli
. - Ability to show node attributes in
megacli
. - Dinamically load PDFium library.
- Fix build with
autotools
in Mac. - Improved support for business accounts.
Version 3.6.1a (patched)
- Adjust local count to exempt storage used by incoming shares
Version 3.6.1
- Track used storage locally.
- Extended support for business accounts.
- Allow to cancel signup links.
- Retry uploads reusing the existing URL.
- Added creation timestamp for public links.
- New error context for uploads and blocked accounts.
- Stop retries on wait-server-client channel when link is invalidated (ToS or removal).
- Fix completion of closed transfer with data pending to write.
- Fix abort pending connections.
- Load PDFium dynamically on Windows.
Version 3.6.0
- Support for uploads in background (Camera Uploads v2).
- Prevent shell DLL blocking Windows Explorer.
- Avoid interlock when app comes back from background without connectivity.
- Retrieve information about public folder links.
- Fix for Recents buckets showing versions.
- Fix automated test for Recents.
- Fix crashes using
pdfium
in Qt. - Escape
.
and..
from paths. - Update building scripts (download
libraw
with TLSv1,pdfium
on macOS). - Adjust some
.pro
configuration files. - Clean compilation warnings.
- Fix memory leaks.
- Deprecate platform-specific implementation in pro of
std::mutex
.
Version 3.5.4
- Fix synchronization tests resumption.
- Support for PUSH notification settings.
- Update Crypto++ to v8.0.0 on Linux, Mac and iOS.
- Thread-safe get MIME type initialization.
- Prevent too-large logs when sending an API request.
- Fix crash upon retrieval of recents with file extensions of 8 character's length.
- Fix cross-compilation for Crypto++ 8.0.0 in Android.
- Fix several compilation warnings.
- Update building setup for Windows Phone and UWP.
Version 3.5.3b (patched)
- Update cURL to version 7.59.0 in
build_sdk.sh
Version 3.5.3a (patched)
- Minor fix to identify the reason of uq requests sent by MEGAsync
Version 3.5.1a (patched)
- Hotfix for Windows Phone release, which does not support C++ newer than 98
Version 3.5.3
- Improve error's management upon email's change confirmation for a different account.
- User attributes to set the target folder for Camera uploads and My chat files.
- Fix building with
autotools
in Windows. - Improve documentation for the context of errors upon import.
- Fix progress of transfers for
CloudRAID
ed files. - Fix transfer resumption for non-raid downloads.
- Fix management of reason for being blocked.
- Fix streaming proxy issues due to IP version.
- Added script to build
PDFium
. - Support for identification of Business accounts and their status.
- Added C++11 for building script (
autotools
). - Fix clock time with suspension time (for waiter:
BOOTONIC
vs.MONOTONIC
). - Prevent access to invalid
FileAccess
object.