Releases: mukunku/ParquetViewer
v3.4.0
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) 🥇 🙇🏼
- 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.
- Filter query documentation now mentions we support
IN
andNOT 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
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
- 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
v3.2.0
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)
andISO 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
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
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
- Users who use the regular executable will need to install
- 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
v2.10.0
PR: #99
This release:
- Adds a
Load all records (Ctrl+E)
button
- New
Edit → Always Load All Records
setting
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
v2.8.1
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.