Releases: meganz/sdk
Releases · meganz/sdk
Version 3.2.0
- MEGAcmd: tons of improvements (see
megacmdversion.h
). - Support for regular expressions with PCRE lib.
- Compatibility with BoringSSL.
- Adjust thumbnail's size to 200px.
- Prevent sync loops due to Windows Search.
- Support for password-protected public links.
- Support for MEGA Achievements.
- Added password-strength estimator based on zxcvbn-c.
- Several fixes related to sync engine.
Version 3.1.9
- Larger size of thumbnails
- Pre-warning bandwidth overquota
- Fixed examples and bindings
- Better support for Android platform: newer NDK, ARM versions, lower API version...
- Compatibility with BoringSSL
Version 3.1.8
- Add user's preferred language
- Add functions to resolve DNS and perform HTTP requests
- Discard notifications about users already deleted
- Improved tests
- Allow to create avatar images
- Prevent deletion of rootnodes
- Generate thumbnails/previews from HEIC images
Version 3.1.7
- Fix non-standard Emojis used by Android < 5.0
- Update Java example
- Improved build system on Windows
Version 3.1.6
- Support for generic HTTP requests
- Support for DNS resolution
- Fix for cached gettree response when too many APs
Version 3.1.5
- Improved management of access to nodes attached to chatrooms.
- Less memory footprint for client key requests.
- Allow multiple loggers.
- Option to print logs in console.
- Don't send fetchnodes events when loading from cache.
- Improved account confirmation workflow
- Manage external account confirmation
- Detect the issuer of fake SSL certificates.
- Compatibility to old versions of OpenSSL.
Version 3.1.4
- New push notification type for iOS
Version 3.1.2
- Manage new account confirmation by another client.
- Allow to resend / send confirmation links to different email addresses.
- Follow up a registration process after the app is killed.
- Fix public RSA signature verification.
- Fix downloads of previews / thumbnails for nodes received via chat.
Version 3.1.1
- Fix for own-user changes, which were not notified
- New public API for serialization of MegaNodes from chat
- Update of bindings for iOS / Swift and Windows Phone
Version 3.1.0
- Improved the detection and management of files modified during uploads
- Enable previews and thumbnails retrieval from attachments in chat
- Delete inactive users and related incoming shares upon account closing
- Improved management of public key requests for non-contact users
- Added Ubuntu 17.04 to MEGAcmd post-install
- Improvements in compilation scripts for Windows, libuv...
- New functions for chat apps
- Other minor changes
- Bug fixes