Skip to content

Commit

Permalink
Add CHANGELOG file
Browse files Browse the repository at this point in the history
Fix README
  • Loading branch information
Paul Klym committed Jun 10, 2018
1 parent 23bbe18 commit e1dc13f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Clipboard manager for macOS. It saves clipboard history and when you need to pas

## Install

Just go to releases tab and download latest build or build it yourself in xcode, it is very easy.
Just go to releases tab (https://github.com/paul-nameless/clipboard/releases) and download latest build or build it yourself in xcode, it is very easy.

## Shortcuts

Expand All @@ -23,7 +23,7 @@ Here are usefull shortcuts to know:
You need to install Xcode firstly.

```
git clone [link]
cd Clipboard
git clone https://github.com/paul-nameless/clipboard.git
cd clipboard
xcodebuild -project ClipHistory.xcodeproj -alltargets -configuration Release
```

0 comments on commit e1dc13f

Please sign in to comment.