aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 99a219ffc0202030d7a86e35723a75d5fac74acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!---
SPDX-FileCopyrightText: 2019 Robin Krahl <robin.krahl@ireas.org>
SPDX-License-Identifier: CC0-1.0
-->

# Unreleased
- Add the `KDialog` backend (contributed by Stephan Sokolow).
- Add the `FileSelection` dialog (contributed by Reyk Floeter).
- Comply with version 3.0 of the REUSE specification.
- Implement `Default` for all backend structs.

# v0.2.1 (2019-06-30)
- Fix the input and password dialogs for the `zenity` backend (thanks Silvano
  Cortesi for the bug report):
  - Read from `stdout` instead of `stderr`.
  - Remove trailing newlines from the result.

# 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.