Skip to content

tauri-utils@1.2.0

Nov 8, 2022
  • Validate package > productName in the tauri config and produce errors if it contains one of the following characters /\:*?\"<>|
  • Properly serialize HTML template tags.
  • PatternKind::Isolation is now defined even without the isolation feature.
  • Added the app allowlist module.
    • 39bf895b feat(macOS): Add application show and hide methods (#3689) on 2022-10-03
  • Add tauri.conf.json > bundle > publisher field to specify the app publisher.
  • Canonicalize the return value of platform::resource_dir.
    • a06dc699 fix(core): canonicalize resource dir to fix scope check, closes #5196 (#5218) on 2022-09-29
  • Added title option on the system tray configuration (macOS only).
    • 8f1ace77 feat: expose set_title for MacOS tray (#5182) on 2022-09-30
  • Added the user_agent option to the window configuration.
    • a6c94119 feat(core): expose user_agent to window config (#5317) on 2022-10-02
  • Add mime_type module.
    • 54c337e0 feat(cli): hotreload support for frontend static files, closes #2173 (#5256) on 2022-09-28

© 2026 Tauri Contributors. CC-BY / MIT