You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version 0.9.2
Small changes are introduced regarding copy, search and sort.
Changed (small ones):
- The search is now smartcase like in vim.
- The list is sorted case-insensitively.
- Searching is now considering the pattern to be space separated keywords. The
search result requires all keywords are in the password name, naturally.
- Copy will copy only the right hand side of colon ":" if exists.
Fixed:
- Check if pass directory exists.
- Colors of focused items in light color schemes now have correct reverse effects.
- Do not move cursor after inserting a new item if the path is absolute.
- Prevent focus change when in editbox.
version 0.9.1
Bugs fix release.
Fixed:
- Preview not updating due to name duplicates, e.g., when switching between a
folder item and a file item with the same name.
- Folder's count not updating after the item within are added/removed.
- Git commit messages flashing by after editing password. Now it has been
worked around.
- When creating multi-level filename, e.g. "foo/bar", instead of using that
whole name as a single file, now shows directory hierarchy correctly.
- Fix new item not showing if a dir with the same name exists.
version 0.9.0
Added:
- Search within the current folder, i.e., current window. Key bindings are vim-like:
/ search forward.
? search backward.
n goto next.
N goto previous.
Fixed:
- Position indicator not updating when moving the cursor up and down.
version 0.8.2
`cpass` is uploaded to pypi!
Fixed:
- When copy fails (possibly due to no X11), cpass will crash. Its output also
messes the UI. Note after the fix the original error message is also blocked.
version 0.8.1
Fixed:
- Save the log file in system temporary folder, normally `/tmp` for Linux.
It was saved to the current location where cpass is started.
version 0.8.0
Changed:
- Renamed the excutable to `cpass`, the extension was removed. This breaks
compatibility in a way, but I did not start a new major version, since I have
not promoted cpass to anyone yet so the impact is nearly zero. Nobody cares.
version 0.6.0
Added:
- Key binding customization support in the configuration file.
Fixed:
- Warning not shown for different password input.
- Crash if there is no colors section in the configuration file.