-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
### What's new? | ||
|
||
* __If you run the executable without arguments (e.g: from the file explorer), you'll be guided on providing | ||
the arguments it needs via prompts.__ | ||
the arguments it needs via terminal prompts.__ | ||
* The program now checks for duplicate collections and will ask you if you want to continue if it finds one. | ||
You can also disable this behaviour by passing the `--skip-duplicate-check` flag. | ||
* Backups now include the date in the filename to not overwrite the old ones. | ||
Be sure to clean up your backups from time to time! | ||
Be sure to clean up your backups from time to time! | ||
|
||
|
||
|
||
#### Comments | ||
|
||
I wanted to do a graphical interface but Rider doesn't support Windows Forms Designer for | ||
.NET Core and JetBrains doesn't seem to care at all about this even tho it's a highly requested | ||
feature. But I don't want to use Visual Studio because man it looks so old lmao. | ||
|
||
Might do a mix of terminal and dialogs later! (until Windows Forms Designer is supported in | ||
Rider) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters