Releases: mrz1836/paymail-inspector
Releases · mrz1836/paymail-inspector
Release v0.0.17
Release v0.0.16
Release v0.0.15
Changelog
f25bd34 Added optional addon, rename
0527a1e Dynamic version from build process
69b9862 Ignore dist folder
3ab5a65 Makefile refactor, added more commands
cedbc72 Minor fix on command description
7780cdc New version
348e264 Updated help command gif
392119c Updated main gif, busting github cache
54462ba Using new goreleaser for deployment
Release v0.0.14
- New
brfc
command and examples - Improved command descriptions, added links
- New documentation generation flag
--docs
- Added generated docs in
./docs/commands
- Restructured into docs folder (from examples)
- More
makefile
improvements and functionality
Release v0.0.13
- Sender name and handle now in the config
- Removed build and release code
Release v0.0.12
- New
p2p
command for getting a payment request started - Minor improvements, fixes, alias name updates
- Updated gifs and examples
Release v0.0.11
- Fix for SRV record
- Better timeouts for SSL vs Get/Post
- Updated example gifs
- Using
simply.cash
as the example
Release v0.0.10
- Refactor, cleanup, minor improvements
- Get Capabilities was improved (uses SRV or domain now)
- New flag
--skip-srv
onvalidate
Release v0.0.9
- Added new
verify
command with examples
Release v0.0.8
- Resolve now will use
GetPublicProfile()
if the capability is found (returnsname
andavatar
) - Minor fixes and updates