- Updated httparty gem (thanks to Hethe Berg @growthcode)
- Parse generic secure notes (thanks to Michael Chui @saraid)
- Parse and store secure notes for accounts (see
Account.note
property)
- Obsolete URI.encode is replaced with URI.encode_www_form_component to inhibit the warning
- Travic CI runs on all 2.* latest minor version releases (2.0.0 to 2.7.1)
- Changed the way the private keys are parsed
- OpenSSL 1.1.0 support
- Bug fixes
- Fixed failing
get_iteraction_count
. POST parameters are moved from the query (URL) to the body. - pbkdf2-ruby gem is no longer used as it was causing problems. Relying on
built-in
OpenSSL::PKCS5.pbkdf2_hmac
- Minimum supported Ruby version is 2.0.0
- Dependencies updated to their laters versions
- Travis CI fixed
- Added device id (IMEI/UUID) support
- Log out after fetching the blob to close the newly open session on LP server to prevent triggering anti-hacking logic (hopefully)
- Verify that the recieved blob is marked with ENDM chunk and hasn't been truncated in the process
- Added proxy support
- Fixed the decryption bug on long shared folder names.
- Server secure note support
- Shared folder support
- Ruby 2.0 compatibility
- First public gem release