Skip to content

Commit 4f4c5e2

Browse files
committed
Update CHANGES and prepare for 3.5.0
1 parent 0e01727 commit 4f4c5e2

7 files changed

Lines changed: 114 additions & 82 deletions

File tree

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
3.5.0
2+
* Silence warnings when collecting alt files (#521)
3+
* Adjust handling of encrypt patterns to match 3.3.0 and older
4+
* Make encrypt exclude patterns only match encrypted files
5+
* Automatically exclude alt and template files (#234)
6+
* Support negative alt conditions (#365)
7+
* Handle filenames with space in bash completion (#341)
8+
* Add new yadm.filename template variable (#520)
9+
110
3.4.0
211
* Improve and harden alt file regeneration (#466)
312
* Fix "yadm config" in fish completion (#491)

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Jonathan Daigle
99
Luis López
1010
Tin Lai
1111
Espen Henriksen
12+
AaronYoung5
1213
Cameron Eagans
1314
Klas Mellbourn
1415
James Clark

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The star count helps others discover yadm.
7878
[master-badge]: https://img.shields.io/github/actions/workflow/status/yadm-dev/yadm/test.yml?branch=master
7979
[master-commits]: https://github.com/yadm-dev/yadm/commits/master
8080
[master-date]: https://img.shields.io/github/last-commit/yadm-dev/yadm/master.svg?label=master
81-
[obs-badge]: https://img.shields.io/badge/OBS-v3.4.0-blue
81+
[obs-badge]: https://img.shields.io/badge/OBS-v3.5.0-blue
8282
[obs-link]: https://software.opensuse.org/download.html?project=home%3ATheLocehiliosan%3Ayadm&package=yadm
8383
[releases-badge]: https://img.shields.io/github/tag/yadm-dev/yadm.svg?label=latest+release
8484
[releases-link]: https://github.com/yadm-dev/yadm/releases

yadm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ -z "$BASH_VERSION" ]; then
2222
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
2323
fi
2424

25-
VERSION=3.4.0
25+
VERSION=3.5.0
2626

2727
YADM_WORK="$HOME"
2828
YADM_DIR=

yadm.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" vim: set spell so=8:
2-
.TH YADM 1 "February 9, 2025" "3.4.0"
2+
.TH YADM 1 "March 3, 2025" "3.5.0"
33

44
.SH NAME
55

yadm.md

Lines changed: 100 additions & 78 deletions
Large diffs are not rendered by default.

yadm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
22
Name: yadm
33
Summary: Yet Another Dotfiles Manager
4-
Version: 3.4.0
4+
Version: 3.5.0
55
Group: Development/Tools
66
Release: 1%{?dist}
77
URL: https://yadm.io

0 commit comments

Comments
 (0)