Skip to content

Commit d109353

Browse files
Hotfix update, error handling is more concise
1 parent 9dcf31d commit d109353

File tree

9 files changed

+328
-199
lines changed

9 files changed

+328
-199
lines changed

.github/workflows/build_and_release.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
This changelog is formatted based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44

5+
## [3.5.1] - 28.10.2021
6+
7+
- Migrated from `native-dialog` to [`rfd`](https://crates.io/crates/rfd)
8+
- Removed `NativeDialogError` as its no longer required
9+
- Removed `wrappers::print()` and replaced it with `eprint!`
10+
- Removed GitHub Actions workflow
11+
- `FError` now prints error messages in its custom implementation of `std::fmt::Debug`
12+
- Made the main function also return an `FResult<()>` which on error, prints the error message from `FError`'s `Debug` and exits with code `1`
13+
514
## [3.5.0] - 24.10.2021
615

716
### Added

0 commit comments

Comments
 (0)