2019-10-31 17:53:30 +01:00
|
|
|
# Next
|
|
|
|
|
2020-02-12 09:20:39 +01:00
|
|
|
**Breaking changes**
|
|
|
|
|
|
|
|
- the selector's tool now defaults to wofi, rather than the obsolete dmenu
|
|
|
|
|
2019-12-10 09:36:35 +01:00
|
|
|
**New features**
|
|
|
|
|
|
|
|
- add support for bemenu selector, a multi backend dmenu clone
|
|
|
|
|
2019-10-28 09:58:22 +01:00
|
|
|
# 1.2.0
|
2019-10-27 09:22:40 +01:00
|
|
|
|
|
|
|
**New features**
|
|
|
|
|
|
|
|
- `restore` command to serve the last history item, useful when run at startup.
|
2019-10-27 09:24:51 +01:00
|
|
|
- `--tool-args` argument to pass additional args to dmenu/rofi/etc.
|
|
|
|
- rofi and wofi now display a prompt hint to remind you whether you are picking or clearing
|
2019-10-27 09:22:40 +01:00
|
|
|
|
2019-10-27 21:53:27 +01:00
|
|
|
**Notable Bug fixes**
|
|
|
|
|
|
|
|
- we don't leak our clipboard to `ps` anymore
|
|
|
|
|
2019-10-28 09:58:22 +01:00
|
|
|
# 1.1.0
|
2019-10-13 10:30:56 +02:00
|
|
|
|
|
|
|
**New features**
|
|
|
|
|
|
|
|
- add support for wofi selector, a native wayland rofi clone
|
|
|
|
- serve next-to-last item when clearing last item
|
|
|
|
|
2019-10-28 09:58:22 +01:00
|
|
|
# 1.0.0
|
2019-09-16 16:06:10 +02:00
|
|
|
|
|
|
|
**Breaking changes**:
|
|
|
|
|
2019-09-16 19:39:53 +02:00
|
|
|
- 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"
|
2019-09-16 20:44:19 +02:00
|
|
|
|
|
|
|
**New features**:
|
|
|
|
|
2019-09-16 19:39:53 +02:00
|
|
|
- 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`
|
2019-09-16 20:44:19 +02:00
|
|
|
- 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)
|