A new version 1.0.1 of python-steem was released today to pypi.
I updated also the steem-feedstock.
You can update to the newest version of python-steem by:
When using anaconda:
conda update steem
or when not using anaconda:
pip install -U steem
Downloads of the last version 1.0.0 for steem-feedstock
Changelog python-steem 1.0.1
Since there is no official changelog provided, I will provide an inofficial one:
- change_account_recovery operation added
- Refactored MasterPassword (PR)
WrongMasterPasswordException - renamed WrongKEKException
MasterPassword - renamed KeyEncryptionKey
Wallet.unlock - pwd in signature changed to user_passphrase
Wallet.getPassword - changed to Wallet.getUserPassphrase
Wallet.changePassword - changed to Wallet.changeUserPassphrase
Storage.saveEncryptedMaster - changed to Storage.saveEncryptedKEK
Storage.getEncryptedMaster - changed to Storage.getEncryptedKEK
Storage.decryptEncryptedMaster - changed to Storage.decryptEncryptedKEK
Storage.newMaster - changed to Storage.newKEK
Storage.changePassword - changed to Storage.changePassphrase