From cf1411fabe7e9b2b46606b5f93dee0ea3a59c284 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 27 Feb 2024 13:02:23 -0400 Subject: [PATCH] add news item for git-annex 10.20240227 --- doc/news/version_10.20240227.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/news/version_10.20240227.mdwn diff --git a/doc/news/version_10.20240227.mdwn b/doc/news/version_10.20240227.mdwn new file mode 100644 index 0000000000..dfb95d996d --- /dev/null +++ b/doc/news/version_10.20240227.mdwn @@ -0,0 +1,16 @@ +git-annex 10.20240227 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * importfeed: Added --scrape option, which uses yt-dlp to screen scrape + the equivilant of an RSS feed. + * importfeed --force: Don't treat it as a failure when an already + downloaded file exists. (Fixes a behavior change introduced in + 10.20230626.) + * importfeed --force: Avoid creating duplicates of existing + already downloaded files when yt-dlp or a special remote was used. + * addurl, importfeed: Added --raw-except option. + * stack.yaml: Update to lts-22.9 and use crypton. + * assistant, undo: When committing, let the usual git commit + hooks run. + * Added annex.commitmessage-command config. + * pre-commit: Avoid committing the git-annex branch + (except when a commit is made in a view, which changes metadata). + * Pass --no-warnings to yt-dlp."""]] \ No newline at end of file