Skip to content

Commit c90aa86

Browse files
committed
Update CHANGES and prepare for 3.4.0
1 parent 7e19d21 commit c90aa86

7 files changed

Lines changed: 127 additions & 79 deletions

File tree

CHANGES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
3.3.0
217
* Support nested ifs in default template (#436)
318
* Support include and ifs in default template includes (#406)

CONTRIBUTORS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ CONTRIBUTORS
33
Tim Byrne
44
Erik Flodin
55
Martin Zuther
6-
Jan Schulz
76
Ross Smith II
7+
Jan Schulz
88
Jonathan Daigle
99
Luis López
1010
Tin Lai
@@ -15,11 +15,13 @@ James Clark
1515
Glenn Waters
1616
Nicolas signed-log FORMICHELLA
1717
Tomas Cernaj
18+
AVM.Martin
1819
Joshua Cold
1920
jonasc
2021
Nicolas stig124 FORMICHELLA
2122
Chad Wade Day, Jr
2223
Sébastien Gross
24+
Christof Warlich
2325
David Mandelberg
2426
Paulo Köch
2527
Oren Zipori
@@ -47,6 +49,7 @@ Tim Condit
4749
Thomas Luzat
4850
Russ Allbery
4951
Patrick Roddy
52+
heddxh
5053
dessert1
5154
Brayden Banks
5255
Alexandre GV

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

yadm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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" "$@"
2223
fi
2324

24-
VERSION=3.3.0
25+
VERSION=3.4.0
2526

2627
YADM_WORK="$HOME"
2728
YADM_DIR=

yadm.1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

10131013
https://github.com/yadm-dev/yadm/issues
10141014

1015-
.SH AUTHOR
1015+
.SH AUTHORS
10161016

10171017
Tim Byrne <sultan@locehilios.com>
10181018

1019+
Erik Flodin <erik@flodin.me>
1020+
10191021
.SH SEE ALSO
10201022

10211023
.BR git (1),

0 commit comments

Comments
 (0)