Skip to content

ConsoleTools v0.3.0

Compare
Choose a tag to compare
@lastunicorn lastunicorn released this 24 Jan 19:18
  • ProgressBar: Renamed the BarEmptyColor and BarFillColor into BarEmptyForegroundColor and BarFillForegroundColor.
  • ProgressBar: Renamed the Done() method into Close().
  • Spinner: Renamed the Stop() method into Close().
  • Prompter: Renamed the Run() method into Display().
  • Prompter: Renamed the RunOnce() method into DisplayOnce().
  • Prompter: Renamed the RequestStop() method into RequestClose().
  • Prompter: Added MarginTop/MarginBottom.
  • Spinner: Renamed the spinner templates.
  • Pause [bugfix]: Control is not correctly erased when it is displayed at the bottom of the console buffer.
  • Added French translation.
  • DataGrid: Renamed Table into DataGrid.
  • DataGrid: Exposed the Rows list.
  • DataGrid: Removed the ColumnCount and RowCount properties. The values can be retrieved directly from the Columns and Rows lists.
  • DataGrid: Created a StreamTablePrinter that writes the table into a Stream.
  • DataGrid: [performance] Fixed performance issue introduced in ver 0.2.0.
  • DataGrid: Added MarginTop/MarginBottom.
  • Console MVC: Removed. It was moved in its own project named ConsoleMvc.
  • TextMenu: Added MarginTop/MarginBottom.
  • YesNoControl: Added MarginTop/MarginBottom.
  • Other minor changes.