Skip to content

Releases: yogilad/Klipboard

v0.1.4

19 Feb 20:46
09e6ac9
Compare
Choose a tag to compare

Features

  • New Command - Detect and list the schemas of up to 100 files
  • New Setting - KQL Type detection modes allows reducing false detection of special KQL types like GUIDs, Timespans and so on
  • New Query Target - Invoked queries can be sent back to the clipboard instead of auto launching
  • Structured Query allows choosing between Has Row Header, Has No Row Header and Auto Detect
  • Text View can show up to 1MB (previously 32KB)
  • Improved notification experience

v0.1.3

30 Oct 21:29
c820451
Compare
Choose a tag to compare

IMPORTANT

Fixed issues with Setup Upgrade breaking the app. If you run into issues, please uninstall and install again.

Features

  • Add support for working with a local instance of Kusto (Kusto Personal or a debug version of Kusto).
    To do so, create a connection with the following format http[s]://localhost[:port].
  • Invoke Kusto Explorer Desktop using app link (without going through Edge browser).
  • New Quick Actions Target: Paste resulting queries back to the clipboard.

Bug Fixes

  • Show exceptions as multi line strings.
  • Improved Quick-Action cluster name detection.
  • Remove unneeded settings file path UX option.

v0.1.2

22 Oct 20:58
d1d32b3
Compare
Choose a tag to compare

Features

  • New Command: Inspect Clipboard Content (shows a preview of the content of the clipboard)
  • Add progress notification for temp table and external data query.
  • Better error reporting notifcation.
  • Add basic logging with Serilog, and include Kusto SDK logs (warnings and errors)
  • Single process - the app will not run twice.
  • Published assemblies are versioned

Bug Fixes

  • Column name auto-correct for inline query and external table query is less strict, preserving the source column name
  • When creating a temp table from json data and auto correcting column names, create a mapping policy to fix map between the json file and the column names

v0.1.1

06 Oct 18:39
563bf68
Compare
Choose a tag to compare

Features

  • MSI Installation Support
  • Added Sample Data folder to support new Wiki
  • App links and readme point to new Wiki

Bug Fixes

  • Force name fixes on external data schema detected column names
  • Redo format detection
  • External data works with parquet
  • Parquet ingestion to temp table works
  • Fix temp file name creator
  • Fix auto detection priorities

v0.1.0

29 Sep 19:45
e999592
Compare
Choose a tag to compare

Hello World!

  • First version release
  • Inline structured and free-text query
  • External table query
  • Temp table query