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.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+
1103.4.0
211 * Improve and harden alt file regeneration (#466)
312 * Fix "yadm config" in fish completion (#491)
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Jonathan Daigle
99Luis López
1010Tin Lai
1111Espen Henriksen
12+ AaronYoung5
1213Cameron Eagans
1314Klas Mellbourn
1415James Clark
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if [ -z "$BASH_VERSION" ]; then
2222 [ " $YADM_TEST " != 1 ] && exec bash " $0 " " $@ "
2323fi
2424
25- VERSION=3.4 .0
25+ VERSION=3.5 .0
2626
2727YADM_WORK=" $HOME "
2828YADM_DIR=
Original file line number Diff line number Diff line change 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
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11%{! ?_pkgdocdir: %global _pkgdocdir %{_docdir }/%{name }-%{version }}
22Name: yadm
33Summary: Yet Another Dotfiles Manager
4- Version: 3.4 .0
4+ Version: 3.5 .0
55Group: Development/Tools
66Release: 1%{?dist }
77URL: https://yadm.io
You can’t perform that action at this time.
0 commit comments