Skip to content

Releases: toumorokoshi/tome

v0.12.2

Choose a tag to compare

@toumorokoshi toumorokoshi released this 19 May 05:44

v0.12.1

v0.12.1 Pre-release
Pre-release

Choose a tag to compare

@toumorokoshi toumorokoshi released this 19 May 05:38

publishing artifacts from v0.12.0.

v0.12.0

Choose a tag to compare

@toumorokoshi toumorokoshi released this 08 Apr 06:18
3516d09

note: this version is missing some binaries. Please see https://github.com/toumorokoshi/tome/releases/tag/v0.12.2 for the full list.

Breaking Changes

New Features

Bugfixes

New Contributors

🎉

Full Changelog: v0.11.1...v0.12.0

v0.11.1

Choose a tag to compare

@toumorokoshi toumorokoshi released this 29 Oct 06:39
f8233b8

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

Choose a tag to compare

@toumorokoshi toumorokoshi released this 14 Sep 21:05
e3a2b17

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

Choose a tag to compare

@toumorokoshi toumorokoshi released this 12 Sep 18:25
c19e251
  • feat: Add tome run (#44)
  • fix: fix completion for sh/bash/zsh (#47)
  • fix(fish): update completions to match new cli interface (#42)

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 01 May 06:02
94a6d80

The 0.9 series should be the final version of tome before a 1.0
release.

This includes a couple breaking changes, and users should update
their scripts:

  • the following commands are now builtins, and will overrides any scripts with the same name: commands, exec, help, tome.
  • tome no longer infers the shell from the SHELL environment variable in
    any situation: users should pass in the desired shell directly during the initialization.
  • a script must be explicitly be marked with COMPLETE to support
    completion. Previously all scripts were assumed to support completion.

What's Changed

Full Changelog: v0.8.1...v0.9.0

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 25 Mar 06:24
9312153
fix completion for tome names with 2+ chars (#30)

fix #28 (GitHub)

tome completion was failing for a command "app", when
navigating to sub directories.

This was occurring due to incorrect stripping of
the first word in completion, instead stripping the
first 2 chars.

some minor style fixes.

v0.8.0b0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 06:03
e2d8811
minor: adding e2e tests (#27)

Adding end-to-end tests to sanity check tome builds.

The zsh / bash completion logic wasn't working for non-interactive initial invocations for zsh (needed for CI), so added a -C flag to silence the interactive portion.

The fish shell needed it's own e2e script and variants of scripts for sourcing.

v0.7.5

Choose a tag to compare

@github-actions github-actions released this 14 Jan 05:44
90b3ba9
include support for OSX "-zsh" (#20)