Skip to content

Releases: rkrug/parquet-spotlight-quicklook

v0.4.2

Choose a tag to compare

@rkrug rkrug released this 12 Mar 18:11
26409ae

What's Changed

  • release: v0.4.1 (tests, diagnostics hardening, bug template) by @rkrug in #5
  • fix(ci): release assets workflow shell compatibility by @rkrug in #6
  • release: v0.4.2 (workflow shell fix and version bump) by @rkrug in #7
  • fix(ci): correct zip quoting in release assets workflow by @rkrug in #8

Full Changelog: v0.4.0...v0.4.2

v0.4.0

Choose a tag to compare

@rkrug rkrug released this 12 Mar 15:57
97b8c7f

What's Changed

  • release: v0.4.0 (dataset Quick Look + update checks + cleanup) by @rkrug in #4

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@rkrug rkrug released this 11 Mar 08:45
dff19ea

What's Changed

  • release: prepare v0.3.0 (Quick Look naming + app polish) by @rkrug in #3

Full Changelog: v0.2.2...v0.3.0

v0.2.2

Choose a tag to compare

@rkrug rkrug released this 10 Mar 16:35

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@rkrug rkrug released this 10 Mar 16:22
88ce3f5

What's Changed

  • release: prepare v0.2.1 (ui polish, icon, release automation) by @rkrug in #2

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@rkrug rkrug released this 10 Mar 15:03
2445b34

Highlights

  • Improved Quick Look Parquet preview parsing with structured footer decoding
  • Collapsible schema tree UI (▸ / ▾) with indentation
  • Arrow-style logical scalar type labels in preview
  • Full parsed column list shown in preview (no truncation)
  • Installer hardening for preview bundle integrity
  • Added clean uninstall script: scripts/uninstall.sh (with --dry-run)
  • Documentation updates for install/uninstall and v0.2.0 changes