snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit cea29e946373089f056ee49c7a87a0fca73325a4
parent fec602970f574fb9cbaeab1866c8e6388ba52d81
Author: default <nobody@localhost>
Date:   Sat,  4 Jan 2025 19:33:31 +0100

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -10,7 +10,9 @@ New "Like by URL" operation (contributed by dheadshot). Some search fixes regarding repeated matches. -The `export_csv` cmdline operation now exports the CSV files inside each user's `export/` subdirectory instead of the current directory. +The `export_csv` cmdline operation now exports the CSV files inside a user's `export/` subdirectory instead of the current directory. + +All CSV files to be imported must now be stored inside a user's `import/` subdirectory instead of the current directory. Mastodon API: more timeline paging tunings (contributed by nowster).