ParquetViewer icon indicating copy to clipboard operation
ParquetViewer copied to clipboard

V3.5.0 Release

Open mukunku opened this issue 1 month ago • 1 comments

This PR:

  • Updates StructValue to use a custom DataRowLite class instead of System.Data.DataRow.
  • If .xls export fails because cell content is too large, the app will now ask the user if they'd like to automatically switch to .xlsx instead.
  • Nested list support improvements (#119):
    • List of Lists are now partially supported
    • List of Structs with nested lists are also now partially supported (#148)
    • Had to make some drastic changes to list reading logic. Hope it won't cause any regressions 🤞🏼
  • .xlsx exports will now show a progress bar like other file types (https://github.com/mini-software/MiniExcel/pull/883)
  • Audio playback support added with a custom audio player datagridview cell type (#165) {857473E1-76CB-4106-9EE4-66C1BC3BCDA1}
  • Fixed an issue with Map key/value pairs being out of order (#155)
  • Middle mouse click shortcut added for image fields that conform to the huggingface parquet standard (#165)
  • Fix a couple of regressions (https://github.com/mukunku/ParquetViewer/pull/166/commits/cbb4eed7baa469b20c2f4b843ce632f79dbef155) (https://github.com/mukunku/ParquetViewer/pull/166/commits/16ebe52521b97cdb3aea28691cc38fc7fdf3466a)
  • Patch for #156

mukunku avatar Nov 22 '25 18:11 mukunku

Unit Test Results

✔️ Tests 58 / 58 - passed in 1.2s 🔍 click here for more details
✏️ updated for commit 9ac8fb0

github-actions[bot] avatar Nov 22 '25 18:11 github-actions[bot]