aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 0f0be7c14ffa3591c11db61dcc3a1b41be8a2851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# v0.2.0 (2019-01-11)
- Refactor `default_backend` to return a `Box<dyn Backend>`.
- Check the `DIALOG` and `DISPLAY` environment variables in `default_backend`.
- Add the `Stdio` backend.

# v0.1.1 (2019-01-11)
- Add the `Password` dialog box.
- Add the `Zenity` backend.
- Implement `std::fmt::Display` for the `Error` enum.

# v0.1.0 (2019-01-08)
- Initial release with the `Input`, `Message` and `Question` dialog boxes and
  the `Dialog` backend.