Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release - v1.3.2 #216

Merged
merged 6 commits into from
Sep 26, 2024
Merged

Release - v1.3.2 #216

merged 6 commits into from
Sep 26, 2024

Conversation

qgustavor
Copy link
Owner

@qgustavor qgustavor commented Sep 10, 2024

Release v1.3.2

Changelog

Patch Changes

Handle RSA encrypted node keys (@qgustavor)

It checks for keys larger than 32 bytes and decrypt those with the user's RSA key if possible. Should fix accounts with the MEGAdrop feature enabled.

add filter/find type definitions (@abustamam)

Include directories in .find and .filter methods (@qgustavor)

Fixes #212.

Important

While this version fixes two issues, it still does not fix the issues with folder sharing (#213). I'm looking for help!

@qgustavor
Copy link
Owner Author

I just noticed I wrote the documentation assuming .find() would work with directories but that's not the case until this PR gets released. I want to solve #218 before pushing this PR, it seems easy to fix...

It checks for keys larger than 32 bytes and decrypt those with the user's RSA key if possible. Should fix accounts with the MEGAdrop feature enabled.

Tests for this feature are missing.

Fixes #218
Handle RSA encrypted node keys
@qgustavor qgustavor merged commit e970ebb into main Sep 26, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants