Skip to content

Releases: deadc0de6/dotdrop

v1.14.0

08 Nov 20:38
Compare
Choose a tag to compare

features

  • simplify the use of python env with DOTDROP_VIRTUALENV (see the doc)
  • add ability to access all variables in a dictionary in templates using _vars (#404, an example)
  • add a new command uninstall to uninstall files installed by dotdrop (#403, the doc)
  • add a new install command line switch --remove-existing to remove any files not managed by dotdrop (#403)
  • deprecate trans_read and trans_write which become trans_install and trans_update respectively (#415, the doc)
  • ignore virtualenv in checks (#416)
  • add more tests (and more coverage)
  • use bash strict mode in tests
  • improve documentation

bug fixes

  • fix several bugs in ignore patterns (see #388, #402, #405)
  • fix chmod not being applied to subfile when the dotfile is a directory (#413)

v1.13.2

06 Aug 11:47
Compare
Choose a tag to compare

features

  • move from toml to tomllib + tomli_w, thanks to @parona-source
  • handle javascript as text and thus always allow templates (see #396)
  • update doc

bug fixes

  • follow symlink when target is a template, thanks to @jtt9340
  • remove dependency on gpg for tests
  • fix snapcraft release

v1.13.0

22 Apr 20:56
Compare
Choose a tag to compare

features

bug/fixes

  • snapcraft fix

v1.12.13

01 Mar 21:11
Compare
Choose a tag to compare

bug fix

  • fix import_variables bug (see #380)

v1.12.11

09 Feb 13:17
Compare
Choose a tag to compare

features

  • improve tests
    • more tests (unittest and blackbox testing)
    • improve test coverage
    • improve documentation links tests
    • linting python scripts
    • linting shell scripts
  • refactor layout

v1.12.9

25 Jan 20:53
Compare
Choose a tag to compare

feature

v1.12.8

22 Jan 10:30
Compare
Choose a tag to compare

bug fixes

v1.12.7

21 Jan 21:02
Compare
Choose a tag to compare

features

  • improve testing (dead links, linting, etc)
  • CICD (homebrew, testing)

bug fixes

  • fix bug when importing to a profile having not dofiles but includes these from another profile (see the commit)

v1.12.4

13 Jan 12:45
Compare
Choose a tag to compare

bug fixes

  • fix bug with included profile actions (#375)

v1.12.3

25 Dec 08:07
Compare
Choose a tag to compare

features:

  • adding manpage