-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix README
- Loading branch information
Paul Klym
committed
Jun 10, 2018
1 parent
23bbe18
commit e1dc13f
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Changelog | ||
========= | ||
|
||
1.0.0 (2018-06-10) | ||
------------------ | ||
- Initial release | ||
- Copy paste as usual | ||
- Open / hide clipbord history with cmd+shift+v | ||
- When clipboard history window is active use shortcut cmd+(0-9) to parse first 10 items | ||
- Delete item with (you guess) delete button. Also you can delete multiple items, just select multiple of them | ||
- New liine characeters `\n` replaces with `⏎` to see the full line | ||
- Multiple paste (select with shift of cmd multiple items and press enter to paste) separated with space (cmd+return to separate with new line characters and cmd+option to join string) | ||
- Press esc or cmd+shift+v to hide window | ||
- Tray that can be used to quit application or paste from history |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters