summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 72bf3d5..4be0ab3 100644
--- a/README.md
+++ b/README.md
@@ -23,15 +23,21 @@ For more detailed document, visit https://kyoheiu.dev/felix.
## New release
+## v2.2.1 (2022-12-15)
+
+### Fixed
+
+- Fix the compilation on NetBSD.
+
## v2.2.0 (2022-12-12)
### Changed
-- **IMPORTANT**: Trash and log directory path changed.
+- **IMPORTANT**: Trash, log directory, and session file path changed.
- from v2.2.0, felix will use `dirs::data_local_dir()` to store the deleted items and log files, instead of `dirs::config_dir()`.
- - Due to this change, the path for linux will be `$XDG_DATA_HOME/felix/{Trash, log}`, in most case `/home/user/.local/share/felix/{Trash, log}`. For Windows `{FOLDERID_LocalAppData}\felix\{Trash, log}`, typically `C:\Users\user\AppData\Local\felix\{Trash, log}`. No change for macOS users.
- - Note that config file path is unchanged for any OS!
- - Please don't forget deleting old trash diretory and log files if you don't want them anymore.
+ - Due to this change, the path for linux will be `$XDG_DATA_HOME/felix/{Trash, log, .session}`, in most case `/home/user/.local/share/felix/{Trash, log, .session}`. For Windows `{FOLDERID_LocalAppData}\felix\{Trash, log, .session}`, typically `C:\Users\user\AppData\Local\felix\{Trash, log, .session}`. No change for macOS users.
+ - Note that config file path does not change on any OS!
+ - Please don't forget deleting old files if you don't want them anymore.
### Added