Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
removed v0.4 incompatibility notice
  • Loading branch information
8go authored Oct 21, 2024
1 parent ec9b564 commit 117a058
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@ alt="MC logo" height="150">
# matrix-commander-rs
simple but convenient CLI-based Matrix client app for sending, receiving, and much more

# Incompatibilities

Version 0.4 is incompatible with previous versions.
The default location of the store has changed.
The directory name of the default store used to be `sledstore`.
Now it is just `store`. The program attempts to rename
the store's directory name automatically. E.g. on Linux it tries
to automatically rename
`~/.local/share/matrix-commander-rs/sledstore/` to
`~/.local/share/matrix-commander-rs/store/`.
If you have used the default store name in the past,
and automatical renaming is failing for you, then rename the store's
directory name from
`sledstore` to `store` manually. Also, some JSON and
text output is different than in previous version. If you are parsing
the output you should do careful testing to adapt to the changed
output.

# Help create this Rust program

This Rust project is currently bare essentials.
Expand Down

0 comments on commit 117a058

Please sign in to comment.