From 3454a67b4c856e5d6eca51b5b6072ac5fae5ea73 Mon Sep 17 00:00:00 2001 From: yory8 <> Date: Tue, 17 Sep 2019 12:03:13 +0200 Subject: [PATCH] docs: update v1 changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd4326..573621e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ - switch from flags to subcommands: `wl-paste -t text --watch clipman store` instead than `clipman -d` and `clipman pick` instead than `clipman -s` - switch demon from polling to event-driven: requires wl-clipboard >= 2.0 +- rename "selector" flag to "tool" **New features**: - primary clipboard support: `wl-paste -p -t text --watch clipman store --histpath="~/.local/share/clipman-primary.json` and `clipman pick --histpath="~/.local/share/clipman-primary.json` - new `clear` command for removing item(s) from history +- STDOUT tool for querying history through external tools (fzf, etc)