Releases: itchyny/fillin
Releases · itchyny/fillin
Release v0.3.3
- Release arm64 artifacts
Release v0.3.2
- Miscellaneous small fixes
Release v0.3.1
- Stop appending subset selections to config file
- Deduplicate history candidates
Release v0.3.0
- The command now connects to tty directly and allows to use redirections and pipes.
- For example,
fillin echo {{message}} | jq .
works.
- For example,
- Supports XDG_CONFIG_HOME
Release v0.2.0
- Setup CI and release from GitHub Actions
v0.1.1
v0.1.0
Security fix
- Change the config directory permission to 0700
Security fix
- change file permissions to 0600 as pointed out in Reddit https://www.reddit.com/r/golang/comments/6i4g3o/.
Windows support, config path settings
- Support Windows.
- Check
FILLIN_CONFIG_DIR
for config directory. - Minor refactoring.