Releases: steppsr/xchdev_bashtools
Releases · steppsr/xchdev_bashtools
v0.3.2
v0.3.1
v0.3.0
nftmon v0.3.0
Changes:
- Changed from using 'ssmtp' to 'mailx' command to send HTML email without using 'echo' or 'printf', which were causing issues for urls with spaces urlencoded (ex. %20)
- Removed user configuration in script. No editing of the script is required after downloading. There is a new method to running the script. You will need to add the send to email after the name of the script when executing the script.
Ex.$ bash nftmon.sh [email protected]
New features:
- The script now supports multiple NFT wallets with no setup required. The script will gather all NFTs in all NFT wallets automatically.
v0.2.1
v0.2.0
New Tool:
- mojomon is a tool to monitor a wallet and send an email notification when the balance changes.
Changes:
- Updated nftmon to use 'pwd' command instead of 'dirname' as the working path.
- Updated documentation for main page. Each tool has it's own README.md document.