Skip to content

Releases: auscyber/dotfile-sync

v0.3.6

19 Dec 02:44
Compare
Choose a tag to compare
v0.3.6 Pre-release
Pre-release

CHANGES

Breaking:

  • Change .links.toml format

Non Breaking

  • Change License to Anti-Capitalist Software License
  • Add goals
  • Use new structopt
  • Added completion
  • Make sync async

What's Changed

Full Changelog: v0.3.5...v0.3.6

Added Goals and Installed Packages

20 Aug 09:50
Compare
Choose a tag to compare
Pre-release

Added a new goals system.
In the config file, you can now set up goals with

[goals.foo]
links = ["bar.config"

You can also setup programs with

[packages]
app_name = "apt"
app_aliases = ["apt-get","apt-cache"]
checker_script = "apt --help"
link_name = "apt-sources"

Dots v0.3.0

30 Jul 10:02
8e1f8b8
Compare
Choose a tag to compare
Dots v0.3.0 Pre-release
Pre-release

Changelog

  • Rewrote configuration system with #[serde(flatten)]
  • Added readme and stuff

Second beta

24 Jul 03:22
Compare
Choose a tag to compare
Second beta Pre-release
Pre-release

First release, after complete rewrite, with little features and documentation

first beta release

21 Apr 09:34
Compare
Choose a tag to compare
first beta release Pre-release
Pre-release
0.01

fixup! fixup! fixup! fixup! fixup! updated stuff