Skip to content

Releases: kobus-v-schoor/dotgit

2.1.2

04 Sep 16:46

Choose a tag to compare

Since a year or two ago I wanted to rewrite dotgit in python and its finally done. Along with it comes a lot of positive changes like:

  • Much better cross-platform compatibility (no more issues with find on MacOS 🎉)
  • An automated test suite to catch regressions
  • A cross-platform install method using pip
  • A maintainable and readable codebase

For this first release encryption isn't supported yet, but it is on the roadmap. Directory support has been dropped to make make the file-handling logic much more robust.

Check out the readme for installation instructions. Once installed you can access the old version of dotgit using the "dotgit.sh" command should you need to.

Thanks for those of you that stuck with dotgit while I couldn't really tend to it in the past two years, hopefully this release makes up for it :)

(This is a re-release of the original to fix some issues with the package publishing)

2.1.1

04 Sep 16:41

Choose a tag to compare

Fixed a typo in the publishing code, see the previous release for more details

2.1.0

04 Sep 16:38

Choose a tag to compare

Since a year or two ago I wanted to rewrite dotgit in python and its finally done. Along with it comes a lot of positive changes like:

  • Much better cross-platform compatibility (no more issues with find on MacOS 🎉)
  • An automated test suite to catch regressions
  • A cross-platform install method using pip
  • A maintainable and readable codebase

For this first release encryption isn't supported yet, but it is on the roadmap. Directory support has been dropped to make make the file-handling logic much more robust.

Check out the readme for installation instructions. Once installed you can access the old version of dotgit using the "dotgit.sh" command should you need to.

Thanks for those of you that stuck with dotgit while I couldn't really tend to it in the past two years, hopefully this release makes up for it :)

Docs update

18 Dec 06:39

Choose a tag to compare

1.4.4

updated docs to include category groups implemented in #7

Minor fixes

20 Aug 17:36

Choose a tag to compare

Misc small fixes concerning initiation of repository and diffing

Added category groups

29 Jul 11:58

Choose a tag to compare

Category groups (as described in #7) is now implemented with some minor changes to the help docs.

1.4.1

30 Jun 12:56

Choose a tag to compare

Dotgit has been written from scratch to greatly increase performance and reliability.

The two most notable new features:

  • Dotgit now supports specifying multiple categories as arguments for options
  • Dotgit now correctly handles filenames containing spaces

Added unsafe mode

11 Jan 19:21

Choose a tag to compare

This release introduces an 'unsafe' mode - it disables safety checks to heavily increase performance on low-powered devices

Directory and encryption support

24 Sep 07:41

Choose a tag to compare

A massive overhaul of the the code to support encryption (GnuPG, CAST5) and directories

Generate bug fixed

21 May 12:50

Choose a tag to compare

Bug fixed where generate would not generate message for some changes (copying file from one host to another)