Releases: kobus-v-schoor/dotgit
2.1.2
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
findon 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
Fixed a typo in the publishing code, see the previous release for more details
2.1.0
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
findon 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
1.4.4 updated docs to include category groups implemented in #7
Minor fixes
Misc small fixes concerning initiation of repository and diffing
Added category groups
Category groups (as described in #7) is now implemented with some minor changes to the help docs.
1.4.1
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
This release introduces an 'unsafe' mode - it disables safety checks to heavily increase performance on low-powered devices
Directory and encryption support
A massive overhaul of the the code to support encryption (GnuPG, CAST5) and directories
Generate bug fixed
Bug fixed where generate would not generate message for some changes (copying file from one host to another)