Releases: auscyber/dotfile-sync
Releases · auscyber/dotfile-sync
v0.3.6
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
- Bump tokio from 1.10.0 to 1.11.0 by @dependabot in #18
- Bump serde from 1.0.127 to 1.0.130 by @dependabot in #15
- Bump anyhow from 1.0.42 to 1.0.43 by @dependabot in #10
- Bump futures from 0.3.16 to 0.3.17 by @dependabot in #17
- Bump futures-util from 0.3.16 to 0.3.17 by @dependabot in #16
- Bump anyhow from 1.0.43 to 1.0.44 by @dependabot in #20
- Bump directories from 3.0.2 to 4.0.0 by @dependabot in #21
- Bump anyhow from 1.0.44 to 1.0.50 by @dependabot in #32
- Bump futures-util from 0.3.17 to 0.3.18 by @dependabot in #31
- Bump futures from 0.3.17 to 0.3.18 by @dependabot in #29
- Bump directories from 4.0.0 to 4.0.1 by @dependabot in #22
Full Changelog: v0.3.5...v0.3.6
Added Goals and Installed Packages
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
Changelog
- Rewrote configuration system with
#[serde(flatten)]
- Added readme and stuff
Second beta
First release, after complete rewrite, with little features and documentation
first beta release
0.01 fixup! fixup! fixup! fixup! fixup! updated stuff