Skip to content

Releases: itchyny/fillin

Release v0.3.3

18 Sep 14:42
Compare
Choose a tag to compare
  • Release arm64 artifacts

Release v0.3.2

09 Jan 15:59
Compare
Choose a tag to compare
  • Miscellaneous small fixes

Release v0.3.1

13 Jul 13:46
Compare
Choose a tag to compare
  • Stop appending subset selections to config file
  • Deduplicate history candidates

Release v0.3.0

24 Jan 13:42
Compare
Choose a tag to compare
  • The command now connects to tty directly and allows to use redirections and pipes.
    • For example, fillin echo {{message}} | jq . works.
  • Supports XDG_CONFIG_HOME

Release v0.2.0

16 Dec 14:54
Compare
Choose a tag to compare
  • Setup CI and release from GitHub Actions

v0.1.1

22 Mar 12:20
Compare
Choose a tag to compare
bump up version to 0.1.1

v0.1.0

13 Mar 10:17
Compare
Choose a tag to compare
set skip_cleanup: true in .travis.yml

Security fix

19 Jun 11:40
Compare
Choose a tag to compare
  • Change the config directory permission to 0700

Security fix

19 Jun 08:04
Compare
Choose a tag to compare

Windows support, config path settings

18 Jun 13:44
Compare
Choose a tag to compare
  • Support Windows.
  • Check FILLIN_CONFIG_DIR for config directory.
  • Minor refactoring.