diff options
| author | default <nobody@localhost> | 2024-09-19 15:07:59 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-09-19 15:07:59 +0200 |
| commit | 26674e1ec3d29508e6cfb2ef9f155c6a312f2bb0 (patch) | |
| tree | d57179c45708e9b05f7e57aaa47c2b7f520339e6 | |
| parent | d5f0acaf87ed634c6bed503f2319cc4fc508381e (diff) | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 66ba4fb..056d631 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,8 @@ ## 2.60 +New command-line option `export_csv`, that exports user data in a format suitable to be imported into Mastodon (specifically, `blocked_accounts.csv`, `bookmarks.csv`, `following_accounts.csv` and `lists.csv`). + Fixed a bug in argument parsing regarding some special characters (contributed by ndagestad). ## 2.59 |