tauri-plugin-posthog 0.2.4

A Tauri v2 plugin for integrating PostHog analytics into your Tauri applications
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
\
## [0.2.4] - 2025-09-25
\

### Fixed

- Resolve Tokio runtime conflict with lazy client initialization ([98068d8]https://github.com/ahonn/tauri-plugin-posthog/commit/98068d8418e0d12914b0566b78050fd347770a80)

### Other

- Change PostHogClientWrapper to use lazy client initialization with OnceCell ([60de1af]https://github.com/ahonn/tauri-plugin-posthog/commit/60de1af35eda3f0a6806434aa8cf52547aa22c89)
\n
## [0.2.3] - 2025-09-24
\

### Fixed

- Simplify plugin initialization by using synchronous client setup ([a075226]https://github.com/ahonn/tauri-plugin-posthog/commit/a0752269559a4fa691bceebbf8a01779dc0591b0)

### Other

- Simplify async block formatting in plugin setup ([8c82938]https://github.com/ahonn/tauri-plugin-posthog/commit/8c829380590699bd2d6b0bfaed42e711c0f6dab5)
- Bump js api v0.2.2 ([71f92b8]https://github.com/ahonn/tauri-plugin-posthog/commit/71f92b8f719a82fc0bd1d4b8eb266cdbd608a695)
\n
## [0.2.2] - 2025-09-04
\

### Fixed

- Resolve async runtime conflict in plugin initialization ([f83c604]https://github.com/ahonn/tauri-plugin-posthog/commit/f83c604feb427731e56a8de4262ea1079e84245f)
\n\
## [0.2.1] - 2025-09-04
\

### Other

- Bump tauri-plugin-posthog-api v0.2.0 ([b34ec21]https://github.com/ahonn/tauri-plugin-posthog/commit/b34ec21a8ff2f1745e721eb7888615006c514f62)
\n\
## [0.2.0] - 2025-09-04
\

### Added

- Implement hybrid architecture with PostHog JS SDK integration ([45915ac]https://github.com/ahonn/tauri-plugin-posthog/commit/45915ac2c8ec7d1e8214543bc221a05a7130c05a)

### Other

- Fix code formatting and clippy warnings ([658e81b]https://github.com/ahonn/tauri-plugin-posthog/commit/658e81b71f2300b06b9a1df439268e4ae790def9)
\n\
## [0.1.1] - 2025-09-04
\

### Fixed

- Update tauri version ([c39ee36]https://github.com/ahonn/tauri-plugin-posthog/commit/c39ee368ceb31d80f01aeb193623b4305a656581)

### Other

- Update release workflow ([8ebaaa4]https://github.com/ahonn/tauri-plugin-posthog/commit/8ebaaa45370d9fee38cbd97f10895a577c4fad85)
\n