Skip to content

Releases: Kitware/trame-tauri

v0.6.2

07 Aug 18:17
Compare
Choose a tag to compare

Fix

  • tauri: Not running in tauri will not through error (bf2bd04)

v0.6.1

05 Aug 20:58
Compare
Choose a tag to compare

Fix

  • events: Properly map tauri event to Python (3ed95d9)

v0.6.0

29 May 19:52
Compare
Choose a tag to compare

Feature

  • window: Extract payload from file drop event data (fdd5ab6)

Documentation

  • Revert accidental change (ce0d9ee)
  • example 4: Expand example with more examples + minor fixes (93b5eb2)

v0.5.1

24 May 21:01
Compare
Choose a tag to compare

Fix

  • window: Properly handle cleanup (65acd60)

Documentation

  • example: Show window delete (a656187)
  • example 5: Add windows docs + git ignore Cargo.lock (087fcba)
  • Update multi-window example (5d9a90a)

v0.5.0

21 May 21:59
Compare
Choose a tag to compare

Feature

  • window: Add window widget to help (05a0ef7)

Documentation

  • example: Add client only example (c27d437)
  • examples: Add windows run command (903f862)

v0.4.0

04 Apr 20:06
Compare
Choose a tag to compare

Feature

  • utils: Update utils to support window handling (032a9bc)

v0.3.1

22 Mar 22:19
Compare
Choose a tag to compare

Fix

Documentation

  • example: Dialog + notification (dc1bb28)

v0.3.0

22 Mar 18:01
Compare
Choose a tag to compare

Feature

  • vue3: Update components for vue2/3 (ca90a05)

Documentation

  • example: Add example with menu (414eb18)
  • example: Add tauri/ws only example (f0b4a23)
  • example: Add simple http example (bcd4b47)
  • example: Update tauri (f3f5015)
  • example: Update tauri version (ed1d369)

v0.2.1

23 Feb 00:01
Compare
Choose a tag to compare

Fix

Documentation

  • linux: Add Linux sidecar executable (244c920)
  • mac: Add missing call to server (38640b0)
  • examples: Fix trame bash script to support spaces in path (edbb1c6)
  • rust: Add rust cheat sheet (d9fb9e4)

v0.2.0

31 Oct 23:07
Compare
Choose a tag to compare

Feature

  • dialog: Add support for dialog (ce5cbc2)

Fix

  • dialog: Code cleanup - remove debug prints (3d182c5)

Documentation

  • menu: Clean readme with latest client/server capabilities (beb3c70)
  • example: Use new --no-http arg (fee2118)