File tree Expand file tree Collapse file tree 7 files changed +158
-151
lines changed Expand file tree Collapse file tree 7 files changed +158
-151
lines changed Original file line number Diff line number Diff line change 1+ 3.2.2
2+ * Support spaces in distro/distro-family (#432)
3+ * Fix zsh hanging when tab completing add/checkout (#417)
4+ * Add yadm-untracked script to contributed files (#418)
5+ * Fix documentation typos (#425)
6+ * Support docker-like OCI engines for dev testing (#431)
7+
183.2.1
29 * Fix Bash 3 bad array subscript bug (#411)
310
Original file line number Diff line number Diff line change @@ -12,8 +12,12 @@ Espen Henriksen
1212Cameron Eagans
1313Klas Mellbourn
1414James Clark
15+ Glenn Waters
16+ Nicolas signed-log FORMICHELLA
1517Tomas Cernaj
18+ Joshua Cold
1619jonasc
20+ Nicolas stig124 FORMICHELLA
1721Chad Wade Day, Jr
1822Sébastien Gross
1923David Mandelberg
@@ -26,7 +30,6 @@ Siôn Le Roux
2630Mateusz Piotrowski
2731Uroš Golja
2832Satoshi Ohki
29- Nicolas stig124 FORMICHELLA
3033Jonas
3134Franciszek Madej
3235Daniel Wagenknecht
@@ -46,3 +49,4 @@ Thomas Luzat
4649Russ Allbery
4750Brayden Banks
4851Alexandre GV
52+ Felipe S. S. Schneider
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ The star count helps others discover yadm.
7272[ master-badge ] : https://img.shields.io/github/workflow/status/TheLocehiliosan/yadm/Tests/master?label=master
7373[ master-commits ] : https://github.com/TheLocehiliosan/yadm/commits/master
7474[ master-date ] : https://img.shields.io/github/last-commit/TheLocehiliosan/yadm/master.svg?label=master
75- [ obs-badge ] : https://img.shields.io/badge/OBS-v3.2.1 -blue
75+ [ obs-badge ] : https://img.shields.io/badge/OBS-v3.2.2 -blue
7676[ obs-link ] : https://software.opensuse.org//download.html?project=home%3ATheLocehiliosan%3Ayadm&package=yadm
7777[ releases-badge ] : https://img.shields.io/github/tag/TheLocehiliosan/yadm.svg?label=latest+release
7878[ releases-link ] : https://github.com/TheLocehiliosan/yadm/releases
Original file line number Diff line number Diff line change 11#! /bin/sh
22# yadm - Yet Another Dotfiles Manager
3- # Copyright (C) 2015-2022 Tim Byrne
3+ # Copyright (C) 2015-2023 Tim Byrne
44
55# This program is free software: you can redistribute it and/or modify
66# it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ if [ -z "$BASH_VERSION" ]; then
2121 [ " $YADM_TEST " != 1 ] && exec bash " $0 " " $@ "
2222fi
2323
24- VERSION=3.2.1
24+ VERSION=3.2.2
2525
2626YADM_WORK=" $HOME "
2727YADM_DIR=
Original file line number Diff line number Diff line change 11.\" vim: set spell so=8:
2- .TH yadm 1 "17 March 2022 " "3.2.1 "
2+ .TH yadm 1 "23 January 2023 " "3.2.2 "
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.2.1
4+ Version: 3.2.2
55Group: Development/Tools
66Release: 1%{?dist }
77URL: https://yadm.io
You can’t perform that action at this time.
0 commit comments