Skip to content

Releases: mukunku/ParquetViewer

v3.4.0

12 Aug 21:28
b9f29d8
Compare
Choose a tag to compare

PR: #147

This release:

  • Adds a new Right Click → Copy as WHERE... option to quickly formulate filter queries (#144)
  • Makes bool columns sortable (#139)
  • Fixes a bug that occurs when opening some List fields (#138)
  • Makes a tweak to JSON exports to potentially handle some edge cases better (#140)
  • Incorporates @cetindogu 's binary formatter PR into the app (#134) 🥇 🙇🏼
    • Right-clicking on the header of a binary column will expose several deserialization options now:
      {3F350343-EAA9-4FF2-BA3C-CB1001C6B40B}
  • Fixes a bug that was introduced in v3.2.0 that causes a crash when formatting some floating point numbers using decimals instead of scientific notation.
    • Scientific notation will once again be the default format. However users can now right-click the header of the column to switch to Decimal formatting if desired:
      {758367CB-D6A9-4727-8ABC-E7CD71A22F18} {42FCC038-EEE7-40C6-B67D-2C3688D2DFE6}
  • Filter query documentation now mentions we support IN and NOT IN clauses (#142)
  • Minimum window height for the application has been reduced (#141)
  • Adds a fix for decimals with no scale defined (#128)

To be able to use the regular executable .NET Desktop Runtime 8 must be installed on your machine. If you do not have the runtime installed and cannot install it use the self contained executable instead.

v3.3.0

01 Jun 21:49
e7e2ac8
Compare
Choose a tag to compare

PR: #136

This release:

  • Releases will now be signed thanks to the SignPath Foundation sponsoring this project with their free code-signing services.
    • This is reflected on the new Code Signing Policy page.
    • Special thanks to @XVII for mentioning this organization in #36, making this sponsorship possible!
  • Handles null structs better (#130)
  • New experimental Dark Mode: Help → Share Usage Data → Dark Mode
    image
    • Analytics sharing needs to be enabled to try it out 🌚
    • You can disable analytics sharing after enabling Dark Mode if you really want to
  • Fixes a bug regarding the clipboard and really large files (#131)

To be able to use the executable .NET Desktop Runtime 8 must be installed on your machine.

v3.2.1

03 Feb 00:26
Compare
Choose a tag to compare

PR: #127

This release:

  • Improves parquet file compatibility. (#121) (#126)
  • Provides small bug fixes and UI tweaks.

To be able to use the executable .NET Desktop Runtime 8 must be installed on your machine.

v3.2.0

23 Dec 22:06
Compare
Choose a tag to compare

PR: #123

This release:

  • Adds support for Map fields with multiple values. (#122) - Special thanks to @Zylence for their contribution 💟
  • Handles empty/null Map and List values correctly. (#120)
  • Renders float values with many fractional digits using decimal formatting instead of scientific notation now.
  • Adds a progress bar to file exports.
  • Provides a new, user configurable date format option: Edit → Date Format → Custom...
    • ISO 8601 (Alt 1) and ISO 8601 (Alt 2) date formats have been removed
    • The ISO 8601 date format has been updated to include the maximum precision available: yyyy-MM-dd HH:mm:ss.FFFFFFF (#116)

To be able to use the executable .NET Desktop Runtime 8 must be installed on your machine.

v3.1.0

05 Aug 00:05
Compare
Choose a tag to compare

PR: #114

This release:

  • Adds new export options under File → Save Results As for .json and .parquet
    • Complex types (list, struct, map) not supported when exporting as parquet.
  • Fixes a rare Null Reference Exception that can occur when opening invalid parquet files.

To be able to use the executable .NET Desktop Runtime 8 must be installed on your machine.

v3.0.0

10 May 16:56
Compare
Choose a tag to compare

PR: #109

This release:

  • Upgrades the project to .NET 8
    • Users who use the regular executable will need to install .NET Desktop Runtime 8 to upgrade to this version
    • This was required because older versions of .NET are being retired at the end of this year
  • Fixes a bug when opening folders containing _SUCCESS files (#104) Thanks to @brentbundang 👏🏼
  • Adds support for Struct arrays/lists (#108) Thanks to @ChristianDu
  • Removes date-only date formats from the application
  • Improves sorting when column headers are clicked
  • Help → About page now contains a checkbox to easily make ParquetViewer your default application for .parquet files.

To be able to use the executable .NET Desktop Runtime 8 must be installed on your machine.

v2.10.1

06 Mar 01:51
Compare
Choose a tag to compare

PR: #102

This release:

  • Adds nested Struct type support (#100)
  • Fixes various issues with some Map, List, and byte[] fields

To be able to use the executable .NET Desktop Runtime 7 must be installed on your machine.

v2.10.0

05 Feb 03:05
Compare
Choose a tag to compare

PR: #99

This release:

  • Adds a Load all records (Ctrl+E) button
    image
  • New Edit → Always Load All Records setting
    image
    see wiki: User Settings
  • Updates packages and provides small UI tweaks

To be able to use the executable .NET Desktop Runtime 7 must be installed on your machine.

v2.9.0

11 Dec 03:27
Compare
Choose a tag to compare

PR: #98

This release:

  • Has significant load speed optimizations
  • Adds an image viewer. Image fields will automatically become clickable

To be able to use the executable .NET Desktop Runtime 7 must be installed on your machine.

v2.8.1

27 Nov 05:19
Compare
Choose a tag to compare

PR: #97

This release:

  • Fixes Destination is too short error (#81) (aloneguid/parquet-dotnet#413)
  • Fixes a bug where you couldn't open files with struct fields (#95)
  • Columns with forward slashes in their name will now work (#94) (#96)

To be able to use the executable .NET Desktop Runtime 7 must be installed on your machine.