File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 3.4.0
2+ * Improve and harden alt file regeneration (#466)
3+ * Fix "yadm config" in fish completion (#491)
4+ * Fix "yadm clone" when not run in "$YADM_WORK" (#513)
5+ * Output the actual paths in help message (#376)
6+ * Verify all alt conditions for templates (#478)
7+ * Ignore case in alt and default template conditions (#455, #456)
8+ * Fall back to ID for distro family if ID_LIKE is not available (#494)
9+ * Support overriding distro and distro family (#430)
10+ * Improve support for Bash 3 (the default version on macOS)
11+ * Make "yadm clone --recursive" work as expected (#517)
12+ * Don't include files multiple times in archive (#125)
13+ * Document YADM_HOOK_DATA and YADM_HOOK_DIR env variables (#343)
14+ * Support alt dirs with deeply nested tracked files (#495)
15+
1163.3.0
217 * Support nested ifs in default template (#436)
318 * Support include and ifs in default template includes (#406)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ CONTRIBUTORS
33Tim Byrne
44Erik Flodin
55Martin Zuther
6- Jan Schulz
76Ross Smith II
7+ Jan Schulz
88Jonathan Daigle
99Luis López
1010Tin Lai
@@ -15,11 +15,13 @@ James Clark
1515Glenn Waters
1616Nicolas signed-log FORMICHELLA
1717Tomas Cernaj
18+ AVM.Martin
1819Joshua Cold
1920jonasc
2021Nicolas stig124 FORMICHELLA
2122Chad Wade Day, Jr
2223Sébastien Gross
24+ Christof Warlich
2325David Mandelberg
2426Paulo Köch
2527Oren Zipori
@@ -47,6 +49,7 @@ Tim Condit
4749Thomas Luzat
4850Russ Allbery
4951Patrick Roddy
52+ heddxh
5053dessert1
5154Brayden Banks
5255Alexandre GV
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ The star count helps others discover yadm.
7272[ master-badge ] : https://img.shields.io/github/actions/workflow/status/yadm-dev/yadm/test.yml?branch=master
7373[ master-commits ] : https://github.com/yadm-dev/yadm/commits/master
7474[ master-date ] : https://img.shields.io/github/last-commit/yadm-dev/yadm/master.svg?label=master
75- [ obs-badge ] : https://img.shields.io/badge/OBS-v3.3 .0-blue
76- [ obs-link ] : https://software.opensuse.org// download.html?project=home%3ATheLocehiliosan%3Ayadm&package=yadm
75+ [ obs-badge ] : https://img.shields.io/badge/OBS-v3.4 .0-blue
76+ [ obs-link ] : https://software.opensuse.org/download.html?project=home%3ATheLocehiliosan%3Ayadm&package=yadm
7777[ releases-badge ] : https://img.shields.io/github/tag/yadm-dev/yadm.svg?label=latest+release
7878[ releases-link ] : https://github.com/yadm-dev/yadm/releases
7979[ transcrypt ] : https://github.com/elasticdog/transcrypt
Original file line number Diff line number Diff line change 11#! /bin/sh
22# yadm - Yet Another Dotfiles Manager
33# Copyright (C) 2015-2024 Tim Byrne
4+ # Copyright (C) 2025 Erik Flodin
45
56# This program is free software: you can redistribute it and/or modify
67# it under the terms of the GNU General Public License as published by
@@ -21,7 +22,7 @@ if [ -z "$BASH_VERSION" ]; then
2122 [ " $YADM_TEST " != 1 ] && exec bash " $0 " " $@ "
2223fi
2324
24- VERSION=3.3 .0
25+ VERSION=3.4 .0
2526
2627YADM_WORK=" $HOME "
2728YADM_DIR=
Original file line number Diff line number Diff line change 11.\" vim: set spell so=8:
2- .TH YADM 1 "November 8, 2024 " "3.3 .0"
2+ .TH YADM 1 "February 9, 2025 " "3.4 .0"
33
44.SH NAME
55
@@ -1012,10 +1012,12 @@ Report issues or create pull requests at GitHub:
10121012
10131013https://github.com/yadm-dev/yadm/issues
10141014
1015- .SH AUTHOR
1015+ .SH AUTHORS
10161016
10171017Tim Byrne <sultan@locehilios.com>
10181018
1019+ Erik Flodin <erik@flodin.me>
1020+
10191021.SH SEE ALSO
10201022
10211023.BR git (1),
You can’t perform that action at this time.
0 commit comments