Skip to content

Releases: sgregson/dotfiles-md

the prettier edition

02 Jul 20:22
2925caf
Compare
Choose a tag to compare
  • fix: able to search across color changes in option label 4f00f6b
  • clean up UI output, newlines between differing block types 3915580
  • fix: empty env object matched (and removed) the entire dotfile block 21be058
  • demo readme updates 678d880

v0.7.0...v0.7.1

support .env replacements

02 Jul 19:26
3f7127b
Compare
Choose a tag to compare
  • clean up deps 2120782
  • update readme fcee754
  • updated demo to use .env 9b57660
  • feat: find-replace from user .env files 631685a
  • only jump to picking blocks if user selected a file 876a473
  • fix: section blocks shouldn't show up in --auto 5b26274

v0.6.1...v0.7.0

v0.6.1

02 Jul 16:44
8e66856
Compare
Choose a tag to compare
  • fix: display section headings when running fd65d70

v0.6.0...v0.6.1

Allow sections in the block picker

02 Jul 16:24
eb68d82
Compare
Choose a tag to compare

write a code block like this to emit sections in the block picker

```md action=section
My Fancy Dotfiles
```

v0.5.9...v0.6.0

v0.5.8: watch for DEBUG, fixes unhandled promises

02 Jul 14:23
886c851
Compare
Choose a tag to compare
  • block release flow if the repo contains symlinks 9acdc17
  • fix: squashing another unhandled promise c424893
  • fix: unhandled promise in symlink flow, adds DEBUG mode flag a6e63d8

v0.5.7...v0.5.8

fix: paths to demo files

01 Jul 20:46
a51b7c7
Compare
Choose a tag to compare

chore: remove unused deps

01 Jul 20:05
dc54a9b
Compare
Choose a tag to compare
  • chore: remove old version of the library and related deps 9390bae

v0.5.2...v0.5.3

v0.5.2 - "demo" mode

01 Jul 19:58
3a40262
Compare
Choose a tag to compare

npx dotfiles-md --demo will filter files to the demos bundled with the library

v0.5.1

30 Jun 20:48
5ea8813
Compare
Choose a tag to compare
  • remove some logging messages 7ce8a06

v0.5.0...v0.5.1

New Feature: Imperative Actions (action=run)

30 Jun 20:47
f814b9a
Compare
Choose a tag to compare

Imperative actions in action

  • clean up action=run script blocks d1e7df2

  • feat: implement 'run' actions 1bc385f

  • update total counts interface 8d511fb

  • consistent timestimp for symlink operations - more caugh promises 0ad1ec8

  • fix: only create symlink backups when the contents are different 6e71d01

  • use iso datetime for timestamp 9f4546c

  • timestamp generated build folders bd94b62

  • improve onboarding flow 806cbb8

  • feat: update onboarding 4c59a59

v0.4.6...v0.5.0