Flow CSV Viewer Changelog

What's new in Flow CSV Viewer 1.1.1

Mar 3, 2022
  • Option to ignore rows starting with # in CSV Import settings.
  • Rename command in the Project menu for renaming files in the project.
  • Rename command in the Variable menu for renaming formula variables.
  • X axis variable value is shown when hovering over plot.
  • Changed semantics, associativity and precedence of **, // and unary minus operators to match Python.
  • Columns with no values are turned into string variables instead of bool.
  • Short files are zoomed to fill the full horizontal space on opening and when commanding Zoom Out Horizontally/Completely.
  • Flow CSV Viewer can be the default opener of TSV files.
  • Fixed crashes and internal errors reported from clients via Bugsnag.
  • Fixed several problems with automatic reload of externally changed files.
  • Fixed problems with Save and Save Project enabledness.
  • Fixed incorrect horizontal scale for negative X values.
  • Multiple other fixes and improvements - see the What's New section in Help for details.

New in Flow CSV Viewer 1.0.4.0 (Feb 22, 2021)

  • This is a maintenance release with better performance, improved user interface and fixed bugs:
  • New command in project menu: Add active file.
  • Faster loading of CSV files.
  • Fixed internal errors reported from clients.
  • Fixed failed to load settings when open file paths contained certain characters.
  • Fixed memory leak when closing files.
  • Fixed crash when using cursor keys after having removed a cell.
  • Fixed glitches when reordering tabs.
  • Fixed documentation of round().
  • Internal errors can't be shown more than once in a dialog box.
  • Added list of reserved words to documentation.
  • Visual improvements in the variable and chart views.

New in Flow CSV Viewer 1.0.3.0 (Oct 15, 2020)

  • Settings and preferences are shared between multiple installations of Flow, if any.
  • Fixed settings and preferences were cleared when updating with Microsoft Store.
  • Fixed update notification when updating with Microsoft Store.

New in Flow CSV Viewer 1.0.1 (Oct 8, 2020)

  • Video tutorials.
  • Middle mouse button can be used to pan over plots.
  • Dragging variables and cells above or below the variable view scrolls the view.
  • Thicker plot lines on high DPI monitors.
  • New preference: Apply variable view settings to all open tabs.
  • New preference: Auto distribute variables into cells on opening.
  • Fixed couldn't drop cells right on top of separators when reordering cells.
  • Fixed out of memory error when loading very large files although there was still memory available.
  • Fixed crash when trying to remove a file that doesn't exist on disk.
  • Fixed some crashes and internal errors reported from users.

New in Flow CSV Viewer 1.0 (May 7, 2020)

  • Additional formula functions and operators: min, max, tanh and bitwise operators.
  • Improved statistics bar: Sample count and sum for numeric variables, statistics for string variables.
  • New visual style.
  • Single instance: All CSV files are opened in the same Flow CSV Viewer window.
  • When opening unseen CSV files, variables are automatically grouped, enabled and colored based on type and value range.
  • Improved find: When searching with a boolean expression, all satisfying samples are selected.
  • Variable view settings can be saved in the project file.
  • Value selection: Values from individual variables can be selected in the plot.
  • Samples and values can be selected by shift-clicking in plot.
  • Support for back and forward mouse buttons in help window.
  • Smooth line plots with antialiasing.
  • The full path of an open file can be seen by hovering with the mouse over the tab.
  • Folder structure is shown in the project tree.
  • Changed semantics of reference to negative time: x[-1] is NaN for numeric variables.
  • Support for CSV files with comma as a decimal separator.
  • Faster formula computation.
  • Multiple bug fixes, optimizations and other improvements.

New in Flow CSV Viewer 0.9.2.0 (Oct 28, 2019)

  • Improved CSV and FLP file icons.
  • Added menu item with link to support forum.
  • Added information about the legend in Help/Mouse Operations.
  • Privacy improvement: Removed full file paths in error logs.
  • Fixed problems when entering the wrong number of argument to math functions in formulas.
  • Fixed mouse cursor when resizing cells.
  • Fixed some unhandled exceptions.