Fixed - The `shell` command is now executed in a shell (shock.gif) and will expand things like `*.md` correctly - Keybindings that start with `::` will now expand the `%` placeholders (like `%f` or `%p`)
Added - `files.show-hidden-files` configuration option - `files.show-sidecar-files` configuration option - `editor.no-completion` configuration option to prevent completion for some tags - `editor.tags` configuration option to suggest standard extra tags - Introduced `paste-overwrite` and `paste-append` in the file browser - `launch` command (in file browser) - Blocking processes (e.g. long copy operations) can be cancelled by pressing `Esc` or `^C` (at least you can request it; the file browser will try to listen to it)
Changed - The regular `paste` in the file browser will no longer paste with a new file name when a file with the same name already exists. Instead you will see an error message. See `paste-append` and `paste-overwrite` in the documentation.
0.7.0
Added - Help panel added. Try `F1`, `?`, or `:help` to show all shortcuts and available commands - `find` command (on shortcut `/`, `find-next` is on `n` and `find-prev` on `N`) - `all.find-case-sensitive` configuration option - `open-with` command - `files.selection-icon` configuration option (what symbol to use to indicate a selected file or folder) - `files.info` configuration option (extra info columns, like file size) - Completion box for extra metadata values in the editor panel - `dictionary.` configuration option to define dictionaries of allowed words per metadata tag
Fixed - Addons could not access packages when importing - Fix editing through external editor
Changed - Depend on metaindex version 1.2.0
0.6.1
Fixed - `filename` and `last_modified` were not accessible for `documents.columns` and in the metadata editor
0.6.0
Fixed - A couple of bugfixes, mostly UI related
Changed - Use metaindex 1.0.0
0.5.0
Changed - Switched most references from github.com to vonshednob.cc - Auto-index a file when the editor panel is launched and no metadata is available yet
Added - `--version` command line flag - `--check-for-update` command line flag - Support for addons in form of directories - `is_hidden` and `is_executable` helper functions - Autocompletion in `cd` command - `cut` for cut and paste in file panel
Fixed - `set` command used to show the completion for the parameter’s values, too - The completion used to cause quite some flickering - Pasting a file (and outside changes) could change the selected item in the file panel
0.4.0
Changed - Depends on metaindex 0.7.0 - Refactoring of copy and paste, see `clipboard.py` for developer instructions
Added - `paste` command can paste files in the file browser
Removed - `copy-tag`, `copy-append-tag`, `paste-tag` have been removed. Use `copy`, `append`, and `paste` instead