summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkyoheiu <kyoheiu@outlook.com>2022-12-19 05:26:46 +0900
committerkyoheiu <kyoheiu@outlook.com>2022-12-19 05:26:46 +0900
commit5b0f690986edfe2ec009b43e99964168b49ba975 (patch)
tree0f3a8821980caea67d3e4ed984211b9193402bf8 /README.md
parentded0e2481d04f3a2a2e0a2256658da2bcb43e7d2 (diff)
v2.2.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 4 insertions, 21 deletions
diff --git a/README.md b/README.md
index 0aa3ff7..f147684 100644
--- a/README.md
+++ b/README.md
@@ -23,30 +23,13 @@ For more detailed document, visit https://kyoheiu.dev/felix.
## New release
-## v2.2.1 (2022-12-15)
+## v2.2.2 (2022-12-19)
### Fixed
-- Fix the compilation on NetBSD.
-
-## v2.2.0 (2022-12-12)
-
-### 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, .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
-
-- `:trash` to go to the trash directory.
-
-### Fixed
-
-- Support NetBSD to open file in a new window.
-- Properly remove broken symlink in Windows as well. Also, when deleting/puttiing a directory, broken symlink(s) in it won't cause any error and will be removed from the file system after deleting/putting.
+- Disable commands with Ctrl or other modifiers unless explicitly implemented. (For now, `Ctrl + r` to redo is implemented) This avoids for example the situation where `Ctrl + d` unintentionally deletes an item.
+- Add `create_dir_all` to `config_dir` and `data_local_dir` to avoid error.
+- Check if the argument is directory.
For more details, see `CHANGELOG.md`.