Skip to content

ConsoleTools v0.2.0

Compare
Choose a tag to compare
@lastunicorn lastunicorn released this 15 Jan 18:03
  • Build: Added build configurations and releases for .NET Framework 4.5 and 4.6.1.
  • ProgressBar: Replaced the ValueAlignment enum with HorizontalAlignment enum.
  • CustomConcole: Added WithoutCursor methods to execute code while the cursor is hidden.
  • CustomConcole: Added background colors for all standard color types (Emphasies, Success, Warning, Error).
  • ProgressBar: [bugfix] Incorrect WriteLine when Value was aligned to right.
  • ProgressBar: Added foreground and background colors.
  • Translation: Added Romanian translation.
  • ValueInput: Renamed TextInput control into ValueInput.
  • ValueInput: When accepting a default value, the value is written in console.
  • ValuOutput: Renamed the TextOutput control into ValuOutput.
  • Spinner: Renamed the Start method into Display.
  • Spinner: [bugfix] Stop method did not stop the spinner.
  • TextMenu: Added the QuickDisplay method.