Skip to content

v3.0.0 Preview 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Laim Laim released this 08 Nov 01:37
· 6 commits to dev-branch since this release

Full Changelog: 3.0-p1...3.0-p2

  • Migrated all Console code from frmMain_Shown to Snap2HTML-NG.Console
  • Removed some legacy user settings data bindings that were causing the GUI to crash
  • Created CommandLineModel for argument names and values
  • Added help information to Console
  • General code cleanup in Console
  • Removed UserSettings.xml dependency in DataBuilder
  • Added pattern argument to Console
  • Added option for randomized names to Console
  • Cleaned up some code in frmMain and integrated into DataBuilder
  • Added UserSettingsModel (partially implemented) for frmMain_BackgroundWorker and Program.cs for Console so that multiple Console instances can run without the UserSettings.xml file being overwritten every time
  • Added ReleasesModel for Update Checking (not implemented)
  • Added Updater.cs for Update Checking (not implemented)

Known Issues

  • Console help argument has the wrong executable name in it. It currently has Snap2HTML-NG.CommandLine but it should be Snap2HTML-NG.Console