tp-note 1.17.0

Minimalistic note taking: save and edit your clipboard content as a note file
#!/bin/sh

cargo update

### Better do these manually
# cargo upgrade

rm -r ../target
rm -r ../doc/build