clipman/CHANGELOG.md

21 lines
757 B
Markdown
Raw Normal View History

2019-10-13 10:30:56 +02:00
# 1.1
**New features**
- add support for wofi selector, a native wayland rofi clone
- serve next-to-last item when clearing last item
2019-09-16 16:06:10 +02:00
# 1.0
**Breaking changes**:
- 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
2019-09-17 12:03:13 +02:00
- 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
2019-09-17 12:03:13 +02:00
- STDOUT tool for querying history through external tools (fzf, etc)