megapy/HISTORY.rst

35 lines
800 B
ReStructuredText
Raw Normal View History

2019-10-16 21:16:46 +00:00
.. :changelog:
Release History
---------------
2019-10-17 20:04:34 +00:00
0.9.21 (unreleased)
+++++++++++++++++++
- Removes broken method ``get_contacts()``.
- Adds support for login with a v2 Mega user account.
- Adds ``export()`` method to share a file or folder, returning public share URL with key.
- Adds code, message attrs to RequestError exception, makes message in raised exceptions include more details.
- Alters ``create_folder()`` to accept a path including multiple sub directories, adds support to create them all (similar to 'mkdir -p' on unix systems).
2019-10-17 20:04:34 +00:00
2019-10-17 20:03:31 +00:00
0.9.20 (2019-10-17)
2019-10-17 17:51:02 +00:00
+++++++++++++++++++
2019-10-17 20:02:52 +00:00
- Python 3 bugfix to ``upload`` method.
2019-10-17 17:51:02 +00:00
2019-10-16 21:46:22 +00:00
0.9.19 (2019-10-16)
2019-10-16 21:16:46 +00:00
++++++++++++++++++
- Python 3 support and bugfixes.
- Update packaging code.
- Added changelog.
0.9.18 (2013-07-04)
++++++++++++++++++
- Unknown