Releases: marcransome/pond
Releases · marcransome/pond
0.3.0
🐠 Version 0.3.0
introduces these changes:
- Major refactor of codebase and numerous improvements
- Added ability to
load
andunload
ponds for the current shell session - Removed
variable
andlist
command in favour of reworkedcreate
command and introduced a newedit
command.create
now spawns a command-line editor after pond creation for adding variables by hand (-e|--empty
option allows this to be bypassed in favour of creating an empty pond) - Much improved command, option, and pond name tab completion, including descriptions where applicable
- Removed variable count from
status
output; may be reintroduced later pending regex improvements - Improved usage banner and added command-specific usage banners for all commands (
pond <command> -h|--help
) - Removed dependency on
grep
- Added
drain
command for emptying a pond - Updated
README.md
🎈
0.2.0
🐟 The 0.2.0
release includes:
- Added the
variable
(aliasvar
) subcommand for environment variable management, includingget
,set
, andremove
(orrm
) operations - Added the
enable
,disable
andstatus
pond management commands with symbolic link handling; new ponds are enabled by default for all new shell sessions - Added tab completion for subcommands including pond names where applicable
- Simplified output of
list
subcommand and improved output messages - Documented program usage in
README.md
and added a spiffy logo 🎉 - Added test coverage for all major operations
- Other various improvements too small to mention
0.1.0
Initial development release with basic functionality.