add news item for git-annex 10.20240808

This commit is contained in:
Joey Hess 2024-08-08 15:27:11 -04:00
parent c15c32b5f8
commit 3b758aaad6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 7 additions and 16 deletions

View file

@ -1,16 +0,0 @@
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."""]]

View file

@ -0,0 +1,7 @@
git-annex 10.20240808 released with [[!toggle text="these changes"]]
[[!toggleable text=""" * Remove debug output (to stderr) accidentially included in
last version.
* When getting from a P2P HTTP remote, prompt for credentials when
required, instead of failing.
* When proxying an upload to a special remote, verify the hash.
* Avoid loading cluster log at startup."""]]