Releases: elixir-toolshed/toolshed
Releases · elixir-toolshed/toolshed
v0.2.21
v0.2.20
- New features
- Add
log_attach
andlog_detach
convenience functions for directing log
messages to the current IEx session. These provide a simple way for seeing
log messages when you either aren't on the same console as the console logger or
you don't want to enable the console logger since it messes up the prompt.
- Add
v0.2.19
-
Bug fixes
cmd/1
won't crash if the command being run returns non-UTF8 datacat/1
no longer adds an extra newline at the end of its input
-
Removed commands
- Removed the rarely used
pastebin
command
- Removed the rarely used
v0.2.18
v0.2.17
v0.2.16
v0.2.15
v0.2.14
v0.2.13
v0.2.12
-
Bug fixes
- If help has been stripped, then don't tell the user that it's available.
-
New features
- Add
multicast_addresses
command for listing multicast addresses being
listened to on each network interface. This is helpful if you're debugging
lost multicast subscriptions or just seeing what applications are listening
on.
- Add