* Stable Release
This commit is contained in:
Piyush मिश्रः 2022-08-19 12:56:44 +05:30
parent c6763fca4b
commit 658eba6f96
6 changed files with 4 additions and 3 deletions

2
Cargo.lock generated
View File

@ -905,7 +905,7 @@ dependencies = [
[[package]]
name = "post_maker"
version = "0.6.0-alpha.2"
version = "0.6.1"
dependencies = [
"bichannel",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "post_maker"
version = "0.6.0-alpha.2"
version = "0.6.1"
edition = "2021"
description = "Post Maker helps you to make post for Instagram and other Social Media apps easily."
authors = ["PiyushXCoder <https://piyushxcoder.in>"]

View File

@ -41,7 +41,7 @@ You can follow rust's official guide to install rust compiler and cargo [here](h
## General Overview of Controls
![](assets/20220124_152902_screenshot.png)
![](assets/Screenshot_2022-08-19_12-42-44.png)
## License

Binary file not shown.

Before

Width:  |  Height:  |  Size: 887 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -97,6 +97,7 @@ fn main() {
dialog::message_default(&msg);
std::process::exit(1);
}
// Fltk does not show dialogs from other thread in windows, So this is hack to get things done
AppMessage::DeleteImage => {
let ch = dialog::choice_default("Image is too small", "Delete", "Keep");
if ch == 0 {