Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 19:33
c126dc3

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 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!

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)