Skip to content

Releases: echocrow/tildepot

tildepot@1.0.0-next.22

03 Mar 01:50

Choose a tag to compare

Pre-release

Features

  • repo: add command to scaffold bundle (8bee432)
  • repo: better highlight names of official bundles to extend (0e1ce2d)

Bug Fixes

  • repo: correctly handle bundle pre-releases in update (8fbcd54)
  • repo: correctly resolve latest bundle pre-release (be35c22)

tildepot@1.0.0-next.21

02 Mar 00:38

Choose a tag to compare

Pre-release

Features

  • repo: support updating official bundles (670e746)

Bug Fixes

  • lib: support download on misc linux platforms (6193f90)
  • repo: ensure latest version per bundle is downloaded (99ae07a)
  • repo: skip bundle downloads for matching versions (537339b)
  • repo: prompt for individual bundle updates (eb25807)
  • repo: resolve unbound var on in old bash (5926c4b)

tildepot@1.0.0-next.20

29 Sep 22:57

Choose a tag to compare

Pre-release

Features

  • cmd: rename git to repo git (4efe71f)
  • cmd: add command to clean up temp & obsolete state in repo (26f5b34)
  • cmd: delete obsolete downloaded bundles (2b889ea)

Bug Fixes

  • shared: fix formatting of log text (a0be4b1)
  • bundles: avoid no-dir log when bundles dir does not exist (59afc62)
  • bundle: reattempt failed bundle download on next run (3c96a82)
  • lib: fix unbound variable in bash v3 (17d20ed)

tildepot@1.0.0-next.19

27 Sep 16:02

Choose a tag to compare

Pre-release

Features

  • lib: simplify y/n prompt hint (bf5e06e)
  • bundle: awlays log all bundles & hooks during (b3b2894)
  • cmd: log final success summary (657ff6b)

brew-bundle@1.0.0-next.5

27 Sep 16:02

Choose a tag to compare

Pre-release

Bug Fixes

  • brew-bundle: disable auto-updates during save (73305ec)

tildepot@1.0.0-next.18

26 Sep 23:35

Choose a tag to compare

Pre-release

Features

  • shared: add info & echo lib functions for bundles (ec10b57)
  • lib: auto-submit confirmation prompts on y/n key press (cab5c9d)
  • bundles: confirm restore prompt by default (2ea3066)
  • bundle: confirm bundle install prompt by default (b71a3bb)
  • lib: improve format of y/n prompt (c42c5da)

files-bundle@1.0.0-next.8

26 Sep 23:35

Choose a tag to compare

Pre-release

BREAKING CHANGES

  • files-bundle: The files process functions parse and serialize have been renamed to save and restore, aligning them with the associated hooks. Please rename your process functions accordingly: bundle::parse::my_fn() is now bundle::save::my_fn(); bundle::serialize::my_fn() is now bundle::restore::my_fn() (31a56de)

Features

  • files-bundle: align process function names with hook names (31a56de)

tildepot@1.0.0-next.17

25 Sep 11:02

Choose a tag to compare

Pre-release

Bug Fixes

  • cmd: omit "options" help when no options are defined (d641d83)
  • cmd: avoid tput error in non-interactive shell (3632bb3)
  • cmd: fix unbound variable in bash v3 (35aa8d1)
  • cmd: improve error for ambiguious failed command match (c69a5e4)

files-bundle@1.0.0-next.7

25 Sep 11:02

Choose a tag to compare

Pre-release

Bug Fixes

  • files-bundle: avoid legacy cp -R flag (d6294b4)

tildepot@1.0.0-next.16

11 Aug 23:54

Choose a tag to compare

Pre-release

BREAKING CHANGES

  • git: error when repo dir does not exist (c3091a1)

Features

  • cmd: print help via --help regardless of param count (ff85ed6)
  • help: tweak command descriptions (fc4e85a)

Bug Fixes

  • cmd: avoid bad plural in error message (2c6d3a7)