# 1.0.1.0
- Binary operator options can now be parsed/formatted as JSON in a more compact
way: `foo --times bar --times baz` can now be serialized/deserialized as
`{"times":[foo,bar,baz]}`
- `--package PACKAGE` (i.e. without any version or version range specified) now
stands for all versions of `PACKAGE`. Likewise in JSON
`{"package":"PACKAGE","versions":null}` now stands for all versions.
- In the TUI, a build can now be:
- interrupted with Ctrl+C
- terminated with Ctrl+\
- prioritized with P
- restarted with R
# 1.0.0.0
Initial Hackage release