├── .gitignore ├── docs ├── browser-use-docs │ ├── cloud_quickstart.md │ ├── customize_agent-settings.md │ ├── customize_browser-settings.md │ ├── customize_custom-functions.md │ ├── customize_output-format.md │ ├── customize_real-browser.md │ ├── customize_sensitive-data.md │ ├── customize_supported-models.md │ ├── customize_system-prompt.md │ ├── development_local-setup.md │ ├── development_observability.md │ ├── development_roadmap.md │ ├── development_telemetry.md │ ├── index.md │ ├── introduction.md │ └── quickstart.md ├── capacitor-docs │ ├── docs.md │ ├── docs_android.md │ ├── docs_android_configuration.md │ ├── docs_android_custom-code.md │ ├── docs_android_deploying-to-google-play.md │ ├── docs_android_setting-target-sdk.md │ ├── docs_android_troubleshooting.md │ ├── docs_apis.md │ ├── docs_basics_configuring-your-app.md │ ├── docs_basics_using-plugins.md │ ├── docs_basics_utilities.md │ ├── docs_basics_workflow.md │ ├── docs_cli.md │ ├── docs_config.md │ ├── docs_cordova.md │ ├── docs_cordova_migrating-from-cordova-to-capacitor.md │ ├── docs_cordova_migration-strategy.md │ ├── docs_core-apis_android.md │ ├── docs_core-apis_data-types.md │ ├── docs_core-apis_ios.md │ ├── docs_core-apis_saving-calls.md │ ├── docs_core-apis_web.md │ ├── docs_getting-started.md │ ├── docs_getting-started_environment-setup.md │ ├── docs_getting-started_faqs.md │ ├── docs_getting-started_templates.md │ ├── docs_getting-started_ui.md │ ├── docs_getting-started_with-ionic.md │ ├── docs_guides_ads.md │ ├── docs_guides_angular.md │ ├── docs_guides_autofill-credentials.md │ ├── docs_guides_automated-configuration.md │ ├── docs_guides_ci-cd.md │ ├── docs_guides_community.md │ ├── docs_guides_deep-links.md │ ├── docs_guides_deploying-updates.md │ ├── docs_guides_environment-specific-configurations.md │ ├── docs_guides_games.md │ ├── docs_guides_in-app-purchases.md │ ├── docs_guides_live-reload.md │ ├── docs_guides_mocking-plugins.md │ ├── docs_guides_push-notifications-firebase.md │ ├── docs_guides_react-hooks.md │ ├── docs_guides_screen-orientation.md │ ├── docs_guides_security.md │ ├── docs_guides_splash-screens-and-icons.md │ ├── docs_guides_storage.md │ ├── docs_ios.md │ ├── docs_ios_configuration.md │ ├── docs_ios_custom-code.md │ ├── docs_ios_deploying-to-app-store.md │ ├── docs_ios_privacy-manifest.md │ ├── docs_ios_spm.md │ ├── docs_ios_troubleshooting.md │ ├── docs_ios_viewcontroller.md │ ├── docs_main_reference_support-policy.md │ ├── docs_plugins.md │ ├── docs_updating_1-1.md │ ├── docs_updating_2-0.md │ ├── docs_updating_3-0.md │ ├── docs_updating_4-0.md │ ├── docs_updating_5-0.md │ ├── docs_updating_6-0.md │ ├── docs_updating_7-0.md │ ├── docs_updating_plugins_3-0.md │ ├── docs_updating_plugins_5-0.md │ ├── docs_updating_plugins_6-0.md │ ├── docs_updating_plugins_7-0.md │ ├── docs_v2.md │ ├── docs_v3.md │ ├── docs_v4.md │ ├── docs_v5.md │ ├── docs_v6.md │ ├── docs_vscode_getting-started.md │ ├── docs_web.md │ ├── docs_web_progressive-web-apps.md │ ├── docs_web_pwa-elements.md │ └── index.md ├── coolify-docs │ ├── docs.md │ ├── docs_api-reference_api_operations_create-database-clickhouse.md │ ├── docs_api-reference_api_operations_create-database-dragonfly.md │ ├── docs_api-reference_api_operations_create-database-keydb.md │ ├── docs_api-reference_api_operations_create-database-mariadb.md │ ├── docs_api-reference_api_operations_create-database-mongodb.md │ ├── docs_api-reference_api_operations_create-database-mysql.md │ ├── docs_api-reference_api_operations_create-database-postgresql.md │ ├── docs_api-reference_api_operations_create-database-redis.md │ ├── docs_api-reference_api_operations_create-dockercompose-application.md │ ├── docs_api-reference_api_operations_create-dockerfile-application.md │ ├── docs_api-reference_api_operations_create-dockerimage-application.md │ ├── docs_api-reference_api_operations_create-env-by-application-uuid.md │ ├── docs_api-reference_api_operations_create-env-by-service-uuid.md │ ├── docs_api-reference_api_operations_create-private-deploy-key-application.md │ ├── docs_api-reference_api_operations_create-private-github-app-application.md │ ├── docs_api-reference_api_operations_create-private-key.md │ ├── docs_api-reference_api_operations_create-project.md │ ├── docs_api-reference_api_operations_create-public-application.md │ ├── docs_api-reference_api_operations_create-server.md │ ├── docs_api-reference_api_operations_create-service.md │ ├── docs_api-reference_api_operations_delete-application-by-uuid.md │ ├── docs_api-reference_api_operations_delete-database-by-uuid.md │ ├── docs_api-reference_api_operations_delete-env-by-application-uuid.md │ ├── docs_api-reference_api_operations_delete-env-by-service-uuid.md │ ├── docs_api-reference_api_operations_delete-private-key-by-uuid.md │ ├── docs_api-reference_api_operations_delete-project-by-uuid.md │ ├── docs_api-reference_api_operations_delete-server-by-uuid.md │ ├── docs_api-reference_api_operations_delete-service-by-uuid.md │ ├── docs_api-reference_api_operations_deploy-by-tag-or-uuid.md │ ├── docs_api-reference_api_operations_disable-api.md │ ├── docs_api-reference_api_operations_enable-api.md │ ├── docs_api-reference_api_operations_execute-command-application.md │ ├── docs_api-reference_api_operations_get-application-by-uuid.md │ ├── docs_api-reference_api_operations_get-current-team-members.md │ ├── docs_api-reference_api_operations_get-current-team.md │ ├── docs_api-reference_api_operations_get-database-by-uuid.md │ ├── docs_api-reference_api_operations_get-deployment-by-uuid.md │ ├── docs_api-reference_api_operations_get-domains-by-server-uuid.md │ ├── docs_api-reference_api_operations_get-environment-by-name-or-uuid.md │ ├── docs_api-reference_api_operations_get-members-by-team-id.md │ ├── docs_api-reference_api_operations_get-private-key-by-uuid.md │ ├── docs_api-reference_api_operations_get-project-by-uuid.md │ ├── docs_api-reference_api_operations_get-resources-by-server-uuid.md │ ├── docs_api-reference_api_operations_get-server-by-uuid.md │ ├── docs_api-reference_api_operations_get-service-by-uuid.md │ ├── docs_api-reference_api_operations_get-team-by-id.md │ ├── docs_api-reference_api_operations_healthcheck.md │ ├── docs_api-reference_api_operations_list-applications.md │ ├── docs_api-reference_api_operations_list-databases.md │ ├── docs_api-reference_api_operations_list-deployments.md │ ├── docs_api-reference_api_operations_list-envs-by-application-uuid.md │ ├── docs_api-reference_api_operations_list-envs-by-service-uuid.md │ ├── docs_api-reference_api_operations_list-private-keys.md │ ├── docs_api-reference_api_operations_list-projects.md │ ├── docs_api-reference_api_operations_list-resources.md │ ├── docs_api-reference_api_operations_list-servers.md │ ├── docs_api-reference_api_operations_list-services.md │ ├── docs_api-reference_api_operations_list-teams.md │ ├── docs_api-reference_api_operations_restart-application-by-uuid.md │ ├── docs_api-reference_api_operations_restart-database-by-uuid.md │ ├── docs_api-reference_api_operations_restart-service-by-uuid.md │ ├── docs_api-reference_api_operations_start-application-by-uuid.md │ ├── docs_api-reference_api_operations_start-database-by-uuid.md │ ├── docs_api-reference_api_operations_start-service-by-uuid.md │ ├── docs_api-reference_api_operations_stop-application-by-uuid.md │ ├── docs_api-reference_api_operations_stop-database-by-uuid.md │ ├── docs_api-reference_api_operations_stop-service-by-uuid.md │ ├── docs_api-reference_api_operations_update-application-by-uuid.md │ ├── docs_api-reference_api_operations_update-database-by-uuid.md │ ├── docs_api-reference_api_operations_update-env-by-application-uuid.md │ ├── docs_api-reference_api_operations_update-env-by-service-uuid.md │ ├── docs_api-reference_api_operations_update-envs-by-application-uuid.md │ ├── docs_api-reference_api_operations_update-envs-by-service-uuid.md │ ├── docs_api-reference_api_operations_update-private-key.md │ ├── docs_api-reference_api_operations_update-project-by-uuid.md │ ├── docs_api-reference_api_operations_update-server-by-uuid.md │ ├── docs_api-reference_api_operations_validate-server-by-uuid.md │ ├── docs_api-reference_api_operations_version.md │ ├── docs_api-reference_authorization.md │ ├── docs_applications_django.md │ ├── docs_applications_index.md │ ├── docs_applications_jekyll.md │ ├── docs_applications_laravel.md │ ├── docs_applications_nextjs.md │ ├── docs_applications_nuxt.md │ ├── docs_applications_phoenix.md │ ├── docs_applications_rails.md │ ├── docs_applications_svelte-kit.md │ ├── docs_applications_symfony.md │ ├── docs_applications_vite.md │ ├── docs_applications_vuejs.md │ ├── docs_cloud-vs-selfhost.md │ ├── docs_databases_backups.md │ ├── docs_databases_clickhouse.md │ ├── docs_databases_dragonfly.md │ ├── docs_databases_index.md │ ├── docs_databases_keydb.md │ ├── docs_databases_mariadb.md │ ├── docs_databases_mongodb.md │ ├── docs_databases_mysql.md │ ├── docs_databases_postgresql.md │ ├── docs_databases_redis.md │ ├── docs_downgrade.md │ ├── docs_installation.md │ ├── docs_knowledge-base_change-localhost-key.md │ ├── docs_knowledge-base_cloudflare_origin-cert.md │ ├── docs_knowledge-base_cloudflare_tunnels_all-resource.md │ ├── docs_knowledge-base_cloudflare_tunnels_full-tls.md │ ├── docs_knowledge-base_cloudflare_tunnels_overview.md │ ├── docs_knowledge-base_cloudflare_tunnels_server-ssh.md │ ├── docs_knowledge-base_cloudflare_tunnels_single-resource.md │ ├── docs_knowledge-base_commands.md │ ├── docs_knowledge-base_common-issues_cloudflare.md │ ├── docs_knowledge-base_common-issues_docker.md │ ├── docs_knowledge-base_common-issues_servers.md │ ├── docs_knowledge-base_create-root-user-with-env.md │ ├── docs_knowledge-base_cron-syntax.md │ ├── docs_knowledge-base_delete-user.md │ ├── docs_knowledge-base_dns-configuration.md │ ├── docs_knowledge-base_docker_compose.md │ ├── docs_knowledge-base_docker_custom-commands.md │ ├── docs_knowledge-base_docker_registry.md │ ├── docs_knowledge-base_docker_swarm.md │ ├── docs_knowledge-base_domains.md │ ├── docs_knowledge-base_drain-logs.md │ ├── docs_knowledge-base_environment-variables.md │ ├── docs_knowledge-base_git_bitbucket_integration.md │ ├── docs_knowledge-base_git_gitea_integration.md │ ├── docs_knowledge-base_git_github_github-actions.md │ ├── docs_knowledge-base_git_github_integration.md │ ├── docs_knowledge-base_git_gitlab_integration.md │ ├── docs_knowledge-base_health-checks.md │ ├── docs_knowledge-base_how-to_hetzner-loadbalancing.md │ ├── docs_knowledge-base_how-to_ollama-with-gpu.md │ ├── docs_knowledge-base_how-to_private-npm-registry.md │ ├── docs_knowledge-base_how-to_raspberry-pi-os.md │ ├── docs_knowledge-base_how-to_wordpress-multisite.md │ ├── docs_knowledge-base_internal_scalability.md │ ├── docs_knowledge-base_internal_terminal.md │ ├── docs_knowledge-base_monitoring.md │ ├── docs_knowledge-base_notifications.md │ ├── docs_knowledge-base_oauth.md │ ├── docs_knowledge-base_overview.md │ ├── docs_knowledge-base_persistent-storage.md │ ├── docs_knowledge-base_proxy_caddy_overview.md │ ├── docs_knowledge-base_proxy_traefik_basic-auth.md │ ├── docs_knowledge-base_proxy_traefik_custom-ssl-certs.md │ ├── docs_knowledge-base_proxy_traefik_dashboard.md │ ├── docs_knowledge-base_proxy_traefik_dynamic-config.md │ ├── docs_knowledge-base_proxy_traefik_healthchecks.md │ ├── docs_knowledge-base_proxy_traefik_load-balancing.md │ ├── docs_knowledge-base_proxy_traefik_overview.md │ ├── docs_knowledge-base_proxy_traefik_protect-services-with-authentik.md │ ├── docs_knowledge-base_proxy_traefik_redirects.md │ ├── docs_knowledge-base_proxy_traefik_wildcard-certs.md │ ├── docs_knowledge-base_s3_aws.md │ ├── docs_knowledge-base_s3_introduction.md │ ├── docs_knowledge-base_s3_r2.md │ ├── docs_knowledge-base_self-update.md │ ├── docs_knowledge-base_server_automated-cleanup.md │ ├── docs_knowledge-base_server_build-server.md │ ├── docs_knowledge-base_server_firewall.md │ ├── docs_knowledge-base_server_introduction.md │ ├── docs_knowledge-base_server_multiple-servers.md │ ├── docs_knowledge-base_server_non-root-user.md │ ├── docs_knowledge-base_server_openssh.md │ ├── docs_knowledge-base_server_oracle-cloud.md │ ├── docs_knowledge-base_server_proxies.md │ ├── docs_knowledge-base_server_sentinel.md │ ├── docs_resource_contribute_coolify.md │ ├── docs_resource_contribute_documentation.md │ ├── docs_resource_contribute_service.md │ ├── docs_resource_sponsors.md │ ├── docs_resource_team.md │ ├── docs_services_activepieces.md │ ├── docs_services_anythingllm.md │ ├── docs_services_appsmith.md │ ├── docs_services_appwrite.md │ ├── docs_services_argilla.md │ ├── docs_services_authentik.md │ ├── docs_services_babybuddy.md │ ├── docs_services_beszel.md │ ├── docs_services_browserless.md │ ├── docs_services_budge.md │ ├── docs_services_changedetection.md │ ├── docs_services_chaskiq.md │ ├── docs_services_chatwoot.md │ ├── docs_services_classicpress.md │ ├── docs_services_cloudflared.md │ ├── docs_services_code-server.md │ ├── docs_services_dashboard.md │ ├── docs_services_directus.md │ ├── docs_services_docker-registry.md │ ├── docs_services_docmost.md │ ├── docs_services_docuseal.md │ ├── docs_services_dokuwiki.md │ ├── docs_services_dozzle.md │ ├── docs_services_duplicati.md │ ├── docs_services_emby-stat.md │ ├── docs_services_emby.md │ ├── docs_services_fider.md │ ├── docs_services_filebrowser.md │ ├── docs_services_fileflows.md │ ├── docs_services_firefly-iii.md │ ├── docs_services_forgejo.md │ ├── docs_services_formbricks.md │ ├── docs_services_ghost.md │ ├── docs_services_gitea.md │ ├── docs_services_gitlab.md │ ├── docs_services_glance.md │ ├── docs_services_glances.md │ ├── docs_services_glitchtip.md │ ├── docs_services_gotenberg.md │ ├── docs_services_grafana.md │ ├── docs_services_grocy.md │ ├── docs_services_heimdall.md │ ├── docs_services_homepage.md │ ├── docs_services_infisical.md │ ├── docs_services_invoice-ninja.md │ ├── docs_services_jellyfin.md │ ├── docs_services_jenkins.md │ ├── docs_services_kimai.md │ ├── docs_services_kuzzle.md │ ├── docs_services_labelstudio.md │ ├── docs_services_langfuse.md │ ├── docs_services_listmonk.md │ ├── docs_services_litellm.md │ ├── docs_services_logto.md │ ├── docs_services_mailpit.md │ ├── docs_services_mediawiki.md │ ├── docs_services_meilisearch.md │ ├── docs_services_metabase.md │ ├── docs_services_metube.md │ ├── docs_services_minecraft.md │ ├── docs_services_minio.md │ ├── docs_services_mixpost.md │ ├── docs_services_moodle.md │ ├── docs_services_mosquitto.md │ ├── docs_services_n8n.md │ ├── docs_services_nextcloud.md │ ├── docs_services_nexus.md │ ├── docs_services_nitropage.md │ ├── docs_services_nocodb.md │ ├── docs_services_odoo.md │ ├── docs_services_ollama.md │ ├── docs_services_openblocks.md │ ├── docs_services_outline.md │ ├── docs_services_overseerr.md │ ├── docs_services_overview.md │ ├── docs_services_pairdrop.md │ ├── docs_services_penpot.md │ ├── docs_services_phpmyadmin.md │ ├── docs_services_plane.md │ ├── docs_services_plausible.md │ ├── docs_services_plex.md │ ├── docs_services_plunk.md │ ├── docs_services_pocketbase.md │ ├── docs_services_posthog.md │ ├── docs_services_prefect.md │ ├── docs_services_prowlarr.md │ ├── docs_services_qdrant.md │ ├── docs_services_rabbitmq.md │ ├── docs_services_radarr.md │ ├── docs_services_reactive-resume.md │ ├── docs_services_rocketchat.md │ ├── docs_services_searxng.md │ ├── docs_services_shlink.md │ ├── docs_services_slash.md │ ├── docs_services_snapdrop.md │ ├── docs_services_sonarr.md │ ├── docs_services_statusnook.md │ ├── docs_services_stirling-pdf.md │ ├── docs_services_supabase.md │ ├── docs_services_syncthing.md │ ├── docs_services_tolgee.md │ ├── docs_services_trigger.md │ ├── docs_services_twenty.md │ ├── docs_services_umami.md │ ├── docs_services_unleash.md │ ├── docs_services_unstructured.md │ ├── docs_services_uptime-kuma.md │ ├── docs_services_vaultwarden.md │ ├── docs_services_vikunja.md │ ├── docs_services_weaviate.md │ ├── docs_services_weblate.md │ ├── docs_services_whoogle.md │ ├── docs_services_windmill.md │ ├── docs_services_wordpress.md │ ├── docs_services_zipline.md │ ├── docs_support.md │ ├── docs_troubleshoot_overview.md │ ├── docs_uninstallation.md │ ├── docs_upgrade.md │ └── docs_what-is-coolify.md ├── crawl4ai │ ├── advanced_advanced-features.md │ ├── advanced_crawl-dispatcher.md │ ├── advanced_file-downloading.md │ ├── advanced_hooks-auth.md │ ├── advanced_identity-based-crawling.md │ ├── advanced_lazy-loading.md │ ├── advanced_multi-url-crawling.md │ ├── advanced_proxy-security.md │ ├── advanced_session-management.md │ ├── advanced_ssl-certificate.md │ ├── api_arun.md │ ├── api_arun_many.md │ ├── api_async-webcrawler.md │ ├── api_crawl-result.md │ ├── api_parameters.md │ ├── api_strategies.md │ ├── blog.md │ ├── core_browser-crawler-config.md │ ├── core_cache-modes.md │ ├── core_content-selection.md │ ├── core_crawler-result.md │ ├── core_docker-deploymeny.md │ ├── core_fit-markdown.md │ ├── core_installation.md │ ├── core_link-media.md │ ├── core_local-files.md │ ├── core_markdown-generation.md │ ├── core_page-interaction.md │ ├── core_quickstart.md │ ├── core_simple-crawling.md │ ├── extraction_chunking.md │ ├── extraction_clustring-strategies.md │ ├── extraction_llm-strategies.md │ ├── extraction_no-llm-strategies.md │ └── index.md ├── django │ ├── el_5.1.md │ ├── en_1.10.md │ ├── en_1.11.md │ ├── en_1.8.md │ ├── en_2.0.md │ ├── en_2.1.md │ ├── en_2.2.md │ ├── en_3.0.md │ ├── en_3.1.md │ ├── en_3.2.md │ ├── en_4.0.md │ ├── en_4.1.md │ ├── en_4.2.md │ ├── en_5.0.md │ ├── en_5.1.md │ ├── en_5.1_faq_help.md │ ├── en_5.2.md │ ├── en_dev.md │ ├── es_5.1.md │ ├── fr_5.1.md │ ├── id_5.1.md │ ├── index.md │ ├── intro_install.md │ ├── intro_overview.md │ ├── intro_tutorial01.md │ ├── intro_tutorial02.md │ ├── it_5.1.md │ ├── ja_5.1.md │ ├── ko_5.1.md │ ├── pl_5.1.md │ ├── pt-br_5.1.md │ └── zh-hans_5.1.md ├── excalibur-docs │ ├── api.md │ ├── blog.md │ ├── docs.md │ ├── docs_actors.md │ ├── docs_animation.md │ ├── docs_aseprite-plugin.md │ ├── docs_bodies.md │ ├── docs_cameras.md │ ├── docs_canvas.md │ ├── docs_category_actions.md │ ├── docs_category_entity-component-system-ecs.md │ ├── docs_category_fundamentals.md │ ├── docs_category_graphics.md │ ├── docs_category_input.md │ ├── docs_category_install.md │ ├── docs_category_math.md │ ├── docs_category_other.md │ ├── docs_category_physics.md │ ├── docs_category_plugins.md │ ├── docs_category_resources.md │ ├── docs_category_screen--viewport.md │ ├── docs_category_tile-maps.md │ ├── docs_category_tutorial.md │ ├── docs_category_user-interface.md │ ├── docs_colliders.md │ ├── docs_collision-events.md │ ├── docs_collisiongroups.md │ ├── docs_collisiontypes.md │ ├── docs_color.md │ ├── docs_components.md │ ├── docs_conventions.md │ ├── docs_custom-renderer-plugins.md │ ├── docs_debugging.md │ ├── docs_devtool.md │ ├── docs_displaymodes.md │ ├── docs_engine.md │ ├── docs_entities.md │ ├── docs_entity-component-system.md │ ├── docs_events.md │ ├── docs_excalibird-flappy-bird.md │ ├── docs_fixed-update.md │ ├── docs_gamepad.md │ ├── docs_getting-started.md │ ├── docs_graphics-component.md │ ├── docs_graphics-context.md │ ├── docs_graphics-group.md │ ├── docs_graphics.md │ ├── docs_html.md │ ├── docs_imagesource.md │ ├── docs_input.md │ ├── docs_installation.md │ ├── docs_isometric.md │ ├── docs_keyboard.md │ ├── docs_ldtk-plugin.md │ ├── docs_lines.md │ ├── docs_loader.md │ ├── docs_loaders.md │ ├── docs_materials.md │ ├── docs_matrix.md │ ├── docs_migration.md │ ├── docs_nineslice.md │ ├── docs_parallax.md │ ├── docs_physics.md │ ├── docs_pixel-art.md │ ├── docs_pointers.md │ ├── docs_queries.md │ ├── docs_quick-start.md │ ├── docs_random.md │ ├── docs_ray.md │ ├── docs_scenes.md │ ├── docs_screen-elements.md │ ├── docs_screens.md │ ├── docs_sound.md │ ├── docs_spritefusion-plugin.md │ ├── docs_sprites.md │ ├── docs_spritesheets.md │ ├── docs_style-guide.md │ ├── docs_systems.md │ ├── docs_text.md │ ├── docs_tiled-plugin-old.md │ ├── docs_tiled-plugin.md │ ├── docs_tilemap.md │ ├── docs_transitions.md │ ├── docs_vector.md │ ├── docs_web-fonts.md │ ├── docs_why-excalibur.md │ ├── donate.md │ ├── index.md │ ├── premium-support.md │ ├── samples.md │ ├── showcase.md │ └── sweep.md ├── fastapi-docs │ ├── about.md │ ├── advanced.md │ ├── advanced_additional-responses.md │ ├── advanced_additional-status-codes.md │ ├── advanced_advanced-dependencies.md │ ├── advanced_async-tests.md │ ├── advanced_behind-a-proxy.md │ ├── advanced_custom-response.md │ ├── advanced_dataclasses.md │ ├── advanced_events.md │ ├── advanced_generate-clients.md │ ├── advanced_middleware.md │ ├── advanced_openapi-callbacks.md │ ├── advanced_openapi-webhooks.md │ ├── advanced_path-operation-advanced-configuration.md │ ├── advanced_response-change-status-code.md │ ├── advanced_response-cookies.md │ ├── advanced_response-directly.md │ ├── advanced_response-headers.md │ ├── advanced_security.md │ ├── advanced_security_http-basic-auth.md │ ├── advanced_security_oauth2-scopes.md │ ├── advanced_settings.md │ ├── advanced_sub-applications.md │ ├── advanced_templates.md │ ├── advanced_testing-dependencies.md │ ├── advanced_testing-events.md │ ├── advanced_testing-websockets.md │ ├── advanced_using-request-directly.md │ ├── advanced_websockets.md │ ├── advanced_wsgi.md │ ├── alternatives.md │ ├── async.md │ ├── az.md │ ├── benchmarks.md │ ├── bn.md │ ├── contributing.md │ ├── de.md │ ├── deployment.md │ ├── deployment_cloud.md │ ├── deployment_concepts.md │ ├── deployment_docker.md │ ├── deployment_https.md │ ├── deployment_manually.md │ ├── deployment_server-workers.md │ ├── deployment_versions.md │ ├── em.md │ ├── environment-variables.md │ ├── es.md │ ├── external-links.md │ ├── fa.md │ ├── fastapi-cli.md │ ├── fastapi-people.md │ ├── features.md │ ├── fr.md │ ├── he.md │ ├── help-fastapi.md │ ├── history-design-future.md │ ├── how-to.md │ ├── how-to_conditional-openapi.md │ ├── how-to_configure-swagger-ui.md │ ├── how-to_custom-docs-ui-assets.md │ ├── how-to_custom-request-and-route.md │ ├── how-to_extending-openapi.md │ ├── how-to_general.md │ ├── how-to_graphql.md │ ├── how-to_separate-openapi-schemas.md │ ├── how-to_testing-database.md │ ├── hu.md │ ├── id.md │ ├── index.md │ ├── it.md │ ├── ja.md │ ├── ko.md │ ├── learn.md │ ├── management-tasks.md │ ├── management.md │ ├── newsletter.md │ ├── nl.md │ ├── pl.md │ ├── project-generation.md │ ├── pt.md │ ├── python-types.md │ ├── reference.md │ ├── reference_apirouter.md │ ├── reference_background.md │ ├── reference_dependencies.md │ ├── reference_encoders.md │ ├── reference_exceptions.md │ ├── reference_fastapi.md │ ├── reference_httpconnection.md │ ├── reference_middleware.md │ ├── reference_openapi.md │ ├── reference_openapi_docs.md │ ├── reference_openapi_models.md │ ├── reference_parameters.md │ ├── reference_request.md │ ├── reference_response.md │ ├── reference_responses.md │ ├── reference_security.md │ ├── reference_staticfiles.md │ ├── reference_status.md │ ├── reference_templating.md │ ├── reference_testclient.md │ ├── reference_uploadfile.md │ ├── reference_websockets.md │ ├── release-notes.md │ ├── resources.md │ ├── ru.md │ ├── tr.md │ ├── tutorial.md │ ├── tutorial_background-tasks.md │ ├── tutorial_bigger-applications.md │ ├── tutorial_body-fields.md │ ├── tutorial_body-multiple-params.md │ ├── tutorial_body-nested-models.md │ ├── tutorial_body-updates.md │ ├── tutorial_body.md │ ├── tutorial_cookie-param-models.md │ ├── tutorial_cookie-params.md │ ├── tutorial_cors.md │ ├── tutorial_debugging.md │ ├── tutorial_dependencies.md │ ├── tutorial_dependencies_classes-as-dependencies.md │ ├── tutorial_dependencies_dependencies-in-path-operation-decorators.md │ ├── tutorial_dependencies_dependencies-with-yield.md │ ├── tutorial_dependencies_global-dependencies.md │ ├── tutorial_dependencies_sub-dependencies.md │ ├── tutorial_encoder.md │ ├── tutorial_extra-data-types.md │ ├── tutorial_extra-models.md │ ├── tutorial_first-steps.md │ ├── tutorial_handling-errors.md │ ├── tutorial_header-param-models.md │ ├── tutorial_header-params.md │ ├── tutorial_metadata.md │ ├── tutorial_middleware.md │ ├── tutorial_path-operation-configuration.md │ ├── tutorial_path-params-numeric-validations.md │ ├── tutorial_path-params.md │ ├── tutorial_query-param-models.md │ ├── tutorial_query-params-str-validations.md │ ├── tutorial_query-params.md │ ├── tutorial_request-files.md │ ├── tutorial_request-form-models.md │ ├── tutorial_request-forms-and-files.md │ ├── tutorial_request-forms.md │ ├── tutorial_response-model.md │ ├── tutorial_response-status-code.md │ ├── tutorial_schema-extra-example.md │ ├── tutorial_security.md │ ├── tutorial_security_first-steps.md │ ├── tutorial_security_get-current-user.md │ ├── tutorial_security_oauth2-jwt.md │ ├── tutorial_security_simple-oauth2.md │ ├── tutorial_sql-databases.md │ ├── tutorial_static-files.md │ ├── tutorial_testing.md │ ├── uk.md │ ├── ur.md │ ├── vi.md │ ├── virtual-environments.md │ ├── yo.md │ ├── zh-hant.md │ └── zh.md ├── heroui-docs │ ├── blog.md │ ├── blog_v2.7.0.md │ ├── docs_api-references_cli-api.md │ ├── docs_api-references_heroui-provider.md │ ├── docs_components_accordion.md │ ├── docs_components_alert.md │ ├── docs_components_autocomplete.md │ ├── docs_components_avatar.md │ ├── docs_components_badge.md │ ├── docs_components_breadcrumbs.md │ ├── docs_components_button.md │ ├── docs_components_calendar.md │ ├── docs_components_card.md │ ├── docs_components_checkbox-group.md │ ├── docs_components_checkbox.md │ ├── docs_components_chip.md │ ├── docs_components_circular-progress.md │ ├── docs_components_code.md │ ├── docs_components_date-input.md │ ├── docs_components_date-picker.md │ ├── docs_components_date-range-picker.md │ ├── docs_components_divider.md │ ├── docs_components_drawer.md │ ├── docs_components_dropdown.md │ ├── docs_components_form.md │ ├── docs_components_image.md │ ├── docs_components_input-otp.md │ ├── docs_components_input.md │ ├── docs_components_kbd.md │ ├── docs_components_link.md │ ├── docs_components_listbox.md │ ├── docs_components_modal.md │ ├── docs_components_navbar.md │ ├── docs_components_number-input.md │ ├── docs_components_pagination.md │ ├── docs_components_popover.md │ ├── docs_components_progress.md │ ├── docs_components_radio-group.md │ ├── docs_components_range-calendar.md │ ├── docs_components_scroll-shadow.md │ ├── docs_components_select.md │ ├── docs_components_skeleton.md │ ├── docs_components_slider.md │ ├── docs_components_snippet.md │ ├── docs_components_spacer.md │ ├── docs_components_spinner.md │ ├── docs_components_switch.md │ ├── docs_components_table.md │ ├── docs_components_tabs.md │ ├── docs_components_textarea.md │ ├── docs_components_time-input.md │ ├── docs_components_toast.md │ ├── docs_components_tooltip.md │ ├── docs_components_user.md │ ├── docs_customization_colors.md │ ├── docs_customization_create-theme.md │ ├── docs_customization_custom-variants.md │ ├── docs_customization_customize-theme.md │ ├── docs_customization_dark-mode.md │ ├── docs_customization_layout.md │ ├── docs_customization_override-styles.md │ ├── docs_customization_theme.md │ ├── docs_frameworks_astro.md │ ├── docs_frameworks_laravel.md │ ├── docs_frameworks_nextjs.md │ ├── docs_frameworks_remix.md │ ├── docs_frameworks_vite.md │ ├── docs_guide_cli.md │ ├── docs_guide_design-principles.md │ ├── docs_guide_figma.md │ ├── docs_guide_forms.md │ ├── docs_guide_installation.md │ ├── docs_guide_introduction.md │ ├── docs_guide_nextui-to-heroui.md │ ├── docs_guide_routing.md │ ├── index.md │ └── themes.md ├── langchain-docs │ ├── api_reference.md │ ├── docs.md │ ├── docs_concepts.md │ ├── docs_concepts_agents.md │ ├── docs_concepts_architecture.md │ ├── docs_concepts_async.md │ ├── docs_concepts_callbacks.md │ ├── docs_concepts_chat_history.md │ ├── docs_concepts_chat_models.md │ ├── docs_concepts_document_loaders.md │ ├── docs_concepts_embedding_models.md │ ├── docs_concepts_evaluation.md │ ├── docs_concepts_example_selectors.md │ ├── docs_concepts_few_shot_prompting.md │ ├── docs_concepts_key_value_stores.md │ ├── docs_concepts_lcel.md │ ├── docs_concepts_messages.md │ ├── docs_concepts_multimodality.md │ ├── docs_concepts_output_parsers.md │ ├── docs_concepts_prompt_templates.md │ ├── docs_concepts_rag.md │ ├── docs_concepts_retrieval.md │ ├── docs_concepts_retrievers.md │ ├── docs_concepts_runnables.md │ ├── docs_concepts_streaming.md │ ├── docs_concepts_structured_outputs.md │ ├── docs_concepts_testing.md │ ├── docs_concepts_text_llms.md │ ├── docs_concepts_text_splitters.md │ ├── docs_concepts_tokens.md │ ├── docs_concepts_tool_calling.md │ ├── docs_concepts_tools.md │ ├── docs_concepts_tracing.md │ ├── docs_concepts_vectorstores.md │ ├── docs_concepts_why_langchain.md │ ├── docs_contributing.md │ ├── docs_how_to.md │ ├── docs_how_to_MultiQueryRetriever.md │ ├── docs_how_to_add_scores_retriever.md │ ├── docs_how_to_agent_executor.md │ ├── docs_how_to_assign.md │ ├── docs_how_to_binding.md │ ├── docs_how_to_caching_embeddings.md │ ├── docs_how_to_callbacks_async.md │ ├── docs_how_to_callbacks_attach.md │ ├── docs_how_to_callbacks_constructor.md │ ├── docs_how_to_callbacks_custom_events.md │ ├── docs_how_to_callbacks_runtime.md │ ├── docs_how_to_character_text_splitter.md │ ├── docs_how_to_chat_model_caching.md │ ├── docs_how_to_chat_model_rate_limiting.md │ ├── docs_how_to_chat_models_universal_init.md │ ├── docs_how_to_chat_streaming.md │ ├── docs_how_to_chat_token_usage_tracking.md │ ├── docs_how_to_chatbots_memory.md │ ├── docs_how_to_chatbots_retrieval.md │ ├── docs_how_to_chatbots_tools.md │ ├── docs_how_to_code_splitter.md │ ├── docs_how_to_configure.md │ ├── docs_how_to_contextual_compression.md │ ├── docs_how_to_convert_runnable_to_tool.md │ ├── docs_how_to_custom_callbacks.md │ ├── docs_how_to_custom_chat_model.md │ ├── docs_how_to_custom_embeddings.md │ ├── docs_how_to_custom_llm.md │ ├── docs_how_to_custom_retriever.md │ ├── docs_how_to_custom_tools.md │ ├── docs_how_to_debugging.md │ ├── docs_how_to_document_loader_csv.md │ ├── docs_how_to_document_loader_custom.md │ ├── docs_how_to_document_loader_directory.md │ ├── docs_how_to_document_loader_html.md │ ├── docs_how_to_document_loader_json.md │ ├── docs_how_to_document_loader_markdown.md │ ├── docs_how_to_document_loader_office_file.md │ ├── docs_how_to_document_loader_pdf.md │ ├── docs_how_to_document_loader_web.md │ ├── docs_how_to_dynamic_chain.md │ ├── docs_how_to_embed_text.md │ ├── docs_how_to_ensemble_retriever.md │ ├── docs_how_to_example_selectors.md │ ├── docs_how_to_example_selectors_langsmith.md │ ├── docs_how_to_example_selectors_length_based.md │ ├── docs_how_to_example_selectors_mmr.md │ ├── docs_how_to_example_selectors_ngram.md │ ├── docs_how_to_example_selectors_similarity.md │ ├── docs_how_to_extraction_examples.md │ ├── docs_how_to_extraction_long_text.md │ ├── docs_how_to_extraction_parse.md │ ├── docs_how_to_fallbacks.md │ ├── docs_how_to_few_shot_examples.md │ ├── docs_how_to_few_shot_examples_chat.md │ ├── docs_how_to_filter_messages.md │ ├── docs_how_to_function_calling.md │ ├── docs_how_to_functions.md │ ├── docs_how_to_graph_constructing.md │ ├── docs_how_to_graph_semantic.md │ ├── docs_how_to_hybrid.md │ ├── docs_how_to_indexing.md │ ├── docs_how_to_inspect.md │ ├── docs_how_to_installation.md │ ├── docs_how_to_lcel_cheatsheet.md │ ├── docs_how_to_llm_caching.md │ ├── docs_how_to_llm_token_usage_tracking.md │ ├── docs_how_to_local_llms.md │ ├── docs_how_to_logprobs.md │ ├── docs_how_to_long_context_reorder.md │ ├── docs_how_to_markdown_header_metadata_splitter.md │ ├── docs_how_to_merge_message_runs.md │ ├── docs_how_to_message_history.md │ ├── docs_how_to_migrate_agent.md │ ├── docs_how_to_multi_vector.md │ ├── docs_how_to_multimodal_inputs.md │ ├── docs_how_to_multimodal_prompts.md │ ├── docs_how_to_output_parser_custom.md │ ├── docs_how_to_output_parser_fixing.md │ ├── docs_how_to_output_parser_json.md │ ├── docs_how_to_output_parser_retry.md │ ├── docs_how_to_output_parser_string.md │ ├── docs_how_to_output_parser_structured.md │ ├── docs_how_to_output_parser_xml.md │ ├── docs_how_to_output_parser_yaml.md │ ├── docs_how_to_parallel.md │ ├── docs_how_to_parent_document_retriever.md │ ├── docs_how_to_passthrough.md │ ├── docs_how_to_prompts_composition.md │ ├── docs_how_to_prompts_partial.md │ ├── docs_how_to_pydantic_compatibility.md │ ├── docs_how_to_qa_chat_history_how_to.md │ ├── docs_how_to_qa_citations.md │ ├── docs_how_to_qa_per_user.md │ ├── docs_how_to_qa_sources.md │ ├── docs_how_to_qa_streaming.md │ ├── docs_how_to_query_constructing_filters.md │ ├── docs_how_to_query_few_shot.md │ ├── docs_how_to_query_high_cardinality.md │ ├── docs_how_to_query_multiple_queries.md │ ├── docs_how_to_query_multiple_retrievers.md │ ├── docs_how_to_query_no_queries.md │ ├── docs_how_to_recursive_json_splitter.md │ ├── docs_how_to_recursive_text_splitter.md │ ├── docs_how_to_response_metadata.md │ ├── docs_how_to_routing.md │ ├── docs_how_to_runnable_runtime_secrets.md │ ├── docs_how_to_self_query.md │ ├── docs_how_to_semantic-chunker.md │ ├── docs_how_to_sequence.md │ ├── docs_how_to_serialization.md │ ├── docs_how_to_split_by_token.md │ ├── docs_how_to_split_html.md │ ├── docs_how_to_sql_csv.md │ ├── docs_how_to_sql_large_db.md │ ├── docs_how_to_sql_prompting.md │ ├── docs_how_to_sql_query_checking.md │ ├── docs_how_to_streaming.md │ ├── docs_how_to_streaming_llm.md │ ├── docs_how_to_structured_output.md │ ├── docs_how_to_summarize_map_reduce.md │ ├── docs_how_to_summarize_refine.md │ ├── docs_how_to_summarize_stuff.md │ ├── docs_how_to_time_weighted_vectorstore.md │ ├── docs_how_to_tool_artifacts.md │ ├── docs_how_to_tool_calling.md │ ├── docs_how_to_tool_calling_parallel.md │ ├── docs_how_to_tool_choice.md │ ├── docs_how_to_tool_configure.md │ ├── docs_how_to_tool_results_pass_to_model.md │ ├── docs_how_to_tool_runtime.md │ ├── docs_how_to_tool_stream_events.md │ ├── docs_how_to_tool_streaming.md │ ├── docs_how_to_toolkits.md │ ├── docs_how_to_tools_as_openai_functions.md │ ├── docs_how_to_tools_builtin.md │ ├── docs_how_to_tools_chain.md │ ├── docs_how_to_tools_error.md │ ├── docs_how_to_tools_few_shot.md │ ├── docs_how_to_tools_human.md │ ├── docs_how_to_tools_model_specific.md │ ├── docs_how_to_tools_prompting.md │ ├── docs_how_to_trim_messages.md │ ├── docs_how_to_vectorstore_retriever.md │ ├── docs_how_to_vectorstores.md │ ├── docs_integrations_chat.md │ ├── docs_integrations_providers.md │ ├── docs_integrations_vectorstores.md │ ├── docs_introduction.md │ ├── docs_people.md │ ├── docs_security.md │ ├── docs_troubleshooting_errors.md │ ├── docs_tutorials.md │ ├── docs_tutorials_agents.md │ ├── docs_tutorials_chatbot.md │ ├── docs_tutorials_classification.md │ ├── docs_tutorials_extraction.md │ ├── docs_tutorials_graph.md │ ├── docs_tutorials_llm_chain.md │ ├── docs_tutorials_qa_chat_history.md │ ├── docs_tutorials_rag.md │ ├── docs_tutorials_retrievers.md │ ├── docs_tutorials_sql_qa.md │ ├── docs_tutorials_summarization.md │ ├── docs_versions_migrating_chains.md │ ├── docs_versions_migrating_chains_constitutional_chain.md │ ├── docs_versions_migrating_chains_conversation_chain.md │ ├── docs_versions_migrating_chains_conversation_retrieval_chain.md │ ├── docs_versions_migrating_chains_llm_chain.md │ ├── docs_versions_migrating_chains_llm_math_chain.md │ ├── docs_versions_migrating_chains_llm_router_chain.md │ ├── docs_versions_migrating_chains_map_reduce_chain.md │ ├── docs_versions_migrating_chains_map_rerank_docs_chain.md │ ├── docs_versions_migrating_chains_multi_prompt_chain.md │ ├── docs_versions_migrating_chains_refine_docs_chain.md │ ├── docs_versions_migrating_chains_retrieval_qa.md │ ├── docs_versions_migrating_chains_stuff_docs_chain.md │ ├── docs_versions_migrating_memory.md │ ├── docs_versions_migrating_memory_chat_history.md │ ├── docs_versions_migrating_memory_conversation_buffer_memory.md │ ├── docs_versions_migrating_memory_conversation_buffer_window_memory.md │ ├── docs_versions_migrating_memory_conversation_summary_memory.md │ ├── docs_versions_migrating_memory_long_term_memory_agent.md │ ├── docs_versions_release_policy.md │ ├── docs_versions_v0_3.md │ ├── index.md │ ├── v0.1_docs_get_started_introduction.md │ └── v0.2_docs_introduction.md ├── langgraph-docs │ ├── langgraph.md │ ├── langgraph_adopters.md │ ├── langgraph_cloud_quick_start.md │ ├── langgraph_concepts.md │ ├── langgraph_concepts_bring_your_own_cloud.md │ ├── langgraph_concepts_faq.md │ ├── langgraph_concepts_template_applications.md │ ├── langgraph_how-tos.md │ ├── langgraph_prebuilt.md │ ├── langgraph_reference_graphs.md │ ├── langgraph_troubleshooting_errors.md │ ├── langgraph_tutorials.md │ ├── langgraph_tutorials_auth_add_auth_server.md │ ├── langgraph_tutorials_auth_getting_started.md │ ├── langgraph_tutorials_auth_resource_auth.md │ ├── langgraph_tutorials_chatbot-simulation-evaluation_agent-simulation-evaluation.md │ ├── langgraph_tutorials_chatbot-simulation-evaluation_langsmith-agent-simulation-evaluation.md │ ├── langgraph_tutorials_chatbots_information-gather-prompting.md │ ├── langgraph_tutorials_code_assistant_langgraph_code_assistant.md │ ├── langgraph_tutorials_customer-support_customer-support.md │ ├── langgraph_tutorials_deployment.md │ ├── langgraph_tutorials_extraction_retries.md │ ├── langgraph_tutorials_introduction.md │ ├── langgraph_tutorials_langgraph-platform_local-server.md │ ├── langgraph_tutorials_lats_lats.md │ ├── langgraph_tutorials_llm-compiler_LLMCompiler.md │ ├── langgraph_tutorials_multi_agent_agent_supervisor.md │ ├── langgraph_tutorials_multi_agent_hierarchical_agent_teams.md │ ├── langgraph_tutorials_multi_agent_multi-agent-collaboration.md │ ├── langgraph_tutorials_plan-and-execute_plan-and-execute.md │ ├── langgraph_tutorials_rag_langgraph_adaptive_rag.md │ ├── langgraph_tutorials_rag_langgraph_adaptive_rag_local.md │ ├── langgraph_tutorials_rag_langgraph_agentic_rag.md │ ├── langgraph_tutorials_rag_langgraph_crag.md │ ├── langgraph_tutorials_rag_langgraph_crag_local.md │ ├── langgraph_tutorials_rag_langgraph_self_rag.md │ ├── langgraph_tutorials_rag_langgraph_self_rag_local.md │ ├── langgraph_tutorials_reflection_reflection.md │ ├── langgraph_tutorials_reflexion_reflexion.md │ ├── langgraph_tutorials_rewoo_rewoo.md │ ├── langgraph_tutorials_self-discover_self-discover.md │ ├── langgraph_tutorials_sql-agent.md │ ├── langgraph_tutorials_storm_storm.md │ ├── langgraph_tutorials_tnt-llm_tnt-llm.md │ ├── langgraph_tutorials_tot_tot.md │ ├── langgraph_tutorials_usaco_usaco.md │ ├── langgraph_tutorials_web-navigation_web_voyager.md │ ├── langgraph_tutorials_workflows.md │ └── langgraphjs.md ├── nextjs-docs │ ├── blog.md │ ├── conf.md │ ├── docs.md │ ├── docs_14_community_contribution-guide.md │ ├── docs_app.md │ ├── docs_app_api-reference.md │ ├── docs_app_api-reference_cli.md │ ├── docs_app_api-reference_cli_create-next-app.md │ ├── docs_app_api-reference_cli_next.md │ ├── docs_app_api-reference_components.md │ ├── docs_app_api-reference_components_font.md │ ├── docs_app_api-reference_components_form.md │ ├── docs_app_api-reference_components_image.md │ ├── docs_app_api-reference_components_link.md │ ├── docs_app_api-reference_components_script.md │ ├── docs_app_api-reference_config.md │ ├── docs_app_api-reference_config_eslint.md │ ├── docs_app_api-reference_config_next-config-js.md │ ├── docs_app_api-reference_config_next-config-js_appDir.md │ ├── docs_app_api-reference_config_next-config-js_assetPrefix.md │ ├── docs_app_api-reference_config_next-config-js_authInterrupts.md │ ├── docs_app_api-reference_config_next-config-js_basePath.md │ ├── docs_app_api-reference_config_next-config-js_cacheLife.md │ ├── docs_app_api-reference_config_next-config-js_compress.md │ ├── docs_app_api-reference_config_next-config-js_crossOrigin.md │ ├── docs_app_api-reference_config_next-config-js_cssChunking.md │ ├── docs_app_api-reference_config_next-config-js_devIndicators.md │ ├── docs_app_api-reference_config_next-config-js_distDir.md │ ├── docs_app_api-reference_config_next-config-js_dynamicIO.md │ ├── docs_app_api-reference_config_next-config-js_env.md │ ├── docs_app_api-reference_config_next-config-js_eslint.md │ ├── docs_app_api-reference_config_next-config-js_expireTime.md │ ├── docs_app_api-reference_config_next-config-js_exportPathMap.md │ ├── docs_app_api-reference_config_next-config-js_generateBuildId.md │ ├── docs_app_api-reference_config_next-config-js_generateEtags.md │ ├── docs_app_api-reference_config_next-config-js_headers.md │ ├── docs_app_api-reference_config_next-config-js_htmlLimitedBots.md │ ├── docs_app_api-reference_config_next-config-js_httpAgentOptions.md │ ├── docs_app_api-reference_config_next-config-js_images.md │ ├── docs_app_api-reference_config_next-config-js_incrementalCacheHandlerPath.md │ ├── docs_app_api-reference_config_next-config-js_inlineCss.md │ ├── docs_app_api-reference_config_next-config-js_logging.md │ ├── docs_app_api-reference_config_next-config-js_mdxRs.md │ ├── docs_app_api-reference_config_next-config-js_onDemandEntries.md │ ├── docs_app_api-reference_config_next-config-js_optimizePackageImports.md │ ├── docs_app_api-reference_config_next-config-js_output.md │ ├── docs_app_api-reference_config_next-config-js_pageExtensions.md │ ├── docs_app_api-reference_config_next-config-js_poweredByHeader.md │ ├── docs_app_api-reference_config_next-config-js_ppr.md │ ├── docs_app_api-reference_config_next-config-js_productionBrowserSourceMaps.md │ ├── docs_app_api-reference_config_next-config-js_reactCompiler.md │ ├── docs_app_api-reference_config_next-config-js_reactMaxHeadersLength.md │ ├── docs_app_api-reference_config_next-config-js_reactStrictMode.md │ ├── docs_app_api-reference_config_next-config-js_redirects.md │ ├── docs_app_api-reference_config_next-config-js_rewrites.md │ ├── docs_app_api-reference_config_next-config-js_sassOptions.md │ ├── docs_app_api-reference_config_next-config-js_serverActions.md │ ├── docs_app_api-reference_config_next-config-js_serverComponentsHmrCache.md │ ├── docs_app_api-reference_config_next-config-js_serverExternalPackages.md │ ├── docs_app_api-reference_config_next-config-js_staleTimes.md │ ├── docs_app_api-reference_config_next-config-js_staticGeneration.md │ ├── docs_app_api-reference_config_next-config-js_trailingSlash.md │ ├── docs_app_api-reference_config_next-config-js_transpilePackages.md │ ├── docs_app_api-reference_config_next-config-js_turbo.md │ ├── docs_app_api-reference_config_next-config-js_typedRoutes.md │ ├── docs_app_api-reference_config_next-config-js_typescript.md │ ├── docs_app_api-reference_config_next-config-js_urlImports.md │ ├── docs_app_api-reference_config_next-config-js_useCache.md │ ├── docs_app_api-reference_config_next-config-js_useLightningcss.md │ ├── docs_app_api-reference_config_next-config-js_webVitalsAttribution.md │ ├── docs_app_api-reference_config_next-config-js_webpack.md │ ├── docs_app_api-reference_config_typescript.md │ ├── docs_app_api-reference_directives.md │ ├── docs_app_api-reference_directives_use-cache.md │ ├── docs_app_api-reference_directives_use-client.md │ ├── docs_app_api-reference_directives_use-server.md │ ├── docs_app_api-reference_edge.md │ ├── docs_app_api-reference_file-conventions.md │ ├── docs_app_api-reference_file-conventions_default.md │ ├── docs_app_api-reference_file-conventions_error.md │ ├── docs_app_api-reference_file-conventions_forbidden.md │ ├── docs_app_api-reference_file-conventions_instrumentation.md │ ├── docs_app_api-reference_file-conventions_layout.md │ ├── docs_app_api-reference_file-conventions_loading.md │ ├── docs_app_api-reference_file-conventions_mdx-components.md │ ├── docs_app_api-reference_file-conventions_metadata.md │ ├── docs_app_api-reference_file-conventions_metadata_app-icons.md │ ├── docs_app_api-reference_file-conventions_metadata_manifest.md │ ├── docs_app_api-reference_file-conventions_metadata_opengraph-image.md │ ├── docs_app_api-reference_file-conventions_metadata_robots.md │ ├── docs_app_api-reference_file-conventions_metadata_sitemap.md │ ├── docs_app_api-reference_file-conventions_middleware.md │ ├── docs_app_api-reference_file-conventions_not-found.md │ ├── docs_app_api-reference_file-conventions_page.md │ ├── docs_app_api-reference_file-conventions_route-segment-config.md │ ├── docs_app_api-reference_file-conventions_route.md │ ├── docs_app_api-reference_file-conventions_template.md │ ├── docs_app_api-reference_file-conventions_unauthorized.md │ ├── docs_app_api-reference_functions.md │ ├── docs_app_api-reference_functions_after.md │ ├── docs_app_api-reference_functions_cacheLife.md │ ├── docs_app_api-reference_functions_cacheTag.md │ ├── docs_app_api-reference_functions_connection.md │ ├── docs_app_api-reference_functions_cookies.md │ ├── docs_app_api-reference_functions_draft-mode.md │ ├── docs_app_api-reference_functions_fetch.md │ ├── docs_app_api-reference_functions_forbidden.md │ ├── docs_app_api-reference_functions_generate-image-metadata.md │ ├── docs_app_api-reference_functions_generate-metadata.md │ ├── docs_app_api-reference_functions_generate-sitemaps.md │ ├── docs_app_api-reference_functions_generate-static-params.md │ ├── docs_app_api-reference_functions_generate-viewport.md │ ├── docs_app_api-reference_functions_headers.md │ ├── docs_app_api-reference_functions_image-response.md │ ├── docs_app_api-reference_functions_next-request.md │ ├── docs_app_api-reference_functions_next-response.md │ ├── docs_app_api-reference_functions_not-found.md │ ├── docs_app_api-reference_functions_permanentRedirect.md │ ├── docs_app_api-reference_functions_redirect.md │ ├── docs_app_api-reference_functions_revalidatePath.md │ ├── docs_app_api-reference_functions_revalidateTag.md │ ├── docs_app_api-reference_functions_unauthorized.md │ ├── docs_app_api-reference_functions_unstable_cache.md │ ├── docs_app_api-reference_functions_unstable_noStore.md │ ├── docs_app_api-reference_functions_unstable_rethrow.md │ ├── docs_app_api-reference_functions_use-params.md │ ├── docs_app_api-reference_functions_use-pathname.md │ ├── docs_app_api-reference_functions_use-report-web-vitals.md │ ├── docs_app_api-reference_functions_use-router.md │ ├── docs_app_api-reference_functions_use-search-params.md │ ├── docs_app_api-reference_functions_use-selected-layout-segment.md │ ├── docs_app_api-reference_functions_use-selected-layout-segments.md │ ├── docs_app_api-reference_functions_userAgent.md │ ├── docs_app_api-reference_turbopack.md │ ├── docs_app_building-your-application.md │ ├── docs_app_building-your-application_authentication.md │ ├── docs_app_building-your-application_caching.md │ ├── docs_app_building-your-application_configuring.md │ ├── docs_app_building-your-application_configuring_content-security-policy.md │ ├── docs_app_building-your-application_configuring_custom-server.md │ ├── docs_app_building-your-application_configuring_debugging.md │ ├── docs_app_building-your-application_configuring_draft-mode.md │ ├── docs_app_building-your-application_configuring_environment-variables.md │ ├── docs_app_building-your-application_configuring_mdx.md │ ├── docs_app_building-your-application_configuring_progressive-web-apps.md │ ├── docs_app_building-your-application_configuring_src-directory.md │ ├── docs_app_building-your-application_data-fetching.md │ ├── docs_app_building-your-application_data-fetching_fetching.md │ ├── docs_app_building-your-application_data-fetching_incremental-static-regeneration.md │ ├── docs_app_building-your-application_data-fetching_server-actions-and-mutations.md │ ├── docs_app_building-your-application_deploying.md │ ├── docs_app_building-your-application_deploying_multi-zones.md │ ├── docs_app_building-your-application_deploying_production-checklist.md │ ├── docs_app_building-your-application_deploying_static-exports.md │ ├── docs_app_building-your-application_optimizing.md │ ├── docs_app_building-your-application_optimizing_analytics.md │ ├── docs_app_building-your-application_optimizing_fonts.md │ ├── docs_app_building-your-application_optimizing_images.md │ ├── docs_app_building-your-application_optimizing_instrumentation.md │ ├── docs_app_building-your-application_optimizing_lazy-loading.md │ ├── docs_app_building-your-application_optimizing_memory-usage.md │ ├── docs_app_building-your-application_optimizing_metadata.md │ ├── docs_app_building-your-application_optimizing_open-telemetry.md │ ├── docs_app_building-your-application_optimizing_package-bundling.md │ ├── docs_app_building-your-application_optimizing_scripts.md │ ├── docs_app_building-your-application_optimizing_static-assets.md │ ├── docs_app_building-your-application_optimizing_third-party-libraries.md │ ├── docs_app_building-your-application_optimizing_videos.md │ ├── docs_app_building-your-application_rendering.md │ ├── docs_app_building-your-application_rendering_client-components.md │ ├── docs_app_building-your-application_rendering_composition-patterns.md │ ├── docs_app_building-your-application_rendering_edge-and-nodejs-runtimes.md │ ├── docs_app_building-your-application_rendering_partial-prerendering.md │ ├── docs_app_building-your-application_rendering_server-components.md │ ├── docs_app_building-your-application_routing.md │ ├── docs_app_building-your-application_routing_dynamic-routes.md │ ├── docs_app_building-your-application_routing_error-handling.md │ ├── docs_app_building-your-application_routing_intercepting-routes.md │ ├── docs_app_building-your-application_routing_internationalization.md │ ├── docs_app_building-your-application_routing_layouts-and-templates.md │ ├── docs_app_building-your-application_routing_linking-and-navigating.md │ ├── docs_app_building-your-application_routing_loading-ui-and-streaming.md │ ├── docs_app_building-your-application_routing_middleware.md │ ├── docs_app_building-your-application_routing_parallel-routes.md │ ├── docs_app_building-your-application_routing_redirecting.md │ ├── docs_app_building-your-application_routing_route-groups.md │ ├── docs_app_building-your-application_routing_route-handlers.md │ ├── docs_app_building-your-application_styling.md │ ├── docs_app_building-your-application_styling_css-in-js.md │ ├── docs_app_building-your-application_styling_css.md │ ├── docs_app_building-your-application_styling_sass.md │ ├── docs_app_building-your-application_styling_tailwind-css.md │ ├── docs_app_building-your-application_testing.md │ ├── docs_app_building-your-application_testing_cypress.md │ ├── docs_app_building-your-application_testing_jest.md │ ├── docs_app_building-your-application_testing_playwright.md │ ├── docs_app_building-your-application_testing_vitest.md │ ├── docs_app_building-your-application_upgrading.md │ ├── docs_app_building-your-application_upgrading_app-router-migration.md │ ├── docs_app_building-your-application_upgrading_canary.md │ ├── docs_app_building-your-application_upgrading_codemods.md │ ├── docs_app_building-your-application_upgrading_from-create-react-app.md │ ├── docs_app_building-your-application_upgrading_from-vite.md │ ├── docs_app_building-your-application_upgrading_single-page-applications.md │ ├── docs_app_building-your-application_upgrading_version-14.md │ ├── docs_app_building-your-application_upgrading_version-15.md │ ├── docs_app_examples.md │ ├── docs_app_getting-started.md │ ├── docs_app_getting-started_css.md │ ├── docs_app_getting-started_error-handling.md │ ├── docs_app_getting-started_fetching-data.md │ ├── docs_app_getting-started_images-and-fonts.md │ ├── docs_app_getting-started_installation.md │ ├── docs_app_getting-started_layouts-and-pages.md │ ├── docs_app_getting-started_project-structure.md │ ├── docs_app_getting-started_updating-data.md │ ├── docs_architecture.md │ ├── docs_architecture_accessibility.md │ ├── docs_architecture_fast-refresh.md │ ├── docs_architecture_nextjs-compiler.md │ ├── docs_architecture_supported-browsers.md │ ├── docs_community.md │ ├── docs_community_contribution-guide.md │ ├── docs_pages_api-reference.md │ ├── docs_pages_api-reference_cli.md │ ├── docs_pages_api-reference_cli_create-next-app.md │ ├── docs_pages_api-reference_cli_next.md │ ├── docs_pages_api-reference_components.md │ ├── docs_pages_api-reference_components_font.md │ ├── docs_pages_api-reference_components_form.md │ ├── docs_pages_api-reference_components_head.md │ ├── docs_pages_api-reference_components_image-legacy.md │ ├── docs_pages_api-reference_components_image.md │ ├── docs_pages_api-reference_components_link.md │ ├── docs_pages_api-reference_components_script.md │ ├── docs_pages_api-reference_config.md │ ├── docs_pages_api-reference_config_eslint.md │ ├── docs_pages_api-reference_config_next-config-js.md │ ├── docs_pages_api-reference_config_next-config-js_assetPrefix.md │ ├── docs_pages_api-reference_config_next-config-js_basePath.md │ ├── docs_pages_api-reference_config_next-config-js_bundlePagesRouterDependencies.md │ ├── docs_pages_api-reference_config_next-config-js_compress.md │ ├── docs_pages_api-reference_config_next-config-js_crossOrigin.md │ ├── docs_pages_api-reference_config_next-config-js_devIndicators.md │ ├── docs_pages_api-reference_config_next-config-js_distDir.md │ ├── docs_pages_api-reference_config_next-config-js_env.md │ ├── docs_pages_api-reference_config_next-config-js_eslint.md │ ├── docs_pages_api-reference_config_next-config-js_exportPathMap.md │ ├── docs_pages_api-reference_config_next-config-js_generateBuildId.md │ ├── docs_pages_api-reference_config_next-config-js_generateEtags.md │ ├── docs_pages_api-reference_config_next-config-js_headers.md │ ├── docs_pages_api-reference_config_next-config-js_httpAgentOptions.md │ ├── docs_pages_api-reference_config_next-config-js_images.md │ ├── docs_pages_api-reference_config_next-config-js_onDemandEntries.md │ ├── docs_pages_api-reference_config_next-config-js_optimizePackageImports.md │ ├── docs_pages_api-reference_config_next-config-js_output.md │ ├── docs_pages_api-reference_config_next-config-js_pageExtensions.md │ ├── docs_pages_api-reference_config_next-config-js_poweredByHeader.md │ ├── docs_pages_api-reference_config_next-config-js_productionBrowserSourceMaps.md │ ├── docs_pages_api-reference_config_next-config-js_reactStrictMode.md │ ├── docs_pages_api-reference_config_next-config-js_redirects.md │ ├── docs_pages_api-reference_config_next-config-js_rewrites.md │ ├── docs_pages_api-reference_config_next-config-js_runtime-configuration.md │ ├── docs_pages_api-reference_config_next-config-js_serverExternalPackages.md │ ├── docs_pages_api-reference_config_next-config-js_trailingSlash.md │ ├── docs_pages_api-reference_config_next-config-js_transpilePackages.md │ ├── docs_pages_api-reference_config_next-config-js_turbo.md │ ├── docs_pages_api-reference_config_next-config-js_typescript.md │ ├── docs_pages_api-reference_config_next-config-js_urlImports.md │ ├── docs_pages_api-reference_config_next-config-js_useLightningcss.md │ ├── docs_pages_api-reference_config_next-config-js_webVitalsAttribution.md │ ├── docs_pages_api-reference_config_next-config-js_webpack.md │ ├── docs_pages_api-reference_config_typescript.md │ ├── docs_pages_api-reference_edge.md │ ├── docs_pages_api-reference_functions.md │ ├── docs_pages_api-reference_functions_get-initial-props.md │ ├── docs_pages_api-reference_functions_get-server-side-props.md │ ├── docs_pages_api-reference_functions_get-static-paths.md │ ├── docs_pages_api-reference_functions_get-static-props.md │ ├── docs_pages_api-reference_functions_next-request.md │ ├── docs_pages_api-reference_functions_next-response.md │ ├── docs_pages_api-reference_functions_use-amp.md │ ├── docs_pages_api-reference_functions_use-report-web-vitals.md │ ├── docs_pages_api-reference_functions_use-router.md │ ├── docs_pages_api-reference_functions_userAgent.md │ ├── docs_pages_api-reference_turbopack.md │ ├── docs_pages_building-your-application.md │ ├── docs_pages_building-your-application_authentication.md │ ├── docs_pages_building-your-application_configuring.md │ ├── docs_pages_building-your-application_configuring_amp.md │ ├── docs_pages_building-your-application_configuring_babel.md │ ├── docs_pages_building-your-application_configuring_content-security-policy.md │ ├── docs_pages_building-your-application_configuring_custom-server.md │ ├── docs_pages_building-your-application_configuring_debugging.md │ ├── docs_pages_building-your-application_configuring_draft-mode.md │ ├── docs_pages_building-your-application_configuring_environment-variables.md │ ├── docs_pages_building-your-application_configuring_error-handling.md │ ├── docs_pages_building-your-application_configuring_mdx.md │ ├── docs_pages_building-your-application_configuring_post-css.md │ ├── docs_pages_building-your-application_configuring_preview-mode.md │ ├── docs_pages_building-your-application_configuring_src-directory.md │ ├── docs_pages_building-your-application_data-fetching.md │ ├── docs_pages_building-your-application_data-fetching_client-side.md │ ├── docs_pages_building-your-application_data-fetching_forms-and-mutations.md │ ├── docs_pages_building-your-application_data-fetching_get-server-side-props.md │ ├── docs_pages_building-your-application_data-fetching_get-static-paths.md │ ├── docs_pages_building-your-application_data-fetching_get-static-props.md │ ├── docs_pages_building-your-application_data-fetching_incremental-static-regeneration.md │ ├── docs_pages_building-your-application_deploying.md │ ├── docs_pages_building-your-application_deploying_ci-build-caching.md │ ├── docs_pages_building-your-application_deploying_multi-zones.md │ ├── docs_pages_building-your-application_deploying_production-checklist.md │ ├── docs_pages_building-your-application_deploying_static-exports.md │ ├── docs_pages_building-your-application_optimizing.md │ ├── docs_pages_building-your-application_optimizing_analytics.md │ ├── docs_pages_building-your-application_optimizing_fonts.md │ ├── docs_pages_building-your-application_optimizing_images.md │ ├── docs_pages_building-your-application_optimizing_instrumentation.md │ ├── docs_pages_building-your-application_optimizing_lazy-loading.md │ ├── docs_pages_building-your-application_optimizing_open-telemetry.md │ ├── docs_pages_building-your-application_optimizing_package-bundling.md │ ├── docs_pages_building-your-application_optimizing_scripts.md │ ├── docs_pages_building-your-application_optimizing_static-assets.md │ ├── docs_pages_building-your-application_optimizing_third-party-libraries.md │ ├── docs_pages_building-your-application_rendering.md │ ├── docs_pages_building-your-application_rendering_automatic-static-optimization.md │ ├── docs_pages_building-your-application_rendering_client-side-rendering.md │ ├── docs_pages_building-your-application_rendering_edge-and-nodejs-runtimes.md │ ├── docs_pages_building-your-application_rendering_server-side-rendering.md │ ├── docs_pages_building-your-application_rendering_static-site-generation.md │ ├── docs_pages_building-your-application_routing.md │ ├── docs_pages_building-your-application_routing_api-routes.md │ ├── docs_pages_building-your-application_routing_custom-app.md │ ├── docs_pages_building-your-application_routing_custom-document.md │ ├── docs_pages_building-your-application_routing_custom-error.md │ ├── docs_pages_building-your-application_routing_dynamic-routes.md │ ├── docs_pages_building-your-application_routing_internationalization.md │ ├── docs_pages_building-your-application_routing_linking-and-navigating.md │ ├── docs_pages_building-your-application_routing_middleware.md │ ├── docs_pages_building-your-application_routing_pages-and-layouts.md │ ├── docs_pages_building-your-application_routing_redirecting.md │ ├── docs_pages_building-your-application_styling.md │ ├── docs_pages_building-your-application_styling_css-in-js.md │ ├── docs_pages_building-your-application_styling_css.md │ ├── docs_pages_building-your-application_styling_sass.md │ ├── docs_pages_building-your-application_styling_tailwind-css.md │ ├── docs_pages_building-your-application_testing.md │ ├── docs_pages_building-your-application_testing_cypress.md │ ├── docs_pages_building-your-application_testing_jest.md │ ├── docs_pages_building-your-application_testing_playwright.md │ ├── docs_pages_building-your-application_testing_vitest.md │ ├── docs_pages_building-your-application_upgrading.md │ ├── docs_pages_building-your-application_upgrading_app-router-migration.md │ ├── docs_pages_building-your-application_upgrading_codemods.md │ ├── docs_pages_building-your-application_upgrading_from-create-react-app.md │ ├── docs_pages_building-your-application_upgrading_from-vite.md │ ├── docs_pages_building-your-application_upgrading_version-10.md │ ├── docs_pages_building-your-application_upgrading_version-11.md │ ├── docs_pages_building-your-application_upgrading_version-12.md │ ├── docs_pages_building-your-application_upgrading_version-13.md │ ├── docs_pages_building-your-application_upgrading_version-14.md │ ├── docs_pages_building-your-application_upgrading_version-9.md │ ├── docs_pages_getting-started.md │ ├── docs_pages_getting-started_installation.md │ ├── docs_pages_getting-started_project-structure.md │ ├── governance.md │ ├── index.md │ ├── learn.md │ ├── learn_dashboard-app.md │ ├── learn_react-foundations.md │ ├── showcase.md │ ├── team.md │ └── telemetry.md ├── praison-docs │ ├── agents_agents.md │ ├── api_praisonaiagents_agent_agent.md │ ├── api_praisonaiagents_agents_agents.md │ ├── api_praisonaiagents_agents_autoagents.md │ ├── api_praisonaiagents_index.md │ ├── api_praisonaiagents_process_process.md │ ├── api_praisonaiagents_task_task.md │ ├── concepts_agents.md │ ├── concepts_knowledge.md │ ├── concepts_memory.md │ ├── concepts_process.md │ ├── concepts_tasks.md │ ├── concepts_tools.md │ ├── deploy.md │ ├── developers_agents-playbook.md │ ├── developers_googlecolab-tools.md │ ├── developers_googlecolab.md │ ├── developers_local-development.md │ ├── developers_test.md │ ├── developers_wrapper-tools.md │ ├── developers_wrapper.md │ ├── examples_examples.md │ ├── features_async.md │ ├── features_autoagents.md │ ├── features_autonomous-workflow.md │ ├── features_callbacks.md │ ├── features_chat-with-pdf.md │ ├── features_cli.md │ ├── features_codeagent.md │ ├── features_evaluator-optimiser.md │ ├── features_generate-reasoning.md │ ├── features_image-generation.md │ ├── features_langchain.md │ ├── features_mathagent.md │ ├── features_mini.md │ ├── features_multimodal.md │ ├── features_orchestrator-worker.md │ ├── features_parallelisation.md │ ├── features_promptchaining.md │ ├── features_rag.md │ ├── features_reasoning-extract.md │ ├── features_reasoning.md │ ├── features_repetitive.md │ ├── features_routing.md │ ├── features_selfreflection.md │ ├── features_structured.md │ ├── firecrawl.md │ ├── framework_autogen.md │ ├── framework_crewai.md │ ├── framework_multimodalagents.md │ ├── framework_praisonaiagents.md │ ├── index.md │ ├── installation.md │ ├── introduction.md │ ├── js_js.md │ ├── models.md │ ├── models_anthropic.md │ ├── models_cohere.md │ ├── models_deepseek.md │ ├── models_google.md │ ├── models_groq.md │ ├── models_mistral.md │ ├── models_ollama.md │ ├── models_openai.md │ ├── models_openrouter.md │ ├── models_other.md │ ├── monitoring_agentops.md │ ├── nocode_auto.md │ ├── nocode_initialise.md │ ├── nocode_installation.md │ ├── nocode_introduction.md │ ├── nocode_run.md │ ├── nocode_tldr.md │ ├── quickstart.md │ ├── tools_tools.md │ ├── train.md │ ├── ui_chat.md │ ├── ui_code.md │ ├── ui_overview.md │ └── ui_ui.md ├── pydantic-ai-docs │ ├── agents.md │ ├── api_agent.md │ ├── api_exceptions.md │ ├── api_format_as_xml.md │ ├── api_messages.md │ ├── api_models_anthropic.md │ ├── api_models_base.md │ ├── api_models_cohere.md │ ├── api_models_function.md │ ├── api_models_gemini.md │ ├── api_models_groq.md │ ├── api_models_mistral.md │ ├── api_models_openai.md │ ├── api_models_test.md │ ├── api_models_vertexai.md │ ├── api_pydantic_graph_exceptions.md │ ├── api_pydantic_graph_graph.md │ ├── api_pydantic_graph_mermaid.md │ ├── api_pydantic_graph_nodes.md │ ├── api_pydantic_graph_state.md │ ├── api_result.md │ ├── api_settings.md │ ├── api_tools.md │ ├── api_usage.md │ ├── contributing.md │ ├── dependencies.md │ ├── examples.md │ ├── examples_bank-support.md │ ├── examples_chat-app.md │ ├── examples_flight-booking.md │ ├── examples_pydantic-model.md │ ├── examples_question-graph.md │ ├── examples_rag.md │ ├── examples_sql-gen.md │ ├── examples_stream-markdown.md │ ├── examples_stream-whales.md │ ├── examples_weather-agent.md │ ├── graph.md │ ├── help.md │ ├── index.md │ ├── install.md │ ├── logfire.md │ ├── message-history.md │ ├── models.md │ ├── multi-agent-applications.md │ ├── results.md │ ├── testing-evals.md │ ├── tools.md │ └── troubleshooting.md ├── python-docs │ ├── 2.6.md │ ├── 2.7.md │ ├── 3.0.md │ ├── 3.1.md │ ├── 3.10.md │ ├── 3.11.md │ ├── 3.12.md │ ├── 3.13.md │ ├── 3.14.md │ ├── 3.2.md │ ├── 3.3.md │ ├── 3.4.md │ ├── 3.5.md │ ├── 3.6.md │ ├── 3.7.md │ ├── 3.8.md │ ├── 3.9.md │ ├── 3.md │ ├── about.html.md │ ├── bugs.html.md │ ├── c-api_index.html.md │ ├── contents.html.md │ ├── copyright.html.md │ ├── deprecations_index.html.md │ ├── distributing_index.html.md │ ├── download.html.md │ ├── extending_index.html.md │ ├── faq_index.html.md │ ├── fr_3.md │ ├── fr_3_about.html.md │ ├── fr_3_bugs.html.md │ ├── fr_3_c-api_index.html.md │ ├── fr_3_contents.html.md │ ├── fr_3_copyright.html.md │ ├── fr_3_deprecations_index.html.md │ ├── fr_3_distributing_index.html.md │ ├── fr_3_download.html.md │ ├── fr_3_extending_index.html.md │ ├── fr_3_faq_index.html.md │ ├── fr_3_genindex.html.md │ ├── fr_3_glossary.html.md │ ├── fr_3_howto_index.html.md │ ├── fr_3_installing_index.html.md │ ├── fr_3_library_index.html.md │ ├── fr_3_license.html.md │ ├── fr_3_py-modindex.html.md │ ├── fr_3_reference_index.html.md │ ├── fr_3_search.html.md │ ├── fr_3_tutorial_index.html.md │ ├── fr_3_using_index.html.md │ ├── fr_3_whatsnew_3.13.html.md │ ├── fr_3_whatsnew_index.html.md │ ├── genindex.html.md │ ├── glossary.html.md │ ├── howto_index.html.md │ ├── index.md │ ├── installing_index.html.md │ ├── library_index.html.md │ ├── license.html.md │ ├── py-modindex.html.md │ ├── reference_index.html.md │ ├── search.html.md │ ├── tutorial_index.html.md │ ├── using_index.html.md │ ├── whatsnew_3.13.html.md │ └── whatsnew_index.html.md ├── react-docs │ ├── blog.md │ ├── community.md │ ├── community_acknowledgements.md │ ├── community_docs-contributors.md │ ├── community_team.md │ ├── community_translations.md │ ├── index.md │ ├── learn.md │ ├── learn_add-react-to-an-existing-project.md │ ├── learn_adding-interactivity.md │ ├── learn_building-a-react-framework.md │ ├── learn_choosing-the-state-structure.md │ ├── learn_conditional-rendering.md │ ├── learn_creating-a-react-app.md │ ├── learn_describing-the-ui.md │ ├── learn_editor-setup.md │ ├── learn_escape-hatches.md │ ├── learn_extracting-state-logic-into-a-reducer.md │ ├── learn_importing-and-exporting-components.md │ ├── learn_installation.md │ ├── learn_javascript-in-jsx-with-curly-braces.md │ ├── learn_keeping-components-pure.md │ ├── learn_lifecycle-of-reactive-effects.md │ ├── learn_managing-state.md │ ├── learn_manipulating-the-dom-with-refs.md │ ├── learn_passing-data-deeply-with-context.md │ ├── learn_passing-props-to-a-component.md │ ├── learn_preserving-and-resetting-state.md │ ├── learn_queueing-a-series-of-state-updates.md │ ├── learn_react-compiler.md │ ├── learn_react-developer-tools.md │ ├── learn_reacting-to-input-with-state.md │ ├── learn_referencing-values-with-refs.md │ ├── learn_removing-effect-dependencies.md │ ├── learn_render-and-commit.md │ ├── learn_rendering-lists.md │ ├── learn_responding-to-events.md │ ├── learn_reusing-logic-with-custom-hooks.md │ ├── learn_scaling-up-with-reducer-and-context.md │ ├── learn_separating-events-from-effects.md │ ├── learn_setup.md │ ├── learn_sharing-state-between-components.md │ ├── learn_state-a-components-memory.md │ ├── learn_state-as-a-snapshot.md │ ├── learn_synchronizing-with-effects.md │ ├── learn_thinking-in-react.md │ ├── learn_tutorial-tic-tac-toe.md │ ├── learn_typescript.md │ ├── learn_understanding-your-ui-as-a-tree.md │ ├── learn_updating-arrays-in-state.md │ ├── learn_updating-objects-in-state.md │ ├── learn_writing-markup-with-jsx.md │ ├── learn_you-might-not-need-an-effect.md │ ├── learn_your-first-component.md │ ├── reference_react-dom.md │ ├── reference_react.md │ ├── reference_react_useState.md │ └── versions.md ├── stripe-docs │ ├── api.md │ ├── atlas.md │ ├── billing.md │ ├── billing_revenue-recognition.md │ ├── capital_how-stripe-capital-works.md │ ├── changelog.md │ ├── climate_faqs.md │ ├── connect.md │ ├── connect_accounts.md │ ├── connect_add-and-pay-out-guide.md │ ├── connect_api-onboarding.md │ ├── connect_charges.md │ ├── connect_collect-then-transfer-guide.md │ ├── connect_connect-embedded-components_quickstart.md │ ├── connect_design-an-integration.md │ ├── connect_destination-charges.md │ ├── connect_direct-charges.md │ ├── connect_dynamic-payment-methods.md │ ├── connect_embedded-onboarding.md │ ├── connect_enable-payment-acceptance-guide.md │ ├── connect_hosted-onboarding.md │ ├── connect_how-connect-works.md │ ├── connect_onboarding.md │ ├── connect_onboarding_quickstart.md │ ├── connect_payouts-connected-accounts.md │ ├── connect_separate-charges-and-transfers.md │ ├── connect_subscriptions.md │ ├── connect_tax-reporting.md │ ├── crypto.md │ ├── development.md │ ├── finance-automation.md │ ├── financial-connections.md │ ├── financial-services.md │ ├── get-started.md │ ├── get-started_development-environment.md │ ├── identity.md │ ├── index.md │ ├── issuing.md │ ├── no-code_customer-portal.md │ ├── no-code_invoices.md │ ├── no-code_payment-links.md │ ├── no-code_pricing-table.md │ ├── no-code_subscriptions.md │ ├── payments.md │ ├── payments_checkout.md │ ├── payments_elements.md │ ├── payments_payment-intents.md │ ├── payments_payment-links.md │ ├── radar.md │ ├── samples.md │ ├── stripe-data_access-data-in-dashboard.md │ ├── stripe-data_access-data-in-warehouse.md │ ├── tax.md │ ├── tax_connect.md │ ├── terminal.md │ └── treasury.md ├── supabase-docs │ ├── changelog.md │ ├── dashboard.md │ ├── docs.md │ ├── docs_guides_ai.md │ ├── docs_guides_auth.md │ ├── docs_guides_cron.md │ ├── docs_guides_database_overview.md │ ├── docs_guides_functions.md │ ├── docs_guides_getting-started.md │ ├── docs_guides_getting-started_ai-prompts.md │ ├── docs_guides_getting-started_quickstarts_flutter.md │ ├── docs_guides_getting-started_quickstarts_kotlin.md │ ├── docs_guides_getting-started_quickstarts_nextjs.md │ ├── docs_guides_getting-started_quickstarts_nuxtjs.md │ ├── docs_guides_getting-started_quickstarts_reactjs.md │ ├── docs_guides_getting-started_quickstarts_redwoodjs.md │ ├── docs_guides_getting-started_quickstarts_refine.md │ ├── docs_guides_getting-started_quickstarts_solidjs.md │ ├── docs_guides_getting-started_quickstarts_sveltekit.md │ ├── docs_guides_getting-started_quickstarts_vue.md │ ├── docs_guides_integrations.md │ ├── docs_guides_platform.md │ ├── docs_guides_platform_migrating-to-supabase_amazon-rds.md │ ├── docs_guides_platform_migrating-to-supabase_auth0.md │ ├── docs_guides_platform_migrating-to-supabase_firebase-auth.md │ ├── docs_guides_platform_migrating-to-supabase_firebase-storage.md │ ├── docs_guides_platform_migrating-to-supabase_firestore-data.md │ ├── docs_guides_platform_migrating-to-supabase_heroku.md │ ├── docs_guides_platform_migrating-to-supabase_mssql.md │ ├── docs_guides_platform_migrating-to-supabase_mysql.md │ ├── docs_guides_platform_migrating-to-supabase_neon.md │ ├── docs_guides_platform_migrating-to-supabase_postgres.md │ ├── docs_guides_platform_migrating-to-supabase_render.md │ ├── docs_guides_platform_migrating-to-supabase_vercel-postgres.md │ ├── docs_guides_queues.md │ ├── docs_guides_realtime.md │ ├── docs_guides_resources.md │ ├── docs_guides_self-hosting.md │ ├── docs_guides_storage.md │ ├── docs_reference_api_introduction.md │ ├── docs_reference_cli_introduction.md │ ├── docs_reference_csharp_introduction.md │ ├── docs_reference_dart_introduction.md │ ├── docs_reference_javascript_introduction.md │ ├── docs_reference_kotlin_introduction.md │ ├── docs_reference_python_introduction.md │ ├── docs_reference_self-hosting-analytics_introduction.md │ ├── docs_reference_self-hosting-auth_introduction.md │ ├── docs_reference_self-hosting-realtime_introduction.md │ ├── docs_reference_self-hosting-storage_introduction.md │ ├── docs_reference_swift_introduction.md │ ├── index.md │ ├── open-source.md │ ├── supasquad.md │ └── support.md ├── svelte-docs │ ├── blog.md │ ├── chat.md │ ├── docs.md │ ├── docs_cli.md │ ├── docs_kit.md │ ├── docs_llms.md │ ├── docs_svelte.md │ ├── docs_svelte_v5-migration-guide.md │ ├── index.md │ ├── playground.md │ └── tutorial.md ├── svelte-kit-docs │ ├── blog.md │ ├── chat.md │ ├── docs.md │ ├── docs_cli.md │ ├── docs_images.md │ ├── docs_kit.md │ ├── docs_kit_$app-environment.md │ ├── docs_kit_$app-forms.md │ ├── docs_kit_$app-navigation.md │ ├── docs_kit_$app-paths.md │ ├── docs_kit_$app-server.md │ ├── docs_kit_$app-state.md │ ├── docs_kit_$app-stores.md │ ├── docs_kit_$env-dynamic-private.md │ ├── docs_kit_$env-dynamic-public.md │ ├── docs_kit_$env-static-private.md │ ├── docs_kit_$env-static-public.md │ ├── docs_kit_$lib.md │ ├── docs_kit_$service-worker.md │ ├── docs_kit_@sveltejs-kit-hooks.md │ ├── docs_kit_@sveltejs-kit-node-polyfills.md │ ├── docs_kit_@sveltejs-kit-node.md │ ├── docs_kit_@sveltejs-kit-vite.md │ ├── docs_kit_@sveltejs-kit.md │ ├── docs_kit_accessibility.md │ ├── docs_kit_adapter-auto.md │ ├── docs_kit_adapter-cloudflare-workers.md │ ├── docs_kit_adapter-cloudflare.md │ ├── docs_kit_adapter-netlify.md │ ├── docs_kit_adapter-node.md │ ├── docs_kit_adapter-static.md │ ├── docs_kit_adapter-vercel.md │ ├── docs_kit_adapters.md │ ├── docs_kit_additional-resources.md │ ├── docs_kit_advanced-routing.md │ ├── docs_kit_auth.md │ ├── docs_kit_building-your-app.md │ ├── docs_kit_cli.md │ ├── docs_kit_configuration.md │ ├── docs_kit_creating-a-project.md │ ├── docs_kit_debugging.md │ ├── docs_kit_errors.md │ ├── docs_kit_faq.md │ ├── docs_kit_form-actions.md │ ├── docs_kit_glossary.md │ ├── docs_kit_hooks.md │ ├── docs_kit_images.md │ ├── docs_kit_integrations.md │ ├── docs_kit_introduction.md │ ├── docs_kit_link-options.md │ ├── docs_kit_load.md │ ├── docs_kit_migrating-to-sveltekit-2.md │ ├── docs_kit_migrating.md │ ├── docs_kit_packaging.md │ ├── docs_kit_page-options.md │ ├── docs_kit_performance.md │ ├── docs_kit_project-structure.md │ ├── docs_kit_routing.md │ ├── docs_kit_seo.md │ ├── docs_kit_server-only-modules.md │ ├── docs_kit_service-workers.md │ ├── docs_kit_shallow-routing.md │ ├── docs_kit_single-page-apps.md │ ├── docs_kit_snapshots.md │ ├── docs_kit_state-management.md │ ├── docs_kit_types.md │ ├── docs_kit_web-standards.md │ ├── docs_kit_writing-adapters.md │ ├── docs_page-options.md │ ├── docs_service-workers.md │ ├── docs_svelte.md │ ├── index.md │ ├── playground.md │ ├── tutorial.md │ └── tutorial_kit.md ├── sveltekit-docs │ ├── blog.md │ ├── chat.md │ ├── docs.md │ ├── docs_cli.md │ ├── docs_images.md │ ├── docs_kit.md │ ├── docs_kit_$app-environment.md │ ├── docs_kit_$app-forms.md │ ├── docs_kit_$app-navigation.md │ ├── docs_kit_$app-paths.md │ ├── docs_kit_$app-server.md │ ├── docs_kit_$app-state.md │ ├── docs_kit_$app-stores.md │ ├── docs_kit_$env-dynamic-private.md │ ├── docs_kit_$env-dynamic-public.md │ ├── docs_kit_$env-static-private.md │ ├── docs_kit_$env-static-public.md │ ├── docs_kit_$lib.md │ ├── docs_kit_$service-worker.md │ ├── docs_kit_@sveltejs-kit-hooks.md │ ├── docs_kit_@sveltejs-kit-node-polyfills.md │ ├── docs_kit_@sveltejs-kit-node.md │ ├── docs_kit_@sveltejs-kit-vite.md │ ├── docs_kit_@sveltejs-kit.md │ ├── docs_kit_accessibility.md │ ├── docs_kit_adapter-auto.md │ ├── docs_kit_adapter-cloudflare-workers.md │ ├── docs_kit_adapter-cloudflare.md │ ├── docs_kit_adapter-netlify.md │ ├── docs_kit_adapter-node.md │ ├── docs_kit_adapter-static.md │ ├── docs_kit_adapter-vercel.md │ ├── docs_kit_adapters.md │ ├── docs_kit_additional-resources.md │ ├── docs_kit_advanced-routing.md │ ├── docs_kit_auth.md │ ├── docs_kit_building-your-app.md │ ├── docs_kit_cli.md │ ├── docs_kit_configuration.md │ ├── docs_kit_creating-a-project.md │ ├── docs_kit_debugging.md │ ├── docs_kit_errors.md │ ├── docs_kit_faq.md │ ├── docs_kit_form-actions.md │ ├── docs_kit_glossary.md │ ├── docs_kit_hooks.md │ ├── docs_kit_images.md │ ├── docs_kit_integrations.md │ ├── docs_kit_introduction.md │ ├── docs_kit_link-options.md │ ├── docs_kit_load.md │ ├── docs_kit_migrating-to-sveltekit-2.md │ ├── docs_kit_migrating.md │ ├── docs_kit_packaging.md │ ├── docs_kit_page-options.md │ ├── docs_kit_performance.md │ ├── docs_kit_project-structure.md │ ├── docs_kit_routing.md │ ├── docs_kit_seo.md │ ├── docs_kit_server-only-modules.md │ ├── docs_kit_service-workers.md │ ├── docs_kit_shallow-routing.md │ ├── docs_kit_single-page-apps.md │ ├── docs_kit_snapshots.md │ ├── docs_kit_state-management.md │ ├── docs_kit_types.md │ ├── docs_kit_web-standards.md │ ├── docs_kit_writing-adapters.md │ ├── docs_page-options.md │ ├── docs_service-workers.md │ ├── docs_svelte.md │ ├── index.md │ ├── playground.md │ ├── tutorial.md │ └── tutorial_kit.md ├── tauri-docs │ ├── about.md │ ├── about_book.md │ ├── about_governance.md │ ├── about_philosophy.md │ ├── about_trademark.md │ ├── blog.md │ ├── blog_create-tauri-app-version-3-released.md │ ├── blog_cve-2024-24576.md │ ├── blog_partnership-crabnebula.md │ ├── blog_roadmap-to-tauri-2-0.md │ ├── blog_tauri-1-0.md │ ├── blog_tauri-1-1.md │ ├── blog_tauri-1-2.md │ ├── blog_tauri-1-3.md │ ├── blog_tauri-1-4.md │ ├── blog_tauri-1-5.md │ ├── blog_tauri-1-6.md │ ├── blog_tauri-1-7.md │ ├── blog_tauri-2-0-0-alpha-3.md │ ├── blog_tauri-2-0-0-alpha-4.md │ ├── blog_tauri-2-0-0-beta.md │ ├── blog_tauri-2-0-0-release-candidate.md │ ├── blog_tauri-20.md │ ├── blog_tauri-board-elections-2024.md │ ├── blog_tauri-board-elections-and-governance-updates.md │ ├── blog_tauri-community-growth-and-feedback.md │ ├── blog_tauri-egui-0-1.md │ ├── blog_tauri-mobile-alpha.md │ ├── blog_tauri-programme-turns-1-and-board-elections.md │ ├── concept.md │ ├── concept_architecture.md │ ├── concept_inter-process-communication.md │ ├── concept_inter-process-communication_brownfield.md │ ├── concept_inter-process-communication_isolation.md │ ├── concept_process-model.md │ ├── concept_size.md │ ├── develop.md │ ├── develop_calling-frontend.md │ ├── develop_calling-rust.md │ ├── develop_configuration-files.md │ ├── develop_debug.md │ ├── develop_debug_crabnebula-devtools.md │ ├── develop_debug_neovim.md │ ├── develop_debug_rustrover.md │ ├── develop_debug_vscode.md │ ├── develop_plugins.md │ ├── develop_plugins_develop-mobile.md │ ├── develop_resources.md │ ├── develop_sidecar.md │ ├── develop_state-management.md │ ├── develop_tests.md │ ├── develop_tests_mocking.md │ ├── develop_tests_webdriver.md │ ├── develop_tests_webdriver_ci.md │ ├── develop_tests_webdriver_example.md │ ├── develop_tests_webdriver_example_selenium.md │ ├── develop_tests_webdriver_example_webdriverio.md │ ├── develop_updating-dependencies.md │ ├── distribute.md │ ├── distribute_app-store.md │ ├── distribute_appimage.md │ ├── distribute_aur.md │ ├── distribute_crabnebula-cloud.md │ ├── distribute_debian.md │ ├── distribute_dmg.md │ ├── distribute_flatpak.md │ ├── distribute_google-play.md │ ├── distribute_macos-application-bundle.md │ ├── distribute_microsoft-store.md │ ├── distribute_pipelines_crabnebula-cloud.md │ ├── distribute_pipelines_github.md │ ├── distribute_rpm.md │ ├── distribute_sign_android.md │ ├── distribute_sign_ios.md │ ├── distribute_sign_linux.md │ ├── distribute_sign_macos.md │ ├── distribute_sign_windows.md │ ├── distribute_snapcraft.md │ ├── distribute_windows-installer.md │ ├── index.md │ ├── learn.md │ ├── learn_security_capabilities-for-windows-and-platforms.md │ ├── learn_security_using-plugin-permissions.md │ ├── learn_security_writing-plugin-permissions.md │ ├── learn_sidecar-nodejs.md │ ├── learn_splashscreen.md │ ├── learn_system-tray.md │ ├── learn_window-customization.md │ ├── learn_window-menu.md │ ├── plugin.md │ ├── plugin_autostart.md │ ├── plugin_barcode-scanner.md │ ├── plugin_biometric.md │ ├── plugin_cli.md │ ├── plugin_clipboard.md │ ├── plugin_deep-linking.md │ ├── plugin_dialog.md │ ├── plugin_file-system.md │ ├── plugin_global-shortcut.md │ ├── plugin_http-client.md │ ├── plugin_localhost.md │ ├── plugin_logging.md │ ├── plugin_nfc.md │ ├── plugin_notification.md │ ├── plugin_opener.md │ ├── plugin_os-info.md │ ├── plugin_persisted-scope.md │ ├── plugin_positioner.md │ ├── plugin_process.md │ ├── plugin_shell.md │ ├── plugin_single-instance.md │ ├── plugin_sql.md │ ├── plugin_store.md │ ├── plugin_stronghold.md │ ├── plugin_updater.md │ ├── plugin_upload.md │ ├── plugin_websocket.md │ ├── plugin_window-state.md │ ├── reference_acl_capability.md │ ├── reference_acl_core-permissions.md │ ├── reference_acl_permission.md │ ├── reference_acl_scope.md │ ├── reference_cli.md │ ├── reference_config.md │ ├── reference_environment-variables.md │ ├── reference_javascript_api.md │ ├── reference_javascript_api_namespaceapp.md │ ├── reference_javascript_api_namespacecore.md │ ├── reference_javascript_api_namespacedpi.md │ ├── reference_javascript_api_namespaceevent.md │ ├── reference_javascript_api_namespaceimage.md │ ├── reference_javascript_api_namespacemenu.md │ ├── reference_javascript_api_namespacemocks.md │ ├── reference_javascript_api_namespacepath.md │ ├── reference_javascript_api_namespacetray.md │ ├── reference_javascript_api_namespacewebview.md │ ├── reference_javascript_api_namespacewebviewwindow.md │ ├── reference_javascript_api_namespacewindow.md │ ├── reference_javascript_barcode-scanner.md │ ├── reference_javascript_biometric.md │ ├── reference_javascript_cli.md │ ├── reference_javascript_clipboard-manager.md │ ├── reference_javascript_deep-link.md │ ├── reference_javascript_dialog.md │ ├── reference_javascript_fs.md │ ├── reference_javascript_global-shortcut.md │ ├── reference_javascript_http.md │ ├── reference_javascript_log.md │ ├── reference_javascript_nfc.md │ ├── reference_javascript_notification.md │ ├── reference_javascript_opener.md │ ├── reference_javascript_os.md │ ├── reference_javascript_positioner.md │ ├── reference_javascript_process.md │ ├── reference_javascript_shell.md │ ├── reference_javascript_sql.md │ ├── reference_javascript_store.md │ ├── reference_javascript_stronghold.md │ ├── reference_javascript_updater.md │ ├── reference_javascript_upload.md │ ├── reference_javascript_websocket.md │ ├── reference_javascript_window-state.md │ ├── reference_webview-versions.md │ ├── release.md │ ├── release_@tauri-apps_api_v1.0.0-beta-rc.0.md │ ├── release_@tauri-apps_api_v1.0.0-beta-rc.1.md │ ├── release_@tauri-apps_api_v1.0.0-beta-rc.2.md │ ├── release_@tauri-apps_api_v1.0.0-beta-rc.3.md │ ├── release_@tauri-apps_api_v1.0.0-beta.0.md │ ├── release_@tauri-apps_api_v1.0.0-beta.1.md │ ├── release_@tauri-apps_api_v1.0.0-beta.2.md │ ├── release_@tauri-apps_api_v1.0.0-beta.3.md │ ├── release_@tauri-apps_api_v1.0.0-beta.4.md │ ├── release_@tauri-apps_api_v1.0.0-beta.5.md │ ├── release_@tauri-apps_api_v1.0.0-beta.6.md │ ├── release_@tauri-apps_api_v1.0.0-beta.7.md │ ├── release_@tauri-apps_api_v1.0.0-beta.8.md │ ├── release_@tauri-apps_api_v1.0.0-rc.0.md │ ├── release_@tauri-apps_api_v1.0.0-rc.1.md │ ├── release_@tauri-apps_api_v1.0.0-rc.2.md │ ├── release_@tauri-apps_api_v1.0.0-rc.3.md │ ├── release_@tauri-apps_api_v1.0.0-rc.4.md │ ├── release_@tauri-apps_api_v1.0.0-rc.5.md │ ├── release_@tauri-apps_api_v1.0.0-rc.6.md │ ├── release_@tauri-apps_api_v1.0.0-rc.7.md │ ├── release_@tauri-apps_api_v1.0.0.md │ ├── release_@tauri-apps_api_v1.0.1.md │ ├── release_@tauri-apps_api_v1.0.2.md │ ├── release_@tauri-apps_api_v1.1.0.md │ ├── release_@tauri-apps_api_v1.2.0.md │ ├── release_@tauri-apps_api_v1.3.0.md │ ├── release_@tauri-apps_api_v1.4.0.md │ ├── release_@tauri-apps_api_v1.5.0.md │ ├── release_@tauri-apps_api_v1.5.1.md │ ├── release_@tauri-apps_api_v1.5.2.md │ ├── release_@tauri-apps_api_v1.5.3.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.0.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.1.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.10.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.11.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.12.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.13.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.14.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.2.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.3.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.4.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.5.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.6.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.7.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.8.md │ ├── release_@tauri-apps_api_v2.0.0-alpha.9.md │ ├── release_@tauri-apps_api_v2.0.0-beta.0.md │ ├── release_@tauri-apps_api_v2.0.0-beta.1.md │ ├── release_@tauri-apps_api_v2.0.0-beta.10.md │ ├── release_@tauri-apps_api_v2.0.0-beta.11.md │ ├── release_@tauri-apps_api_v2.0.0-beta.12.md │ ├── release_@tauri-apps_api_v2.0.0-beta.13.md │ ├── release_@tauri-apps_api_v2.0.0-beta.14.md │ ├── release_@tauri-apps_api_v2.0.0-beta.15.md │ ├── release_@tauri-apps_api_v2.0.0-beta.16.md │ ├── release_@tauri-apps_api_v2.0.0-beta.2.md │ ├── release_@tauri-apps_api_v2.0.0-beta.3.md │ ├── release_@tauri-apps_api_v2.0.0-beta.4.md │ ├── release_@tauri-apps_api_v2.0.0-beta.5.md │ ├── release_@tauri-apps_api_v2.0.0-beta.6.md │ ├── release_@tauri-apps_api_v2.0.0-beta.7.md │ ├── release_@tauri-apps_api_v2.0.0-beta.8.md │ ├── release_@tauri-apps_api_v2.0.0-beta.9.md │ ├── release_@tauri-apps_api_v2.0.0-rc.0.md │ ├── release_@tauri-apps_api_v2.0.0-rc.1.md │ ├── release_@tauri-apps_api_v2.0.0-rc.2.md │ ├── release_@tauri-apps_api_v2.0.0-rc.3.md │ ├── release_@tauri-apps_api_v2.0.0-rc.4.md │ ├── release_@tauri-apps_api_v2.0.0-rc.5.md │ ├── release_@tauri-apps_api_v2.0.0-rc.6.md │ ├── release_@tauri-apps_api_v2.0.0.md │ ├── release_@tauri-apps_api_v2.0.1.md │ ├── release_@tauri-apps_api_v2.0.2.md │ ├── release_@tauri-apps_api_v2.0.3.md │ ├── release_@tauri-apps_api_v2.1.0.md │ ├── release_@tauri-apps_api_v2.1.1.md │ ├── release_@tauri-apps_api_v2.2.0.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.0.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.1.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.10.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.11.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.12.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.13.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.14.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.15.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.16.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.2.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.3.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.4.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.5.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.6.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.8.md │ ├── release_@tauri-apps_cli_v1.0.0-rc.9.md │ ├── release_@tauri-apps_cli_v1.0.0.md │ ├── release_@tauri-apps_cli_v1.0.1.md │ ├── release_@tauri-apps_cli_v1.0.2.md │ ├── release_@tauri-apps_cli_v1.0.3.md │ ├── release_@tauri-apps_cli_v1.0.4.md │ ├── release_@tauri-apps_cli_v1.0.5.md │ ├── release_@tauri-apps_cli_v1.1.0.md │ ├── release_@tauri-apps_cli_v1.1.1.md │ ├── release_@tauri-apps_cli_v1.2.0.md │ ├── release_@tauri-apps_cli_v1.2.1.md │ ├── release_@tauri-apps_cli_v1.2.2.md │ ├── release_@tauri-apps_cli_v1.2.3.md │ ├── release_@tauri-apps_cli_v1.3.0.md │ ├── release_@tauri-apps_cli_v1.3.1.md │ ├── release_@tauri-apps_cli_v1.4.0.md │ ├── release_@tauri-apps_cli_v1.5.0.md │ ├── release_@tauri-apps_cli_v1.5.1.md │ ├── release_@tauri-apps_cli_v1.5.10.md │ ├── release_@tauri-apps_cli_v1.5.11.md │ ├── release_@tauri-apps_cli_v1.5.2.md │ ├── release_@tauri-apps_cli_v1.5.3.md │ ├── release_@tauri-apps_cli_v1.5.4.md │ ├── release_@tauri-apps_cli_v1.5.5.md │ ├── release_@tauri-apps_cli_v1.5.6.md │ ├── release_@tauri-apps_cli_v1.5.7.md │ ├── release_@tauri-apps_cli_v1.5.8.md │ ├── release_@tauri-apps_cli_v1.5.9.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.0.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.1.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.10.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.11.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.12.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.13.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.14.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.15.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.16.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.17.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.18.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.19.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.2.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.20.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.21.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.3.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.4.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.5.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.6.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.7.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.8.md │ ├── release_@tauri-apps_cli_v2.0.0-alpha.9.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.0.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.1.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.10.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.11.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.12.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.13.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.14.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.15.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.16.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.17.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.18.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.19.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.2.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.20.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.21.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.22.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.23.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.3.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.4.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.5.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.6.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.7.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.8.md │ ├── release_@tauri-apps_cli_v2.0.0-beta.9.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.0.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.1.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.10.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.11.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.12.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.13.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.14.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.15.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.16.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.17.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.18.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.2.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.3.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.4.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.5.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.6.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.7.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.8.md │ ├── release_@tauri-apps_cli_v2.0.0-rc.9.md │ ├── release_@tauri-apps_cli_v2.0.0.md │ ├── release_@tauri-apps_cli_v2.0.1.md │ ├── release_@tauri-apps_cli_v2.0.2.md │ ├── release_@tauri-apps_cli_v2.0.3.md │ ├── release_@tauri-apps_cli_v2.0.4.md │ ├── release_@tauri-apps_cli_v2.1.0.md │ ├── release_@tauri-apps_cli_v2.2.0.md │ ├── release_@tauri-apps_cli_v2.2.1.md │ ├── release_@tauri-apps_cli_v2.2.2.md │ ├── release_@tauri-apps_cli_v2.2.3.md │ ├── release_@tauri-apps_cli_v2.2.4.md │ ├── release_@tauri-apps_cli_v2.2.5.md │ ├── release_@tauri-apps_cli_v2.2.6.md │ ├── release_@tauri-apps_cli_v2.2.7.md │ ├── release_tao_v0.10.0.md │ ├── release_tao_v0.11.0.md │ ├── release_tao_v0.11.1.md │ ├── release_tao_v0.11.2.md │ ├── release_tao_v0.12.0.md │ ├── release_tao_v0.12.1.md │ ├── release_tao_v0.12.2.md │ ├── release_tao_v0.13.0.md │ ├── release_tao_v0.13.1.md │ ├── release_tao_v0.13.2.md │ ├── release_tao_v0.13.3.md │ ├── release_tao_v0.14.0.md │ ├── release_tao_v0.15.0.md │ ├── release_tao_v0.15.1.md │ ├── release_tao_v0.15.2.md │ ├── release_tao_v0.15.3.md │ ├── release_tao_v0.15.4.md │ ├── release_tao_v0.15.5.md │ ├── release_tao_v0.15.6.md │ ├── release_tao_v0.15.7.md │ ├── release_tao_v0.15.8.md │ ├── release_tao_v0.15.9.md │ ├── release_tao_v0.16.0.md │ ├── release_tao_v0.17.0.md │ ├── release_tao_v0.18.0.md │ ├── release_tao_v0.18.1.md │ ├── release_tao_v0.18.2.md │ ├── release_tao_v0.18.3.md │ ├── release_tao_v0.19.0.md │ ├── release_tao_v0.19.1.md │ ├── release_tao_v0.2.0.md │ ├── release_tao_v0.2.1.md │ ├── release_tao_v0.2.2.md │ ├── release_tao_v0.2.3.md │ ├── release_tao_v0.2.4.md │ ├── release_tao_v0.2.5.md │ ├── release_tao_v0.2.6.md │ ├── release_tao_v0.20.0.md │ ├── release_tao_v0.21.0.md │ ├── release_tao_v0.21.1.md │ ├── release_tao_v0.22.0.md │ ├── release_tao_v0.22.1.md │ ├── release_tao_v0.22.2.md │ ├── release_tao_v0.22.3.md │ ├── release_tao_v0.23.0.md │ ├── release_tao_v0.24.0.md │ ├── release_tao_v0.24.1.md │ ├── release_tao_v0.25.0.md │ ├── release_tao_v0.26.0.md │ ├── release_tao_v0.26.1.md │ ├── release_tao_v0.26.2.md │ ├── release_tao_v0.27.0.md │ ├── release_tao_v0.27.1.md │ ├── release_tao_v0.28.0.md │ ├── release_tao_v0.28.1.md │ ├── release_tao_v0.29.0.md │ ├── release_tao_v0.29.1.md │ ├── release_tao_v0.3.0.md │ ├── release_tao_v0.3.1.md │ ├── release_tao_v0.30.0.md │ ├── release_tao_v0.30.1.md │ ├── release_tao_v0.30.2.md │ ├── release_tao_v0.30.3.md │ ├── release_tao_v0.30.4.md │ ├── release_tao_v0.30.5.md │ ├── release_tao_v0.30.6.md │ ├── release_tao_v0.30.7.md │ ├── release_tao_v0.31.0.md │ ├── release_tao_v0.31.1.md │ ├── release_tao_v0.4.0.md │ ├── release_tao_v0.5.0.md │ ├── release_tao_v0.5.1.md │ ├── release_tao_v0.5.2.md │ ├── release_tao_v0.6.0.md │ ├── release_tao_v0.6.1.md │ ├── release_tao_v0.6.2.md │ ├── release_tao_v0.6.3.md │ ├── release_tao_v0.6.4.md │ ├── release_tao_v0.7.0.md │ ├── release_tao_v0.8.0.md │ ├── release_tao_v0.8.1.md │ ├── release_tao_v0.8.2.md │ ├── release_tao_v0.8.3.md │ ├── release_tao_v0.8.4.md │ ├── release_tao_v0.8.5.md │ ├── release_tao_v0.9.0.md │ ├── release_tao_v0.9.1.md │ ├── release_tauri-bundler_v0.7.0.md │ ├── release_tauri-bundler_v0.8.0.md │ ├── release_tauri-bundler_v0.8.1.md │ ├── release_tauri-bundler_v0.8.2.md │ ├── release_tauri-bundler_v0.8.3.md │ ├── release_tauri-bundler_v0.8.4.md │ ├── release_tauri-bundler_v0.8.5.md │ ├── release_tauri-bundler_v0.9.0.md │ ├── release_tauri-bundler_v0.9.1.md │ ├── release_tauri-bundler_v0.9.2.md │ ├── release_tauri-bundler_v0.9.3.md │ ├── release_tauri-bundler_v0.9.4.md │ ├── release_tauri-bundler_v1.0.0-beta-rc.0.md │ ├── release_tauri-bundler_v1.0.0-beta-rc.1.md │ ├── release_tauri-bundler_v1.0.0-beta.0.md │ ├── release_tauri-bundler_v1.0.0-beta.1.md │ ├── release_tauri-bundler_v1.0.0-beta.2.md │ ├── release_tauri-bundler_v1.0.0-beta.3.md │ ├── release_tauri-bundler_v1.0.0-beta.4.md │ ├── release_tauri-bundler_v1.0.0-rc.0.md │ ├── release_tauri-bundler_v1.0.0-rc.1.md │ ├── release_tauri-bundler_v1.0.0-rc.10.md │ ├── release_tauri-bundler_v1.0.0-rc.2.md │ ├── release_tauri-bundler_v1.0.0-rc.3.md │ ├── release_tauri-bundler_v1.0.0-rc.4.md │ ├── release_tauri-bundler_v1.0.0-rc.5.md │ ├── release_tauri-bundler_v1.0.0-rc.6.md │ ├── release_tauri-bundler_v1.0.0-rc.7.md │ ├── release_tauri-bundler_v1.0.0-rc.8.md │ ├── release_tauri-bundler_v1.0.0-rc.9.md │ ├── release_tauri-bundler_v1.0.0.md │ ├── release_tauri-bundler_v1.0.1.md │ ├── release_tauri-bundler_v1.0.2.md │ ├── release_tauri-bundler_v1.0.3.md │ ├── release_tauri-bundler_v1.0.4.md │ ├── release_tauri-bundler_v1.0.5.md │ ├── release_tauri-bundler_v1.0.6.md │ ├── release_tauri-bundler_v1.0.7.md │ ├── release_tauri-bundler_v1.1.0.md │ ├── release_tauri-bundler_v1.1.1.md │ ├── release_tauri-bundler_v1.1.2.md │ ├── release_tauri-bundler_v1.2.0.md │ ├── release_tauri-bundler_v1.2.1.md │ ├── release_tauri-bundler_v1.3.0.md │ ├── release_tauri-bundler_v1.4.0.md │ ├── release_tauri-bundler_v1.4.1.md │ ├── release_tauri-bundler_v1.4.2.md │ ├── release_tauri-bundler_v1.4.3.md │ ├── release_tauri-bundler_v1.4.4.md │ ├── release_tauri-bundler_v1.4.5.md │ ├── release_tauri-bundler_v1.4.6.md │ ├── release_tauri-bundler_v1.4.7.md │ ├── release_tauri-bundler_v1.4.8.md │ ├── release_tauri-bundler_v1.5.0.md │ ├── release_tauri-bundler_v1.5.1.md │ ├── release_tauri-bundler_v2.0.0-alpha.0.md │ ├── release_tauri-bundler_v2.0.0-alpha.1.md │ ├── release_tauri-bundler_v2.0.0-alpha.10.md │ ├── release_tauri-bundler_v2.0.0-alpha.11.md │ ├── release_tauri-bundler_v2.0.0-alpha.12.md │ ├── release_tauri-bundler_v2.0.0-alpha.13.md │ ├── release_tauri-bundler_v2.0.0-alpha.14.md │ ├── release_tauri-bundler_v2.0.0-alpha.2.md │ ├── release_tauri-bundler_v2.0.0-alpha.3.md │ ├── release_tauri-bundler_v2.0.0-alpha.4.md │ ├── release_tauri-bundler_v2.0.0-alpha.5.md │ ├── release_tauri-bundler_v2.0.0-alpha.6.md │ ├── release_tauri-bundler_v2.0.0-alpha.7.md │ ├── release_tauri-bundler_v2.0.0-alpha.8.md │ ├── release_tauri-bundler_v2.0.0-alpha.9.md │ ├── release_tauri-bundler_v2.0.0-beta.0.md │ ├── release_tauri-bundler_v2.0.0-beta.1.md │ ├── release_tauri-bundler_v2.0.0-beta.2.md │ ├── release_tauri-bundler_v2.0.0-beta.3.md │ ├── release_tauri-bundler_v2.0.0-rc.0.md │ ├── release_tauri-bundler_v2.0.0.md │ ├── release_tauri-bundler_v2.0.1-beta.0.md │ ├── release_tauri-bundler_v2.0.1-beta.1.md │ ├── release_tauri-bundler_v2.0.1-beta.10.md │ ├── release_tauri-bundler_v2.0.1-beta.11.md │ ├── release_tauri-bundler_v2.0.1-beta.12.md │ ├── release_tauri-bundler_v2.0.1-beta.13.md │ ├── release_tauri-bundler_v2.0.1-beta.14.md │ ├── release_tauri-bundler_v2.0.1-beta.15.md │ ├── release_tauri-bundler_v2.0.1-beta.16.md │ ├── release_tauri-bundler_v2.0.1-beta.17.md │ ├── release_tauri-bundler_v2.0.1-beta.18.md │ ├── release_tauri-bundler_v2.0.1-beta.19.md │ ├── release_tauri-bundler_v2.0.1-beta.2.md │ ├── release_tauri-bundler_v2.0.1-beta.3.md │ ├── release_tauri-bundler_v2.0.1-beta.4.md │ ├── release_tauri-bundler_v2.0.1-beta.5.md │ ├── release_tauri-bundler_v2.0.1-beta.6.md │ ├── release_tauri-bundler_v2.0.1-beta.7.md │ ├── release_tauri-bundler_v2.0.1-beta.8.md │ ├── release_tauri-bundler_v2.0.1-beta.9.md │ ├── release_tauri-bundler_v2.0.1-rc.0.md │ ├── release_tauri-bundler_v2.0.1-rc.1.md │ ├── release_tauri-bundler_v2.0.1-rc.10.md │ ├── release_tauri-bundler_v2.0.1-rc.11.md │ ├── release_tauri-bundler_v2.0.1-rc.12.md │ ├── release_tauri-bundler_v2.0.1-rc.13.md │ ├── release_tauri-bundler_v2.0.1-rc.14.md │ ├── release_tauri-bundler_v2.0.1-rc.15.md │ ├── release_tauri-bundler_v2.0.1-rc.2.md │ ├── release_tauri-bundler_v2.0.1-rc.3.md │ ├── release_tauri-bundler_v2.0.1-rc.4.md │ ├── release_tauri-bundler_v2.0.1-rc.5.md │ ├── release_tauri-bundler_v2.0.1-rc.6.md │ ├── release_tauri-bundler_v2.0.1-rc.7.md │ ├── release_tauri-bundler_v2.0.1-rc.8.md │ ├── release_tauri-bundler_v2.0.1-rc.9.md │ ├── release_tauri-bundler_v2.0.1.md │ ├── release_tauri-bundler_v2.0.2.md │ ├── release_tauri-bundler_v2.0.3.md │ ├── release_tauri-bundler_v2.0.4.md │ ├── release_tauri-bundler_v2.1.0.md │ ├── release_tauri-bundler_v2.2.0.md │ ├── release_tauri-bundler_v2.2.1.md │ ├── release_tauri-bundler_v2.2.2.md │ ├── release_tauri-bundler_v2.2.3.md │ ├── release_tauri-cli_v1.0.0-beta-rc.0.md │ ├── release_tauri-cli_v1.0.0-beta-rc.1.md │ ├── release_tauri-cli_v1.0.0-beta-rc.2.md │ ├── release_tauri-cli_v1.0.0-beta-rc.3.md │ ├── release_tauri-cli_v1.0.0-beta-rc.4.md │ ├── release_tauri-cli_v1.0.0-beta.0.md │ ├── release_tauri-cli_v1.0.0-beta.1.md │ ├── release_tauri-cli_v1.0.0-beta.2.md │ ├── release_tauri-cli_v1.0.0-beta.3.md │ ├── release_tauri-cli_v1.0.0-beta.4.md │ ├── release_tauri-cli_v1.0.0-beta.5.md │ ├── release_tauri-cli_v1.0.0-beta.6.md │ ├── release_tauri-cli_v1.0.0-beta.7.md │ ├── release_tauri-cli_v1.0.0-rc.0.md │ ├── release_tauri-cli_v1.0.0-rc.1.md │ ├── release_tauri-cli_v1.0.0-rc.10.md │ ├── release_tauri-cli_v1.0.0-rc.11.md │ ├── release_tauri-cli_v1.0.0-rc.12.md │ ├── release_tauri-cli_v1.0.0-rc.13.md │ ├── release_tauri-cli_v1.0.0-rc.14.md │ ├── release_tauri-cli_v1.0.0-rc.15.md │ ├── release_tauri-cli_v1.0.0-rc.16.md │ ├── release_tauri-cli_v1.0.0-rc.2.md │ ├── release_tauri-cli_v1.0.0-rc.3.md │ ├── release_tauri-cli_v1.0.0-rc.4.md │ ├── release_tauri-cli_v1.0.0-rc.5.md │ ├── release_tauri-cli_v1.0.0-rc.6.md │ ├── release_tauri-cli_v1.0.0-rc.7.md │ ├── release_tauri-cli_v1.0.0-rc.8.md │ ├── release_tauri-cli_v1.0.0-rc.9.md │ ├── release_tauri-cli_v1.0.0.md │ ├── release_tauri-cli_v1.0.1.md │ ├── release_tauri-cli_v1.0.2.md │ ├── release_tauri-cli_v1.0.3.md │ ├── release_tauri-cli_v1.0.4.md │ ├── release_tauri-cli_v1.0.5.md │ ├── release_tauri-cli_v1.1.0.md │ ├── release_tauri-cli_v1.1.1.md │ ├── release_tauri-cli_v1.2.0.md │ ├── release_tauri-cli_v1.2.1.md │ ├── release_tauri-cli_v1.2.2.md │ ├── release_tauri-cli_v1.2.3.md │ ├── release_tauri-cli_v1.3.0.md │ ├── release_tauri-cli_v1.3.1.md │ ├── release_tauri-cli_v1.4.0.md │ ├── release_tauri-cli_v1.5.0.md │ ├── release_tauri-cli_v1.5.1.md │ ├── release_tauri-cli_v1.5.10.md │ ├── release_tauri-cli_v1.5.11.md │ ├── release_tauri-cli_v1.5.2.md │ ├── release_tauri-cli_v1.5.3.md │ ├── release_tauri-cli_v1.5.4.md │ ├── release_tauri-cli_v1.5.5.md │ ├── release_tauri-cli_v1.5.6.md │ ├── release_tauri-cli_v1.5.7.md │ ├── release_tauri-cli_v1.5.8.md │ ├── release_tauri-cli_v1.5.9.md │ ├── release_tauri-cli_v2.0.0-alpha.0.md │ ├── release_tauri-cli_v2.0.0-alpha.1.md │ ├── release_tauri-cli_v2.0.0-alpha.10.md │ ├── release_tauri-cli_v2.0.0-alpha.11.md │ ├── release_tauri-cli_v2.0.0-alpha.12.md │ ├── release_tauri-cli_v2.0.0-alpha.13.md │ ├── release_tauri-cli_v2.0.0-alpha.14.md │ ├── release_tauri-cli_v2.0.0-alpha.15.md │ ├── release_tauri-cli_v2.0.0-alpha.16.md │ ├── release_tauri-cli_v2.0.0-alpha.17.md │ ├── release_tauri-cli_v2.0.0-alpha.18.md │ ├── release_tauri-cli_v2.0.0-alpha.19.md │ ├── release_tauri-cli_v2.0.0-alpha.2.md │ ├── release_tauri-cli_v2.0.0-alpha.20.md │ ├── release_tauri-cli_v2.0.0-alpha.21.md │ ├── release_tauri-cli_v2.0.0-alpha.3.md │ ├── release_tauri-cli_v2.0.0-alpha.4.md │ ├── release_tauri-cli_v2.0.0-alpha.5.md │ ├── release_tauri-cli_v2.0.0-alpha.6.md │ ├── release_tauri-cli_v2.0.0-alpha.7.md │ ├── release_tauri-cli_v2.0.0-alpha.8.md │ ├── release_tauri-cli_v2.0.0-alpha.9.md │ ├── release_tauri-cli_v2.0.0-beta.0.md │ ├── release_tauri-cli_v2.0.0-beta.1.md │ ├── release_tauri-cli_v2.0.0-beta.10.md │ ├── release_tauri-cli_v2.0.0-beta.11.md │ ├── release_tauri-cli_v2.0.0-beta.12.md │ ├── release_tauri-cli_v2.0.0-beta.13.md │ ├── release_tauri-cli_v2.0.0-beta.14.md │ ├── release_tauri-cli_v2.0.0-beta.15.md │ ├── release_tauri-cli_v2.0.0-beta.16.md │ ├── release_tauri-cli_v2.0.0-beta.17.md │ ├── release_tauri-cli_v2.0.0-beta.18.md │ ├── release_tauri-cli_v2.0.0-beta.19.md │ ├── release_tauri-cli_v2.0.0-beta.2.md │ ├── release_tauri-cli_v2.0.0-beta.20.md │ ├── release_tauri-cli_v2.0.0-beta.21.md │ ├── release_tauri-cli_v2.0.0-beta.22.md │ ├── release_tauri-cli_v2.0.0-beta.23.md │ ├── release_tauri-cli_v2.0.0-beta.3.md │ ├── release_tauri-cli_v2.0.0-beta.4.md │ ├── release_tauri-cli_v2.0.0-beta.5.md │ ├── release_tauri-cli_v2.0.0-beta.6.md │ ├── release_tauri-cli_v2.0.0-beta.7.md │ ├── release_tauri-cli_v2.0.0-beta.8.md │ ├── release_tauri-cli_v2.0.0-beta.9.md │ ├── release_tauri-cli_v2.0.0-rc.0.md │ ├── release_tauri-cli_v2.0.0-rc.1.md │ ├── release_tauri-cli_v2.0.0-rc.10.md │ ├── release_tauri-cli_v2.0.0-rc.11.md │ ├── release_tauri-cli_v2.0.0-rc.12.md │ ├── release_tauri-cli_v2.0.0-rc.13.md │ ├── release_tauri-cli_v2.0.0-rc.15.md │ ├── release_tauri-cli_v2.0.0-rc.16.md │ ├── release_tauri-cli_v2.0.0-rc.17.md │ ├── release_tauri-cli_v2.0.0-rc.18.md │ ├── release_tauri-cli_v2.0.0-rc.2.md │ ├── release_tauri-cli_v2.0.0-rc.3.md │ ├── release_tauri-cli_v2.0.0-rc.4.md │ ├── release_tauri-cli_v2.0.0-rc.5.md │ ├── release_tauri-cli_v2.0.0-rc.6.md │ ├── release_tauri-cli_v2.0.0-rc.7.md │ ├── release_tauri-cli_v2.0.0-rc.8.md │ ├── release_tauri-cli_v2.0.0-rc.9.md │ ├── release_tauri-cli_v2.0.0.md │ ├── release_tauri-cli_v2.0.1.md │ ├── release_tauri-cli_v2.0.2.md │ ├── release_tauri-cli_v2.0.3.md │ ├── release_tauri-cli_v2.0.4.md │ ├── release_tauri-cli_v2.1.0.md │ ├── release_tauri-cli_v2.2.0.md │ ├── release_tauri-cli_v2.2.1.md │ ├── release_tauri-cli_v2.2.2.md │ ├── release_tauri-cli_v2.2.3.md │ ├── release_tauri-cli_v2.2.4.md │ ├── release_tauri-cli_v2.2.5.md │ ├── release_tauri-cli_v2.2.6.md │ ├── release_tauri-cli_v2.2.7.md │ ├── release_tauri_v0.10.0.md │ ├── release_tauri_v0.11.0.md │ ├── release_tauri_v0.11.1.md │ ├── release_tauri_v0.6.0.md │ ├── release_tauri_v0.6.2.md │ ├── release_tauri_v0.7.0.md │ ├── release_tauri_v0.7.1.md │ ├── release_tauri_v0.7.2.md │ ├── release_tauri_v0.7.3.md │ ├── release_tauri_v0.7.4.md │ ├── release_tauri_v0.7.5.md │ ├── release_tauri_v0.8.0.md │ ├── release_tauri_v0.9.0.md │ ├── release_tauri_v0.9.1.md │ ├── release_tauri_v0.9.2.md │ ├── release_tauri_v1.0.0-beta-rc.0.md │ ├── release_tauri_v1.0.0-beta-rc.1.md │ ├── release_tauri_v1.0.0-beta-rc.2.md │ ├── release_tauri_v1.0.0-beta-rc.3.md │ ├── release_tauri_v1.0.0-beta-rc.4.md │ ├── release_tauri_v1.0.0-beta.0.md │ ├── release_tauri_v1.0.0-beta.1.md │ ├── release_tauri_v1.0.0-beta.2.md │ ├── release_tauri_v1.0.0-beta.3.md │ ├── release_tauri_v1.0.0-beta.4.md │ ├── release_tauri_v1.0.0-beta.5.md │ ├── release_tauri_v1.0.0-beta.6.md │ ├── release_tauri_v1.0.0-beta.7.md │ ├── release_tauri_v1.0.0-beta.8.md │ ├── release_tauri_v1.0.0-rc.0.md │ ├── release_tauri_v1.0.0-rc.1.md │ ├── release_tauri_v1.0.0-rc.10.md │ ├── release_tauri_v1.0.0-rc.11.md │ ├── release_tauri_v1.0.0-rc.12.md │ ├── release_tauri_v1.0.0-rc.13.md │ ├── release_tauri_v1.0.0-rc.14.md │ ├── release_tauri_v1.0.0-rc.15.md │ ├── release_tauri_v1.0.0-rc.16.md │ ├── release_tauri_v1.0.0-rc.17.md │ ├── release_tauri_v1.0.0-rc.2.md │ ├── release_tauri_v1.0.0-rc.3.md │ ├── release_tauri_v1.0.0-rc.4.md │ ├── release_tauri_v1.0.0-rc.5.md │ ├── release_tauri_v1.0.0-rc.6.md │ ├── release_tauri_v1.0.0-rc.7.md │ ├── release_tauri_v1.0.0-rc.8.md │ ├── release_tauri_v1.0.0-rc.9.md │ ├── release_tauri_v1.0.0.md │ ├── release_tauri_v1.0.1.md │ ├── release_tauri_v1.0.2.md │ ├── release_tauri_v1.0.3.md │ ├── release_tauri_v1.0.4.md │ ├── release_tauri_v1.0.5.md │ ├── release_tauri_v1.0.6.md │ ├── release_tauri_v1.0.7.md │ ├── release_tauri_v1.0.8.md │ ├── release_tauri_v1.0.9.md │ ├── release_tauri_v1.1.0.md │ ├── release_tauri_v1.1.1.md │ ├── release_tauri_v1.1.2.md │ ├── release_tauri_v1.1.3.md │ ├── release_tauri_v1.1.4.md │ ├── release_tauri_v1.2.0.md │ ├── release_tauri_v1.2.1.md │ ├── release_tauri_v1.2.2.md │ ├── release_tauri_v1.2.3.md │ ├── release_tauri_v1.2.4.md │ ├── release_tauri_v1.2.5.md │ ├── release_tauri_v1.3.0.md │ ├── release_tauri_v1.4.0.md │ ├── release_tauri_v1.4.1.md │ ├── release_tauri_v1.5.0.md │ ├── release_tauri_v1.5.1.md │ ├── release_tauri_v1.5.2.md │ ├── release_tauri_v1.5.3.md │ ├── release_tauri_v1.5.4.md │ ├── release_tauri_v1.6.0.md │ ├── release_tauri_v2.0.0-alpha.0.md │ ├── release_tauri_v2.0.0-alpha.1.md │ ├── release_tauri_v2.0.0-alpha.10.md │ ├── release_tauri_v2.0.0-alpha.11.md │ ├── release_tauri_v2.0.0-alpha.12.md │ ├── release_tauri_v2.0.0-alpha.13.md │ ├── release_tauri_v2.0.0-alpha.14.md │ ├── release_tauri_v2.0.0-alpha.15.md │ ├── release_tauri_v2.0.0-alpha.16.md │ ├── release_tauri_v2.0.0-alpha.17.md │ ├── release_tauri_v2.0.0-alpha.18.md │ ├── release_tauri_v2.0.0-alpha.19.md │ ├── release_tauri_v2.0.0-alpha.2.md │ ├── release_tauri_v2.0.0-alpha.20.md │ ├── release_tauri_v2.0.0-alpha.21.md │ ├── release_tauri_v2.0.0-alpha.3.md │ ├── release_tauri_v2.0.0-alpha.4.md │ ├── release_tauri_v2.0.0-alpha.5.md │ ├── release_tauri_v2.0.0-alpha.6.md │ ├── release_tauri_v2.0.0-alpha.7.md │ ├── release_tauri_v2.0.0-alpha.8.md │ ├── release_tauri_v2.0.0-alpha.9.md │ ├── release_tauri_v2.0.0-beta.0.md │ ├── release_tauri_v2.0.0-beta.1.md │ ├── release_tauri_v2.0.0-beta.10.md │ ├── release_tauri_v2.0.0-beta.11.md │ ├── release_tauri_v2.0.0-beta.12.md │ ├── release_tauri_v2.0.0-beta.13.md │ ├── release_tauri_v2.0.0-beta.14.md │ ├── release_tauri_v2.0.0-beta.15.md │ ├── release_tauri_v2.0.0-beta.16.md │ ├── release_tauri_v2.0.0-beta.17.md │ ├── release_tauri_v2.0.0-beta.18.md │ ├── release_tauri_v2.0.0-beta.19.md │ ├── release_tauri_v2.0.0-beta.2.md │ ├── release_tauri_v2.0.0-beta.20.md │ ├── release_tauri_v2.0.0-beta.21.md │ ├── release_tauri_v2.0.0-beta.22.md │ ├── release_tauri_v2.0.0-beta.23.md │ ├── release_tauri_v2.0.0-beta.24.md │ ├── release_tauri_v2.0.0-beta.25.md │ ├── release_tauri_v2.0.0-beta.3.md │ ├── release_tauri_v2.0.0-beta.4.md │ ├── release_tauri_v2.0.0-beta.5.md │ ├── release_tauri_v2.0.0-beta.6.md │ ├── release_tauri_v2.0.0-beta.7.md │ ├── release_tauri_v2.0.0-beta.8.md │ ├── release_tauri_v2.0.0-beta.9.md │ ├── release_tauri_v2.0.0-rc.0.md │ ├── release_tauri_v2.0.0-rc.1.md │ ├── release_tauri_v2.0.0-rc.10.md │ ├── release_tauri_v2.0.0-rc.11.md │ ├── release_tauri_v2.0.0-rc.12.md │ ├── release_tauri_v2.0.0-rc.13.md │ ├── release_tauri_v2.0.0-rc.14.md │ ├── release_tauri_v2.0.0-rc.15.md │ ├── release_tauri_v2.0.0-rc.16.md │ ├── release_tauri_v2.0.0-rc.17.md │ ├── release_tauri_v2.0.0-rc.2.md │ ├── release_tauri_v2.0.0-rc.3.md │ ├── release_tauri_v2.0.0-rc.4.md │ ├── release_tauri_v2.0.0-rc.5.md │ ├── release_tauri_v2.0.0-rc.6.md │ ├── release_tauri_v2.0.0-rc.7.md │ ├── release_tauri_v2.0.0-rc.8.md │ ├── release_tauri_v2.0.0-rc.9.md │ ├── release_tauri_v2.0.0.md │ ├── release_tauri_v2.0.1.md │ ├── release_tauri_v2.0.2.md │ ├── release_tauri_v2.0.3.md │ ├── release_tauri_v2.0.4.md │ ├── release_tauri_v2.0.5.md │ ├── release_tauri_v2.0.6.md │ ├── release_tauri_v2.1.0.md │ ├── release_tauri_v2.1.1.md │ ├── release_tauri_v2.2.0.md │ ├── release_tauri_v2.2.1.md │ ├── release_tauri_v2.2.2.md │ ├── release_tauri_v2.2.3.md │ ├── release_tauri_v2.2.4.md │ ├── release_tauri_v2.2.5.md │ ├── release_wry_v0.10.0.md │ ├── release_wry_v0.10.1.md │ ├── release_wry_v0.10.2.md │ ├── release_wry_v0.10.3.md │ ├── release_wry_v0.11.0.md │ ├── release_wry_v0.12.0.md │ ├── release_wry_v0.12.1.md │ ├── release_wry_v0.12.2.md │ ├── release_wry_v0.13.0.md │ ├── release_wry_v0.13.1.md │ ├── release_wry_v0.13.2.md │ ├── release_wry_v0.13.3.md │ ├── release_wry_v0.14.0.md │ ├── release_wry_v0.15.0.md │ ├── release_wry_v0.15.1.md │ ├── release_wry_v0.16.0.md │ ├── release_wry_v0.16.1.md │ ├── release_wry_v0.16.2.md │ ├── release_wry_v0.17.0.md │ ├── release_wry_v0.18.0.md │ ├── release_wry_v0.18.1.md │ ├── release_wry_v0.18.2.md │ ├── release_wry_v0.18.3.md │ ├── release_wry_v0.19.0.md │ ├── release_wry_v0.20.0.md │ ├── release_wry_v0.20.1.md │ ├── release_wry_v0.20.2.md │ ├── release_wry_v0.21.0.md │ ├── release_wry_v0.21.1.md │ ├── release_wry_v0.22.0.md │ ├── release_wry_v0.22.1.md │ ├── release_wry_v0.22.2.md │ ├── release_wry_v0.22.3.md │ ├── release_wry_v0.22.4.md │ ├── release_wry_v0.22.5.md │ ├── release_wry_v0.22.6.md │ ├── release_wry_v0.23.0.md │ ├── release_wry_v0.23.1.md │ ├── release_wry_v0.23.2.md │ ├── release_wry_v0.23.3.md │ ├── release_wry_v0.23.4.md │ ├── release_wry_v0.24.0.md │ ├── release_wry_v0.24.1.md │ ├── release_wry_v0.25.0.md │ ├── release_wry_v0.26.0.md │ ├── release_wry_v0.27.0.md │ ├── release_wry_v0.27.1.md │ ├── release_wry_v0.27.2.md │ ├── release_wry_v0.27.3.md │ ├── release_wry_v0.28.0.md │ ├── release_wry_v0.28.1.md │ ├── release_wry_v0.28.2.md │ ├── release_wry_v0.28.3.md │ ├── release_wry_v0.29.0.md │ ├── release_wry_v0.30.0.md │ ├── release_wry_v0.31.0.md │ ├── release_wry_v0.32.0.md │ ├── release_wry_v0.33.0.md │ ├── release_wry_v0.33.1.md │ ├── release_wry_v0.34.0.md │ ├── release_wry_v0.34.1.md │ ├── release_wry_v0.34.2.md │ ├── release_wry_v0.35.0.md │ ├── release_wry_v0.35.1.md │ ├── release_wry_v0.35.2.md │ ├── release_wry_v0.36.0.md │ ├── release_wry_v0.37.0.md │ ├── release_wry_v0.38.0.md │ ├── release_wry_v0.38.1.md │ ├── release_wry_v0.38.2.md │ ├── release_wry_v0.39.0.md │ ├── release_wry_v0.39.1.md │ ├── release_wry_v0.39.2.md │ ├── release_wry_v0.39.3.md │ ├── release_wry_v0.39.4.md │ ├── release_wry_v0.39.5.md │ ├── release_wry_v0.40.0.md │ ├── release_wry_v0.40.1.md │ ├── release_wry_v0.41.0.md │ ├── release_wry_v0.42.0.md │ ├── release_wry_v0.43.0.md │ ├── release_wry_v0.43.1.md │ ├── release_wry_v0.44.0.md │ ├── release_wry_v0.44.1.md │ ├── release_wry_v0.45.0.md │ ├── release_wry_v0.46.0.md │ ├── release_wry_v0.46.1.md │ ├── release_wry_v0.46.2.md │ ├── release_wry_v0.46.3.md │ ├── release_wry_v0.47.0.md │ ├── release_wry_v0.47.1.md │ ├── release_wry_v0.47.2.md │ ├── release_wry_v0.48.0.md │ ├── release_wry_v0.48.1.md │ ├── release_wry_v0.6.0.md │ ├── release_wry_v0.6.1.md │ ├── release_wry_v0.6.2.md │ ├── release_wry_v0.7.0.md │ ├── release_wry_v0.8.0.md │ ├── release_wry_v0.9.0.md │ ├── release_wry_v0.9.1.md │ ├── release_wry_v0.9.2.md │ ├── release_wry_v0.9.3.md │ ├── release_wry_v0.9.4.md │ ├── rss.md │ ├── security.md │ ├── security_capabilities.md │ ├── security_csp.md │ ├── security_ecosystem.md │ ├── security_future.md │ ├── security_http-headers.md │ ├── security_lifecycle.md │ ├── security_permissions.md │ ├── security_runtime-authority.md │ ├── security_scope.md │ ├── start.md │ ├── start_create-project.md │ ├── start_frontend.md │ ├── start_frontend_leptos.md │ ├── start_frontend_nextjs.md │ ├── start_frontend_nuxt.md │ ├── start_frontend_qwik.md │ ├── start_frontend_sveltekit.md │ ├── start_frontend_trunk.md │ ├── start_frontend_vite.md │ ├── start_migrate.md │ ├── start_migrate_from-tauri-1.md │ ├── start_migrate_from-tauri-2-beta.md │ └── start_prerequisites.md ├── vercel-docs │ ├── about.md │ ├── ai.md │ ├── blog.md │ ├── blog_how-core-web-vitals-affect-seo.md │ ├── careers.md │ ├── changelog.md │ ├── contact.md │ ├── customers.md │ ├── docs.md │ ├── docs_all-products.md │ ├── docs_analytics.md │ ├── docs_build-output-api_v3.md │ ├── docs_cli.md │ ├── docs_cron-jobs.md │ ├── docs_deployments_builds.md │ ├── docs_deployments_overview.md │ ├── docs_edge-network_overview.md │ ├── docs_frameworks.md │ ├── docs_functions.md │ ├── docs_functions_edge-middleware.md │ ├── docs_functions_og-image-generation.md │ ├── docs_fundamentals.md │ ├── docs_getting-started-with-vercel.md │ ├── docs_image-optimization.md │ ├── docs_incremental-migration.md │ ├── docs_incremental-static-regeneration.md │ ├── docs_infrastructure_data-cache.md │ ├── docs_integrations.md │ ├── docs_integrations_ai.md │ ├── docs_integrations_cms.md │ ├── docs_integrations_create-integration.md │ ├── docs_integrations_ecommerce.md │ ├── docs_integrations_external-platforms_kubernetes.md │ ├── docs_integrations_install-an-integration.md │ ├── docs_integrations_sign-in-with-vercel.md │ ├── docs_observability.md │ ├── docs_observability_checks-overview.md │ ├── docs_observability_logs.md │ ├── docs_observability_otel-overview.md │ ├── docs_observability_runtime-logs.md │ ├── docs_pricing.md │ ├── docs_production-checklist.md │ ├── docs_projects_domains.md │ ├── docs_projects_overview.md │ ├── docs_resources.md │ ├── docs_rest-api.md │ ├── docs_rest-api_sdk.md │ ├── docs_security.md │ ├── docs_security_ddos-mitigation.md │ ├── docs_security_secure-backend-access.md │ ├── docs_security_secure-backend-access_oidc_aws.md │ ├── docs_security_secure-deployments.md │ ├── docs_security_secure-team-access.md │ ├── docs_security_vercel-firewall.md │ ├── docs_security_vercel-waf.md │ ├── docs_speed-insights.md │ ├── docs_storage.md │ ├── docs_storage_edge-config.md │ ├── docs_storage_vercel-blob.md │ ├── docs_workflow-collaboration_code-owners.md │ ├── docs_workflow-collaboration_comments.md │ ├── docs_workflow-collaboration_conformance.md │ ├── docs_workflow-collaboration_draft-mode.md │ ├── docs_workflow-collaboration_edit-mode.md │ ├── docs_workflow-collaboration_feature-flags.md │ ├── docs_workflow-collaboration_vercel-toolbar.md │ ├── enterprise.md │ ├── guides.md │ ├── help.md │ ├── home.md │ ├── index.md │ ├── integrations.md │ ├── legal_privacy-policy.md │ ├── login.md │ ├── marketplace.md │ ├── new.md │ ├── partners.md │ ├── partners_solution-partners.md │ ├── pricing.md │ ├── products_observability.md │ ├── products_previews.md │ ├── products_rendering.md │ ├── resources.md │ ├── security.md │ ├── signup.md │ ├── solutions_nextjs.md │ ├── solutions_turborepo.md │ ├── templates.md │ ├── templates_next.js_nextjs-boilerplate.md │ ├── templates_next.js_nuxtjs-boilerplate.md │ ├── templates_next.js_sveltekit-boilerplate.md │ └── templates_starter.md └── vue-docs │ ├── about_coc.md │ ├── about_community-guide.md │ ├── about_faq.md │ ├── about_privacy.md │ ├── about_releases.md │ ├── about_team.md │ ├── api.md │ ├── api_sfc-script-setup.md │ ├── developers.md │ ├── ecosystem_newsletters.md │ ├── ecosystem_themes.md │ ├── error-reference.md │ ├── examples.md │ ├── glossary.md │ ├── guide_best-practices_accessibility.md │ ├── guide_best-practices_performance.md │ ├── guide_best-practices_production-deployment.md │ ├── guide_best-practices_security.md │ ├── guide_built-ins_keep-alive.md │ ├── guide_built-ins_suspense.md │ ├── guide_built-ins_teleport.md │ ├── guide_built-ins_transition-group.md │ ├── guide_built-ins_transition.md │ ├── guide_components_async.md │ ├── guide_components_attrs.md │ ├── guide_components_events.md │ ├── guide_components_props.md │ ├── guide_components_provide-inject.md │ ├── guide_components_registration.md │ ├── guide_components_slots.md │ ├── guide_components_v-model.md │ ├── guide_essentials_application.md │ ├── guide_essentials_class-and-style.md │ ├── guide_essentials_component-basics.md │ ├── guide_essentials_computed.md │ ├── guide_essentials_conditional.md │ ├── guide_essentials_event-handling.md │ ├── guide_essentials_forms.md │ ├── guide_essentials_lifecycle.md │ ├── guide_essentials_list.md │ ├── guide_essentials_reactivity-fundamentals.md │ ├── guide_essentials_template-refs.md │ ├── guide_essentials_template-syntax.md │ ├── guide_essentials_watchers.md │ ├── guide_extras_animation.md │ ├── guide_extras_composition-api-faq.md │ ├── guide_extras_reactivity-in-depth.md │ ├── guide_extras_render-function.md │ ├── guide_extras_rendering-mechanism.md │ ├── guide_extras_ways-of-using-vue.md │ ├── guide_extras_web-components.md │ ├── guide_introduction.md │ ├── guide_quick-start.md │ ├── guide_reusability_composables.md │ ├── guide_reusability_custom-directives.md │ ├── guide_reusability_plugins.md │ ├── guide_scaling-up_routing.md │ ├── guide_scaling-up_sfc.md │ ├── guide_scaling-up_ssr.md │ ├── guide_scaling-up_state-management.md │ ├── guide_scaling-up_testing.md │ ├── guide_scaling-up_tooling.md │ ├── guide_typescript_composition-api.md │ ├── guide_typescript_options-api.md │ ├── guide_typescript_overview.md │ ├── index.md │ ├── partners.md │ ├── sponsor.md │ └── tutorial.md ├── libraries.yaml ├── libraries_extended.yaml ├── main.py ├── project.knowledge.md ├── readme.md └── requirements.txt /docs/coolify-docs/docs_applications_nextjs.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | # NextJS ​ 5 | NextJS is a React framework that enables functionality such as server-side rendering and generating static websites. 6 | Example repository. 7 | ## Server build (NodeJS) ​ 8 | * Set `Build Pack` to `nixpacks`. 9 | 10 | 11 | ## Static build (SPA) ​ 12 | * Set `Build Pack` to `nixpacks`. 13 | * Enable `Is it a static site?`. 14 | * Set `Output Directory` to `out`. 15 | 16 | 17 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_knowledge-base_overview.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | # Overview ​ 5 | Note: 6 | **This Knowledge Base sections is in active development, some contents may not be upto date. They will be updated soon.** 7 | **Browse through the pages on the sidebar on this knowledge base section for more information.** 8 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_knowledge-base_proxy_traefik_dynamic-config.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | # Dynamic Configurations ​ 5 | Dynamic configurations are used to configure Traefik on the fly, without restarting it. 6 | You can add them by going to the `Server/Proxy` view, and select `Dynamic Configurations` from the sidebar. 7 | Tip 8 | Some of the dynamic configurations cannot be deleted, as they required for Coolify itself. 9 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_activepieces.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | ![](https://coolify.io/docs/images/services/activepieces0.webp) 5 | ## What is ActivePieces ​ 6 | Your friendliest open source all-in-one automation tool, designed to be extensible through a type-safe pieces framework written in Typescript. 7 | ## Visual Demos ​ 8 | ![](https://coolify.io/docs/images/services/activepieces1.gif) 9 | ![](https://coolify.io/docs/images/services/activepieces2.gif) 10 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_argilla.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![](https://coolify.io/docs/images/services/argilla.svg) 5 | ## What is Argilla? ​ 6 | Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets. 7 | ## Screenshots ​ 8 | ![](https://coolify.io/docs/images/services/argilla.webp) 9 | ## Links ​ 10 | * The official website › 11 | * GitHub › 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_chaskiq.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | ![Chaskiq](https://user-images.githubusercontent.com/11976/81771025-eaefe780-94af-11ea-881b-ad7910536fee.png) 5 | ## What is Chaskiq? ​ 6 | Chaskiq is an open source chat platform that allows you to chat with your customers. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_chatwoot.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Chatwoot](https://user-images.githubusercontent.com/2246121/282256632-87f6a01b-6467-4e0e-8a93-7bbf66d03a17.png#gh-dark-mode-only) 5 | ## What is Chatwoot? ​ 6 | Chatwoot gives you all the tools to manage conversations, build relationships and delight your customers from one place. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_docker-registry.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Docker Registry](https://raw.githubusercontent.com/distribution/distribution/main/distribution-logo.svg) 5 | ## What is Docker Registry? ​ 6 | Docker Registry is a stateless, highly-available server side application that stores and distributes Docker images. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_docmost.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | # What is Docmost? ​ 5 | Docmost is an open-source collaborative wiki and documentation software. 6 | ## Screenshots ​ 7 | ![Docmost editor](https://docmost.com/screenshots/editor.png) 8 | ![Docmost editor 2](https://docmost.com/screenshots/editor2.png) 9 | ![Docmost home](https://docmost.com/screenshots/home.png) 10 | ## Links ​ 11 | * The official website › 12 | * GitHub › 13 | 14 | 15 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_docuseal.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ## What is Docuseal? ​ 5 | Document Signing for Everyone free forever for individuals, extensible for businesses and developers. Open Source Alternative to DocuSign, PandaDoc and more. 6 | ## Screenshots ​ 7 | ![](https://coolify.io/docs/images/services/docuseal.webp) 8 | ## Links ​ 9 | * The official website › 10 | * GitHub › 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_duplicati.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Duplicati](https://avatars.githubusercontent.com/u/8270231?s=200&v=4) 5 | ## What is Duplicati? ​ 6 | Free backup software to store encrypted backups online for Windows, macOS and Linux. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_emby-stat.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | ![Emby Stat](https://raw.githubusercontent.com/mregni/EmbyStat/develop/branding/logo-color.png) 5 | ## What is Emby Stat? ​ 6 | EmbyStat is a personal web server that can calculate all kinds of statistics from your (local) Emby or Jellyfin server. Just install this on your server and let him calculate all kinds of fun stuff. 7 | ## Links ​ 8 | * The official website › 9 | 10 | 11 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_fider.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Fider](https://github.com/getfider/fider/raw/main/etc/homepage.png) 5 | ## What is Fider? ​ 6 | Fider is a feedback portal for feature requests and suggestions. Give your customers a voice and let them tell you what they need. Spend less time guessing and more time building the right product. 7 | ## Links ​ 8 | * The official website › 9 | 10 | 11 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_gitea.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Gitea](https://about.gitea.com/gitea-text.svg) 5 | ## What is Gitea? ​ 6 | Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD. 7 | ## Demo ​ 8 | * Demo › 9 | 10 | 11 | ## Links ​ 12 | * The official website › 13 | * GitHub › 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_glance.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | # Glance ​ 5 | A self-hosted dashboard that puts all your feeds in one place. 6 | ## Screenshots ​ 7 | ![Glance UI](https://raw.githubusercontent.com/glanceapp/glance/main/docs/images/readme-main-image.png) 8 | ## Links ​ 9 | * The official website › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_glances.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Glances](https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/glances-responsive-webdesign.png) 5 | ## What is Glances? ​ 6 | Glances is a cross-platform monitoring tool which aims to provide a simple yet efficient and straightforward way to access and display system information. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_glitchtip.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Glitchtip](https://glitchtip.com/assets/logo-again.svg) 5 | ## What is Glitchtip? ​ 6 | Track errors, uptime, and performance. An open source reimplementation of Sentry error tracking platform. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_grocy.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Grocy](https://raw.githubusercontent.com/grocy/grocy/master/public/img/logo.svg?sanitize=true) 5 | ## What is Grocy? ​ 6 | Grocy is a web-based self-hosted groceries & household management solution for your home 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_homepage.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | ![Homepage](https://gethomepage.dev/assets/banner_light@2x.webp) 5 | ## What is Homepage? ​ 6 | A modern, fully static, fast, secure fully proxied, highly customizable application dashboard 7 | ## Screenshots ​ 8 | ![Homepage Preview](https://gethomepage.dev/assets/homepage_demo_clip.webp) 9 | ## Links ​ 10 | * The official website › 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_invoice-ninja.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | # Invoice Ninja ​ 5 | A self-hosted invoicing platform for small businesses. 6 | ## Screenshots ​ 7 | ![Invoice Ninja Preview](https://invoiceninja.com/wp-content/uploads/2024/01/product-overview-thumbnail.png) 8 | ## Links ​ 9 | * The official website › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_jenkins.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Jenkins](https://www.jenkins.io/images/jenkins-logo-title-dark.svg) 5 | ## What is Jenkins? ​ 6 | Jenkins is a popular open-source automation server used for continuous integration and continuous delivery (CI/CD). It allows developers to build, test, and deploy software projects reliably. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_mailpit.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | # What is Mailpit? ​ 5 | Mailpit is a self-hosted email and SMTP testing tool with a web interface. 6 | ## Screenshots ​ 7 | ![Mailpit preview](https://raw.githubusercontent.com/axllent/mailpit/develop/server/ui-src/screenshot.png) 8 | ## Links ​ 9 | * The official website › 10 | * GitHub › 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_metube.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Metube](https://github.com/alexta69/metube/raw/master/screenshot.gif) 5 | ## What is Metube? ​ 6 | Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites. 7 | ## Links ​ 8 | * GitHub › 9 | 10 | 11 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_minecraft.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | # What is Minecraft? ​ 5 | Minecraft is a sandbox video game developed by Mojang Studios. The game was created by Markus "Notch" Persson in the Java programming language. 6 | It is a single-player and multiplayer game that allows players to explore, build, and mine in a procedurally generated world. 7 | ## Links ​ 8 | * GitHub › 9 | 10 | 11 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_mixpost.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Mixpost](https://raw.githubusercontent.com/inovector/mixpost/main/art/logo.svg) 5 | ## What is Mixpost? ​ 6 | Self-hosted social media management software (Buffer alternative). 7 | ## Links ​ 8 | * The official Mixpost website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_odoo.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | # What is Odoo? ​ 5 | Odoo is an open source ERP and CRM software. 6 | ## Screenshots ​ 7 | ![Odoo Home](https://odoocdn.com/openerp_website/static/src/img/apps/home/speed_4.webp) 8 | ![Odoo Search](https://odoocdn.com/openerp_website/static/src/img/apps/home/ctrl-k-630.gif) 9 | ## Links ​ 10 | * The official website › 11 | * GitHub › 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_openblocks.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | # What is OpenBlocks? ​ 5 | OpenBlocks is an open source low-code platform. 6 | ## Screenshots ​ 7 | ![OpenBlocks Preview](https://raw.githubusercontent.com/openblocks-dev/openblocks/develop/docs/.gitbook/assets/Bu2fpz1h01.gif) 8 | ## Links ​ 9 | * The official website › 10 | * GitHub › 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_outline.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | # What is Outline? ​ 5 | Outline is an open-source collaboration tool that allows you to create and share documents with your team. 6 | ## Screenshots ​ 7 | ![](https://coolify.io/docs/images/services/outline.webp) 8 | ## Links ​ 9 | * The official website › 10 | * GitHub › 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_overseerr.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![](https://coolify.io/docs/images/services/overseerr.svg) 5 | ## What is Overseerr? ​ 6 | Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem. 7 | ## Screenshots ​ 8 | ![](https://coolify.io/docs/images/services/overseerr.webp) 9 | ## Links ​ 10 | * The official website › 11 | * GitHub › 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_pairdrop.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | ![Pairdrop](https://raw.githubusercontent.com/schlagmichdoch/PairDrop/refs/heads/master/public/images/android-chrome-192x192-maskable.png) 5 | ## What is Pairdrop? ​ 6 | Pairdrop is a self-hosted file sharing and collaboration platform, offering secure file sharing and collaboration capabilities for efficient teamwork. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_phpmyadmin.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![phpMyAdmin](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.phpmyadmin.net%2Fstatic%2Fimages%2Flogo-og.png&f=1&nofb=1&ipt=677560c7ab411b6c57023e2b7d1a9c2e4969aed8c4510c9493acea67fc6b16db&ipo=images) 5 | ## What is phpMyAdmin? ​ 6 | phpMyAdmin is a free and open-source administration tool for MySQL and MariaDB. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_posthog.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | ![PostHog](https://user-images.githubusercontent.com/65415371/205059737-c8a4f836-4889-4654-902e-f302b187b6a0.png) 5 | ## What is PostHog? ​ 6 | The single platform to analyze, test, observe, and deploy new features 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_prefect.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![](https://coolify.io/docs/images/services/prefect.webp) 5 | ## What is Prefect? ​ 6 | Prefect is an orchestration and observability platform that empowers developers to build and scale workflows quickly. 7 | ## Screenshots ​ 8 | ![](https://coolify.io/docs/images/services/prefect.avif) 9 | ## Links ​ 10 | * The official website › 11 | * GitHub › 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_qdrant.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | ![](https://coolify.io/docs/images/services/qdrant.svg) 5 | ## What is Qdrant? ​ 6 | Qdrant is an AI-native vector database and a semantic search engine. You can use it to extract meaningful information from unstructured data. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_rabbitmq.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![RabbitMQ](https://www.rabbitmq.com/img/rabbitmq-logo-with-name.svg) 5 | ## What is RabbitMQ? ​ 6 | RabbitMQ is an open-source message broker software that implements the Advanced Message Queuing Protocol (AMQP). It provides a messaging system that allows applications to communicate with each other using a messaging protocol. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_radarr.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![](https://coolify.io/docs/images/services/radarr.svg) 5 | ## What is Radarr? ​ 6 | See all your upcoming movies in one convenient location. Manual Search Find all the releases, choose the one you want and send it right to your download client. 7 | ## Screenshots ​ 8 | ![](https://coolify.io/docs/images/services/radarr.webp) 9 | ## Links ​ 10 | * The official website › 11 | * GitHub › 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_searxng.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![](https://coolify.io/docs/images/services/searxng.svg) 5 | ## What is SearXNG? ​ 6 | SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_shlink.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Shlink](https://raw.githubusercontent.com/shlinkio/shlink.io/main/public/images/shlink-hero.png) 5 | ## What is Shlink? ​ 6 | Shlink is an open-source URL shortener that allows you to create a short URL for your website. It provides a simple and intuitive interface that allows you to create a short URL for your website. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_slash.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ## What is Slash? ​ 5 | An open source, self-hosted platform for sharing and managing your most frequently used links. Easily create customizable, human-readable shortcuts to streamline your link management. 6 | ## Screenshots ​ 7 | ![Slash Preview](https://raw.githubusercontent.com/yourselfhosted/slash/main/docs/assets/demo.png) 8 | ## Links ​ 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_snapdrop.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | # What is Snapdrop? ​ 5 | A self-hosted file-sharing service for secure and convenient file transfers, whether on a local network or the internet. 6 | ## Links ​ 7 | * GitHub › 8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_sonarr.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![](https://coolify.io/docs/images/services/sonarr.svg) 5 | ## What is Sonarr? ​ 6 | Sonarr is an internet PVR for Usenet and Torrents. Features Calendar See all your upcoming episodes in one convenient location. 7 | ## Screenshots ​ 8 | ![](https://coolify.io/docs/images/services/sonarr.webp) 9 | ## Links ​ 10 | * The official website › 11 | * GitHub › 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_statusnook.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Statusnook](https://github.com/goksan/statusnook/assets/17437810/ff2bb1d4-5d75-4b6e-b8d9-a7227d1aee6c) 5 | ## What is Statusnook? ​ 6 | Statusnook allows you to effortlessly deploy a status page and start monitoring endpoints in minutes 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_stirling-pdf.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Stirling PDF](https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF/main/docs/stirling.png) 5 | ## What is Stirling PDF? ​ 6 | A self-hosted PDF editor for secure and convenient file transfers, whether on a local network or the internet. 7 | ## Links ​ 8 | * Official Website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_supabase.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Supabase](https://user-images.githubusercontent.com/8291514/213727225-56186826-bee8-43b5-9b15-86e839d89393.png#gh-dark-mode-only) 5 | ## What is Supabase? ​ 6 | The open source Firebase alternative. 7 | ## Screenshots ​ 8 | ![](https://coolify.io/docs/images/services/supabase-selfhost.webp) 9 | ## Links ​ 10 | * Official Website › 11 | * GitHub › 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_syncthing.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Syncthing](https://raw.githubusercontent.com/syncthing/syncthing/main/assets/logo-text-128.png) 5 | ## What is Syncthing? ​ 6 | Syncthing synchronizes files between two or more computers in real time. 7 | ## Links ​ 8 | * Official Website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_tolgee.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | # What is Tolgee? ​ 5 | Tolgee is an open-source translation management platform that allows you to manage your translations in a centralized and collaborative way. 6 | ## Screenshots ​ 7 | ![Tolgee Preview](https://user-images.githubusercontent.com/18496315/188672133-064d2a26-e414-4f5e-ab43-549af8cb2145.gif) 8 | ## Links ​ 9 | * Official Website › 10 | * GitHub › 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_twenty.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | ![Twenty](https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-website/public/images/core/logo.svg) 5 | ## What is Twenty? ​ 6 | Twenty is a CRM designed to fit your unique business needs. 7 | ## Screenshots ​ 8 | ![Twenty CRM](https://framerusercontent.com/images/oclg8rdRgBnzeLnSJOfettLFjI.webp) 9 | ## Links ​ 10 | * Official Website › 11 | * GitHub › 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_unleash.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Unleash](https://raw.githubusercontent.com/Unleash/unleash/main/.github/github_header_opaque_landscape.svg) 5 | ## What is Unleash? ​ 6 | Unleash is an open source feature flagging service. 7 | ## Screenshots ​ 8 | ![Unleash Preview](https://raw.githubusercontent.com/Unleash/unleash/main/.github/github_online_demo.svg) 9 | ## Links ​ 10 | * Official Website › 11 | * GitHub › 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_unstructured.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | # What is Unstructured? ​ 5 | Unstructured provides a platform and tools to ingest and process unstructured documents for Retrieval Augmented Generation (RAG) and model fine-tuning. 6 | ## Videos ​ 7 | ## Links ​ 8 | * GitHub › 9 | 10 | 11 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_uptime-kuma.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | # What is Uptime Kuma? ​ 5 | Uptime Kuma is an easy-to-use, privacy-focused uptime monitoring service. 6 | ## Screenshots ​ 7 | ![Uptime Kuma Preview](https://user-images.githubusercontent.com/1336778/212262296-e6205815-ad62-488c-83ec-a5b0d0689f7c.jpg) 8 | ## Links ​ 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_vaultwarden.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | ![Vaultwarden](https://raw.githubusercontent.com/dani-garcia/vaultwarden/040e2a7bb0f2cc5012d46ca99283cf21fa06ed1a/resources/vaultwarden-logo-white.svg) 5 | ## What is Vaultwarden? ​ 6 | Vaultwarden is an open source, self-hosted password manager. 7 | ## Links ​ 8 | * GitHub › 9 | 10 | 11 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_vikunja.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | On this page 4 | ![Vikunja](https://vikunja.cloud/images/vikunja-logo.svg) 5 | ## What is Vikunja? ​ 6 | Vikunja is an open source, self-hosted, task management application. 7 | ## Screenshots ​ 8 | ![Vikunja Preview](https://vikunja.io/_astro/09-task-detail-dark.ppLbej6M_ZzaSch.avif) 9 | ## Links ​ 10 | * Official Website › 11 | * GitHub › 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_weaviate.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | ![](https://coolify.io/docs/images/services/weaviate.webp) 5 | ## What is Weaviate? ​ 6 | Weaviate (we-vee-eight) is an open source, AI-native vector database. Use this documentation to get started with Weaviate and to learn how to get the most out of Weaviate's features. 7 | ## Links ​ 8 | * The official website › 9 | * GitHub › 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_services_whoogle.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | ![Whoogle](https://raw.githubusercontent.com/benbusby/whoogle-search/main/docs/banner.png) 5 | ## What is Whoogle? ​ 6 | Whoogle is an open source, self-hosted, privacy-respecting, ad-free, and de-googled search engine. 7 | ## Links ​ 8 | * GitHub › 9 | 10 | 11 | -------------------------------------------------------------------------------- /docs/coolify-docs/docs_troubleshoot_overview.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | Menu 3 | Return to top 4 | # 🔧 Troubleshoot ​ 5 | In this Troubleshoot section, you will find useful information on how to solve problems with Coolify. 6 | Common mistakes and explanations on issues that can occour will be shown and solved. 7 | Note: 8 | **This troubleshoot page is in active development. Comeback later.** 9 | -------------------------------------------------------------------------------- /docs/excalibur-docs/docs_category_install.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | ## 📄️ Installation 3 | If this is your first time using Excalibur, we recommend you start with our Excalibird tutorial where you can learn Excalibur in the browser. 4 | ## 📄️ Build & Bundlers 5 | To get started, first install Excalibur through npm (TypeScript typings are best supported in npm): 6 | -------------------------------------------------------------------------------- /docs/excalibur-docs/docs_category_math.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | ## 📄️ Matrix 3 | The [[Matrix]] type encapsulates a 4x4 matrix that can be used in WebGL or for doing affine transformations on [[Vector|Vectors]] and other [[Matrix|Matrices]]. 4 | ## 📄️ Random 5 | Random 6 | ## 📄️ Ray 7 | [[Ray]]'s are a useful tool for testing if geometry intersects a line of sight with [[Collider.rayCast]]. You can think of them as a point in space with a direction. 8 | ## 📄️ Vector 9 | Vectors 10 | -------------------------------------------------------------------------------- /docs/excalibur-docs/docs_category_resources.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | ## 📄️ ImageSource 3 | Often you want external images loaded into your game, this is accomplished with [[ImageSource]]. In some other engines/frameworks this can be known as a Texture. 4 | ## 📄️ Loader 5 | Why Resources 6 | ## 📄️ Sound 7 | Plenty of times you'll want sound effects in your game. The [[Sound]] resource will help you load files in order of preference in case the browser doesn't support them. 8 | -------------------------------------------------------------------------------- /docs/excalibur-docs/docs_category_screen--viewport.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | ## 📄️ DisplayModes 3 | Excalibur can render the screen in various different display modes by default. 4 | ## 📄️ Screen & Viewport 5 | The [[Screen]] is useful for for controlling the shape and behavior of you screen. 6 | -------------------------------------------------------------------------------- /docs/excalibur-docs/docs_category_tile-maps.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | ## 📄️ Isometric TileMaps 3 | Excalibur can produce isometric style tile maps! Isometric tilemaps, also known as 2.5D, provide a way to draw maps from a simulated 45 degree camera view. 4 | ## 📄️ TileMap 5 | TileMaps can be useful tools to build levels for platformers or top down games. 6 | -------------------------------------------------------------------------------- /docs/excalibur-docs/donate.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | ## Donate 3 | Please consider a small donation on the following platforms! 4 | Support Excalibur on GitHub Sponsor 5 | Support Excalibur on Patreon 6 | Support Excalibur on Ko-Fi 7 | Support Excalibur on Liberapay 8 | Donations allow us to spend more time working on Excalibur! 9 | Excalibur is currently a labor of love and something we do outside of our day jobs; our goal is to one day fund part-time or full-time development. 10 | -------------------------------------------------------------------------------- /docs/fastapi-docs/about.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # About¶ 3 | About FastAPI, its design, inspiration and more. 🤓 4 | Was this page helpful? 5 | Thanks for your feedback! 6 | Thanks for your feedback! 7 | Back to top 8 | -------------------------------------------------------------------------------- /docs/fastapi-docs/how-to_testing-database.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # Testing a Database¶ 3 | You can study about databases, SQL, and SQLModel in the SQLModel docs. 🤓 4 | There's a mini tutorial on using SQLModel with FastAPI. ✨ 5 | That tutorial includes a section about testing SQL databases. 😎 6 | Was this page helpful? 7 | Thanks for your feedback! 8 | Thanks for your feedback! 9 | Back to top 10 | -------------------------------------------------------------------------------- /docs/fastapi-docs/learn.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # Learn¶ 3 | Here are the introductory sections and the tutorials to learn **FastAPI**. 4 | You could consider this a **book** , a **course** , the **official** and recommended way to learn FastAPI. 😎 5 | Was this page helpful? 6 | Thanks for your feedback! 7 | Thanks for your feedback! 8 | Back to top 9 | -------------------------------------------------------------------------------- /docs/fastapi-docs/newsletter.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # FastAPI and friends newsletter¶ 3 | Was this page helpful? 4 | Thanks for your feedback! 5 | Thanks for your feedback! 6 | Back to top 7 | -------------------------------------------------------------------------------- /docs/fastapi-docs/reference.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # Reference¶ 3 | Here's the reference or code API, the classes, functions, parameters, attributes, and all the FastAPI parts you can use in your applications. 4 | If you want to **learn FastAPI** you are much better off reading the FastAPI Tutorial. 5 | Was this page helpful? 6 | Thanks for your feedback! 7 | Thanks for your feedback! 8 | Back to top 9 | -------------------------------------------------------------------------------- /docs/fastapi-docs/reference_openapi.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # OpenAPI¶ 3 | There are several utilities to handle OpenAPI. 4 | You normally don't need to use them unless you have a specific advanced use case that requires it. 5 | Was this page helpful? 6 | Thanks for your feedback! 7 | Thanks for your feedback! 8 | Back to top 9 | -------------------------------------------------------------------------------- /docs/fastapi-docs/resources.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # Resources¶ 3 | Additional resources, external links, articles and more. ✈️ 4 | Was this page helpful? 5 | Thanks for your feedback! 6 | Thanks for your feedback! 7 | Back to top 8 | -------------------------------------------------------------------------------- /docs/python-docs/distributing_index.html.md: -------------------------------------------------------------------------------- 1 | # 404 Not Found 2 | nginx 3 | -------------------------------------------------------------------------------- /docs/python-docs/installing_index.html.md: -------------------------------------------------------------------------------- 1 | # 404 Not Found 2 | nginx 3 | -------------------------------------------------------------------------------- /docs/supabase-docs/dashboard.md: -------------------------------------------------------------------------------- 1 | # Welcome back 2 | ## Sign in to your account 3 | Continue with GitHub 4 | Continue with SSO 5 | or 6 | Email 7 | Password 8 | Forgot Password? 9 | Sign In 10 | Don't have an account? Sign Up Now 11 | By continuing, you agree to Supabase's Terms of Service and Privacy Policy, and to receive periodic emails with updates. 12 | Supabase 13 | -------------------------------------------------------------------------------- /docs/svelte-docs/chat.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/svelte-kit-docs/chat.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/svelte-kit-docs/docs_images.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | # Not found! 3 | If you were expecting to find something here, please drop by the Discord chatroom and let us know, or raise an issue on GitHub. Thanks! 4 | -------------------------------------------------------------------------------- /docs/svelte-kit-docs/docs_kit_@sveltejs-kit-vite.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | ``` 3 | import { function sveltekit(): Promise[]> 4 | Returns the SvelteKit Vite plugins. 5 | 6 | 7 | sveltekit } from '@sveltejs/kit/vite'; 8 | ``` 9 | 10 | ## sveltekit 11 | Returns the SvelteKit Vite plugins. 12 | ``` 13 | function sveltekit(): Promise; 14 | ``` 15 | 16 | Edit this page on GitHub 17 | previous next 18 | @sveltejs/kit/node $app/environment 19 | -------------------------------------------------------------------------------- /docs/svelte-kit-docs/docs_page-options.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | # Not found! 3 | If you were expecting to find something here, please drop by the Discord chatroom and let us know, or raise an issue on GitHub. Thanks! 4 | -------------------------------------------------------------------------------- /docs/svelte-kit-docs/docs_service-workers.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | # Not found! 3 | If you were expecting to find something here, please drop by the Discord chatroom and let us know, or raise an issue on GitHub. Thanks! 4 | -------------------------------------------------------------------------------- /docs/sveltekit-docs/chat.md: -------------------------------------------------------------------------------- 1 | , 2 | , 3 | Reactions 4 | click to open image dialog 5 | -------------------------------------------------------------------------------- /docs/sveltekit-docs/docs_images.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | # Not found! 3 | If you were expecting to find something here, please drop by the Discord chatroom and let us know, or raise an issue on GitHub. Thanks! 4 | -------------------------------------------------------------------------------- /docs/sveltekit-docs/docs_kit_@sveltejs-kit-vite.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | ``` 3 | import { function sveltekit(): Promise[]> 4 | Returns the SvelteKit Vite plugins. 5 | 6 | 7 | sveltekit } from '@sveltejs/kit/vite'; 8 | ``` 9 | 10 | ## sveltekit 11 | Returns the SvelteKit Vite plugins. 12 | ``` 13 | function sveltekit(): Promise; 14 | ``` 15 | 16 | Edit this page on GitHub 17 | previous next 18 | @sveltejs/kit/node $app/environment 19 | -------------------------------------------------------------------------------- /docs/sveltekit-docs/docs_page-options.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | # Not found! 3 | If you were expecting to find something here, please drop by the Discord chatroom and let us know, or raise an issue on GitHub. Thanks! 4 | -------------------------------------------------------------------------------- /docs/sveltekit-docs/docs_service-workers.md: -------------------------------------------------------------------------------- 1 | Skip to main content 2 | # Not found! 3 | If you were expecting to find something here, please drop by the Discord chatroom and let us know, or raise an issue on GitHub. Thanks! 4 | -------------------------------------------------------------------------------- /docs/tauri-docs/about.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # About Tauri 3 | Tauri Philosophy Learn more about the approach behind Tauri 4 | Governance Understand how the Tauri governance structure is setup 5 | Trademark Guidelines for using the Tauri trademark 6 | © 2025 Tauri Contributors. CC-BY / MIT 7 | -------------------------------------------------------------------------------- /docs/tauri-docs/release.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # Tauri Core Ecosystem Releases 3 | tauri v2.2.5 4 | @tauri-apps/api v2.2.0 5 | tauri-cli (Rust) v2.2.7 6 | @tauri-apps/cli (JavaScript) v2.2.7 7 | tauri-bundler v2.2.3 8 | wry v0.48.1 9 | tao v0.31.1 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.0-beta-rc.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.0-beta-rc.1 3 | ReturnView on GitHub 4 | * Missing the `files` property in the package.json which mean that the `dist` directory was not published and used. 5 | * b2569a7 fix(js-api): dist (#1498) on 2021-04-15 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.0-beta-rc.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.0-beta-rc.2 3 | ReturnView on GitHub 4 | * TS was wrongly re-exporting the module. 5 | * fcb3b48 fix: #1512 (#1517) on 2021-04-19 6 | * ae14a3f fix: #1517 had the wrong package reference in the changefile (#1538) on 2021-04-19 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.0-beta-rc.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.0-beta-rc.3 3 | ReturnView on GitHub 4 | * Fixes distribution of the `@tauri-apps/api` package for older bundlers. 5 | * 7f998d0 fix(api): distribution (#1582) on 2021-04-22 6 | * Update minimum Node.js version to v12.13.0 7 | * 1f089fb chore: update minimum nodejs version to 12.13.0 (#1562) on 2021-04-21 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.0-beta.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.0-beta.1 3 | ReturnView on GitHub 4 | * Adds `package.json` to the `exports` object. 5 | * ab1ea96 chore(api): add `package.json` to the `exports` field (#1807) on 2021-05-12 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.0-beta.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.0-beta.3 3 | ReturnView on GitHub 4 | * Export `Response` and `ResponseType` as value instead of type. 5 | * 394b6e05 fix(api): http `ResponseType` export type error (#2065) on 2021-06-24 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.0-beta.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.0-beta.4 3 | ReturnView on GitHub 4 | * Add asset custom protocol to access local file system. 5 | * ee60e424 feat: asset custom protocol to access local file system (#2104) on 2021-06-28 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.0-beta.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.0-beta.7 3 | ReturnView on GitHub 4 | * Fix missing asset protocol path.Now the protocol is `https://asset.localhost/path/to/file` on Windows. Linux and macOS is still `asset://path/to/file`. 5 | * 994b5325 fix: missing asset protocol path (#2484) on 2021-08-23 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.0-beta.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.0-beta.8 3 | ReturnView on GitHub 4 | * Revert target back to ES5. 5 | * 657c7dac fix(api): revert ES2021 target on 2021-08-23 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.0-rc.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.0-rc.1 3 | ReturnView on GitHub 4 | * Provide functions to mock IPC calls during testing and static site generation. 5 | * 7e04c072 feat: add mock functions for testing and SSG (#3437) on 2022-02-14 6 | * 6f5ed2e6 fix: change file on 2022-02-14 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.0-rc.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.0-rc.3 3 | ReturnView on GitHub 4 | * Properly define the `appWindow` type. 5 | * 1deeb03e fix(api.js): appWindow shown as type `any`, fixes #3747 (#3772) on 2022-03-24 6 | * Added `Temp` to the `BaseDirectory` enum. 7 | * 266156a0 feat(core): add `BaseDirectory::Temp` and `$TEMP` variable (#3763) on 2022-03-24 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.0-rc.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.0-rc.5 3 | ReturnView on GitHub 4 | * Fixes the type of `http > connectTimeout`. 5 | * f3c5ca89 fix(core): http api `connect_timeout` deserialization, closes #4004 (#4006) on 2022-04-29 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.0-rc.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.0-rc.6 3 | ReturnView on GitHub 4 | * Expose option to set the dialog type. 5 | * f46175d5 feat(core): expose option to set dialog type, closes #4183 (#4187) on 2022-05-21 6 | * Expose `title` option in the message dialog API. 7 | * ae99f991 feat(core): expose message dialog’s title option, ref #4183 (#4186) on 2022-05-21 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.0 3 | ReturnView on GitHub 4 | * Allow choosing multiple folders in `dialog.open`. 5 | * 4e51dce6 fix: dialog open supports multiple dirs, fixes #4091 (#4354) on 2022-06-15 6 | * Upgrade to `stable`! 7 | * f4bb30cc feat(covector): prepare for v1 (#4351) on 2022-06-15 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.0.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.0.1 3 | ReturnView on GitHub 4 | * Fixes the `writeBinaryFile` sending an empty file contents when only the first argument is passed. 5 | * ea43cf52 fix(api): `writeBinaryFile` sends an empty contents with only one arg (#4368) on 2022-06-16 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.5.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.5.1 3 | ReturnView on GitHub 4 | ### New Features 5 | * `2b0212af`(#7961) Add `mockConvertFileSrc` in `mocks` module, to mock `convertFileSrc` function. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.5.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.5.2 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `50462702`(#8267) Add top-level `main`, `module` and `types` fields in `package.json` to be compliant with typescripts’s `"moduleResolution": "node"` 6 | * `14544e4b`(#8219) Avoid crashing in `clearMocks` 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v1.5.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@1.5.3 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `1c582a94`(#8392) Fix a regression where typescript could not find types when using `"moduleResolution": "node"` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-alpha.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-alpha.0 3 | ReturnView on GitHub 4 | * First mobile alpha release! 5 | * fa3a1098 feat(ci): prepare 2.0.0-alpha.0 (#5786) on 2022-12-08 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-alpha.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-alpha.1 3 | ReturnView on GitHub 4 | * Added the `shadow` option when creating a window and `setShadow` function. 5 | * a81750d7 feat(core): add shadow APIs (#6206) on 2023-02-08 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-alpha.10.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-alpha.10 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `c6c59cf2` Pull changes from Tauri 1.5 release. 6 | 7 | 8 | ### Bug Fixes 9 | * `287066b2`(#8071) No longer crashing in tests without mocks when `clearMocks` is defined in `afterEach` hook. 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-alpha.11.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-alpha.11 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `822bf15d`(#8130) Fix tslib missing in the distributed api package. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-alpha.12.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-alpha.12 3 | ReturnView on GitHub 4 | ### New Features 5 | * `f93148ea`(#7709) Add `tray` and `menu` modules to create and manage tray icons and menus from Javascript. 6 | 7 | 8 | ### Enhancements 9 | * `b7add750`(#8204) Added `position` field to the `FileDropEvent` payload. 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-alpha.14.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-alpha.14 3 | ReturnView on GitHub 4 | * `97e33412`(#8534) `mockIPC` and `mockWindows` no longer crash if `window.__TAURI_INTERNALS__` is undefined. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-alpha.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-alpha.3 3 | ReturnView on GitHub 4 | * Overload the dialog `open` function to have better TS result types. 5 | * 1eacd51d overloaded the open function for convenient type inference (#5619) on 2023-04-07 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-alpha.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-alpha.6 3 | ReturnView on GitHub 4 | ### New Features 5 | * `4af5c5a8`(#7170) Change the IPC call to align with the new format for the custom protocol based API. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-alpha.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-alpha.7 3 | ReturnView on GitHub 4 | ### Breaking Changes 5 | * `4cb51a2d`(#7779) The custom protocol on Windows now uses the `http` scheme instead of `https`. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-alpha.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-alpha.8 3 | ReturnView on GitHub 4 | ### Breaking Changes 5 | * `d5074af5`(#7801) The custom protocol on Android now uses the `http` scheme instead of `https`. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-beta.10.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-beta.10 3 | ReturnView on GitHub 4 | ### New Features 5 | * `477bb8cd4`(#9297) Add `cursorPosition` function in `window` module to get the current cursor position. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-beta.11.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-beta.11 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `aa080696e`(#9618) Fix `isTauri` incorrect return type. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-beta.12.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-beta.12 3 | ReturnView on GitHub 4 | ### New Features 5 | * `ec0e092ec`(#9770) Add `monitorFromPoint` function in `window` module to get the monitor from a given point. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-beta.14.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-beta.14 3 | ReturnView on GitHub 4 | ### New Features 5 | * `148f04887` (#9979) Add `defaultWindowIcon` to the JS `app` module to retrieve the default window icon in JS. 6 | 7 | 8 | ### Bug Fixes 9 | * `c98f385cb` (#10044) Export `mocks` module in `@tauri-apps/api` npm package. 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-beta.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-beta.2 3 | ReturnView on GitHub 4 | ### Breaking Changes 5 | * `361ec37f`(#8932) Removed the `unityUri` option from the progress bar state, no longer required. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-beta.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-beta.3 3 | ReturnView on GitHub 4 | ### New Features 5 | * `fdcaf935`(#8939) Added the `reparent` function to the webview API. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-beta.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-beta.4 3 | ReturnView on GitHub 4 | ### New Features 5 | * `d1e77acd8`(#9011) Add a new `Image` type in Rust and JS. 6 | 7 | 8 | ### Enhancements 9 | * `e62ca4ee9`(#9070) Added a mechanism to preserve channel message order. 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-beta.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-beta.5 3 | ReturnView on GitHub 4 | ### Breaking Changes 5 | * `db0a24a97`(#9132) Remove the `Image.fromPngBytes` and `Image.fromIcoBytes` APIs. Use `Image.fromBytes` instead. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-rc.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-rc.0 3 | ReturnView on GitHub 4 | ### Changes 5 | * Promoted to RC! 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-rc.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-rc.2 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `c689521a7` (#10681 by @lucasfernog) Fix tslib path in dist. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-rc.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-rc.3 3 | ReturnView on GitHub 4 | ### What’s Changed 5 | * `f4d5241b3` (#10731 by @amrbashir) Update documentation icon path. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0-rc.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0-rc.5 3 | ReturnView on GitHub 4 | ### New Features 5 | * `ddf69157b` (#11031 by @amrbashir) Add `toPhysical` method on `LogicalPositon` and `LogicalSize` classes. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.0 3 | ReturnView on GitHub 4 | ### What’s Changed 5 | * `637285790` Promote to v2 stable! 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.1 3 | ReturnView on GitHub 4 | ### What’s Changed 5 | * `be683e2ac` (#11199 by @lucasfernog) Publish package with the latest NPM tag. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.2 3 | ReturnView on GitHub 4 | ### What’s Changed 5 | * `e968b3d25` (#11219 by @lucasfernog) Actually publish package with the latest tag. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.0.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.0.3 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `fbb45c674` (#11423 by @lucasfernog) Fixes `addPluginListener` not working. 6 | 7 | 8 | ### What’s Changed 9 | * `2e88633ba` (#11369 by @lucasfernog) Remove references to no longer used `__TAURI_INTERNALS__.metadata.windows` and `__TAURI_INTERNALS__.metadata.webviews`. 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_api_v2.1.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/api@2.1.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `7f81f0523` Fix regression in `toLogical` and `toPhysical` for position types in `dpi` module returning incorrect `y` value. 6 | * `e8a50f6d7` (#11645) Fix integer values of `BasDirectory.Home` and `BaseDirectory.Font` regression which broke path APIs in JS. 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.0.0-rc.11.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.0.0-rc.11 3 | ReturnView on GitHub 4 | * Allow configuring the display options for the MSI execution allowing quieter updates. 5 | * 9f2c3413 feat(core): configure msiexec display options, closes #3951 (#4061) on 2022-05-15 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.0.0-rc.12.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.0.0-rc.12 3 | ReturnView on GitHub 4 | * Properly fetch the NPM dependency information when using Yarn 2+. 5 | * cdfa6255 fix(cli): properly read info when using yarn 2+, closes #4106 (#4193) on 2022-05-23 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.0.0-rc.15.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.0.0-rc.15 3 | ReturnView on GitHub 4 | * Removed the tray icon from the Debian and AppImage bundles since they are embedded in the binary now. 5 | * 4ce8e228 refactor(core): use `Icon` for tray icons (#4342) on 2022-06-14 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.0.0-rc.16.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.0.0-rc.16 3 | ReturnView on GitHub 4 | * Use the default window menu in the app template. 5 | * 4c4acc30 feat: implement `Default` for `Menu`, closes #2398 (#4291) on 2022-06-15 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.0.0-rc.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.0.0-rc.2 3 | ReturnView on GitHub 4 | * Fixes Tauri path resolution on projects without Git or a `.gitignore` file. 5 | * d8acbe11 fix(cli.rs): app path resolution on projects without git, closes #3409 (#3410) on 2022-02-11 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.0.0-rc.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.0.0-rc.3 3 | ReturnView on GitHub 4 | * Change default value for the `freezePrototype` configuration to `false`. 5 | * Bumped due to a bump in cli.rs. 6 | * 3a4c0160 fix(core): change default `freezePrototype` to false, closes #3416 #3406 (#3423) on 2022-02-12 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.0.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.0.0 3 | ReturnView on GitHub 4 | * Upgrade to `stable`! 5 | * f4bb30cc feat(covector): prepare for v1 (#4351) on 2022-06-15 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.0.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.0.2 3 | ReturnView on GitHub 4 | * Fixes a crash on the `signer sign` command. 5 | * 8e808fec fix(cli.rs): conflicts_with arg doesn’t exist closes (#4538) on 2022-06-30 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.0.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.0.5 3 | ReturnView on GitHub 4 | * Correctly fill the architecture when building Debian packages targeting ARM64 (aarch64). 5 | * Bumped due to a bump in cli.rs. 6 | * 635f23b8 fix(bundler): correctly set debian architecture for aarch64 (#4700) on 2022-07-17 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.1.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.1.1 3 | ReturnView on GitHub 4 | * Fix wrong cli metadata that caused new projects (created through `tauri init`) fail to build 5 | * db26aaf2 fix: fix wrong cli metadata (#5214) on 2022-09-16 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.2.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.2.1 3 | ReturnView on GitHub 4 | * Fixes injection of Cargo features defined in the configuration file. 5 | * 1ecaeb29 fix(cli): inject config feature flags when features arg is not provided on 2022-11-18 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.2.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.2.3 3 | ReturnView on GitHub 4 | * Pin `ignore` to `=0.4.18`. 5 | * adcb082b chore(deps): pin `ignore` to =0.4.18 on 2023-01-17 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.5.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.5.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `d6eb46cf`(#7934) On macOS, fix the `apple-id` option name when using `notarytools submit`. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@1.5.1` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.5.11.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.5.11 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `b15948b11`(#8903) Fix `.taurignore` failing to ignore in some cases. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@1.5.11` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.5.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.5.2 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@1.5.2` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.5.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.5.3 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@1.5.3` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.5.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.5.4 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@1.5.4` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.5.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.5.5 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `9bead42d`(#8059) Allow rotating the updater private key. 6 | 7 | 8 | ### Bug Fixes 9 | * `be8e5aa3`(#8042) Fixes duplicated newlines on command outputs. 10 | 11 | 12 | ### Dependencies 13 | * Upgraded to `tauri-cli@1.5.5` 14 | 15 | 16 | © 2025 Tauri Contributors. CC-BY / MIT 17 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.5.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.5.6 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `5264e41d`(#8082) Downgraded `rust-minisign` to `0.7.3` to fix signing updater bundles with empty passwords. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@1.5.6` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.5.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.5.8 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@1.5.8` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v1.5.9.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@1.5.9 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `0a2175ea`(#8439) Expand glob patterns in workspace member paths so the CLI would watch all matching pathhs. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@1.5.9` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-alpha.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-alpha.1 3 | ReturnView on GitHub 4 | * Fixes running on device using Xcode 14. 5 | * 1e4a6758 fix(cli): run on iOS device on Xcode 14 (#5807) on 2022-12-12 6 | * Improve local IP address detection with user selection. 7 | * 76204b89 feat(cli): improve local IP detection (#5817) on 2022-12-12 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-alpha.12.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-alpha.12 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `b75a1210`(#7762) Fixes a regression on alpha.11 where iOS logs aren’t being displayed when using `ios dev` with a real device. 6 | * `8faa5a4a`(#7765) Ensure asset directory exists on the iOS project. 7 | 8 | 9 | ### Dependencies 10 | * Upgraded to `tauri-cli@2.0.0-alpha.12` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-alpha.13.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-alpha.13 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@2.0.0-alpha.13` 6 | 7 | 8 | ### Breaking Changes 9 | * `4cb51a2d`(#7779) The custom protocol on Windows now uses the `http` scheme instead of `https`. 10 | * `974e38b4`(#7744) Renamed the `plugin add` command to `add`. 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-alpha.14.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-alpha.14 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@2.0.0-alpha.14` 6 | 7 | 8 | ### Breaking Changes 9 | * `d5074af5`(#7801) The custom protocol on Android now uses the `http` scheme instead of `https`. 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-alpha.17.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-alpha.17 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `c6c59cf2` Pull changes from Tauri 1.5 release. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.0.0-alpha.17` 10 | 11 | 12 | ### Breaking Changes 13 | * `198abe3c`(#8076) Updated the mobile plugin templates following the tauri v2.0.0-alpha.17 changes. 14 | 15 | 16 | © 2025 Tauri Contributors. CC-BY / MIT 17 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-alpha.19.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-alpha.19 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@2.0.0-alpha.19` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-alpha.20.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-alpha.20 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@2.0.0-alpha.20` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-beta.10.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-beta.10 3 | ReturnView on GitHub 4 | ### New Features 5 | * `7213b9e47`(#9124) Add default permission for a plugin to capabilities when using `tauri add <plugin>`. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.0.0-beta.10` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-beta.12.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-beta.12 3 | ReturnView on GitHub 4 | ### New Features 5 | * `93e0e1392` Support specifying a version for `tauri add` subcommand, for example: `tauri add window-state@2.0.0-beta.2` 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.0.0-beta.12` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-beta.15.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-beta.15 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@2.0.0-beta.15` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-beta.16.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-beta.16 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `97ec422f2`(#9638) Exit `tauri icon` with non-zero code when it fails. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.0.0-beta.16` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-beta.17.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-beta.17 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@2.0.0-beta.17` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-beta.20.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-beta.20 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@2.0.0-beta.20` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-beta.23.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-beta.23 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@2.0.0-beta.23` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-beta.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-beta.3 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `a029b9f7`(#8910) Setting up code signing is no longer required on iOS when using the simulator. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.0.0-beta.3` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-beta.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-beta.7 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `c68218b36`(#8990) Add `--no-bundle` flag for `tauri build` command to skip bundling. Previously `none` was used to skip bundling, it will now be treated as invalid format and a warning will be emitted instead. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.0.0-beta.7` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-beta.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-beta.8 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `3e472d0af`(#9115) Changed the permission and capability platforms to be optional. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.0.0-beta.8` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-beta.9.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-beta.9 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `c3ea3a2b7`(#9126) Fix bundling when `plugins > updater > windows > installerArgs` are set in `tauri.conf.json` 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.0.0-beta.9` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-rc.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-rc.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `fb1933f17` (#10467 by @lucasfernog) Fixes running `android dev --open`. 6 | * `206914fe8` (#10466 by @lucasfernog) Fixes running `adb reverse` in Node.js context. 7 | 8 | 9 | ### Dependencies 10 | * Upgraded to `tauri-cli@2.0.0-rc.1` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-rc.10.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-rc.10 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `6faa03276` (#10854 by @lucasfernog) Fixes iOS code signing failing on CI due to a missing development certificate. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.0.0-rc.9` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-rc.12.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-rc.12 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@2.0.0-rc.11` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-rc.13.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-rc.13 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `a5848af65` (#10944 by @lucasfernog) Synchronize app version (`tauri.conf.json > version` or `Cargo.toml > package > version`) with the `CFBundleVersion` and `CFBundleShortVersionString` Info.plist values. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.0.0-rc.12` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-rc.16.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-rc.16 3 | ReturnView on GitHub 4 | ### New Features 5 | * `9bb8fc618` (#11030 by @amrbashir) Add `--no-example` flag for `tauri plugin new` and `tauri plugin init` to disable creation of an example project. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.0.0-rc.16` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0-rc.9.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0-rc.9 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `5af1f5dec` (#10851 by @lucasfernog) Fixes `ios build` failing to build iOS app in CI when using an API key for automatic signing. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.0.0-rc.9` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.0 3 | ReturnView on GitHub 4 | ### What’s Changed 5 | * `637285790` Promote to v2 stable! 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.0.0` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.0.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.0.1 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@2.0.1` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.2.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.2.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `881729448` (#12164 by @FabianLars) Fixed an issue that caused `tauri dev` to crash before showing the app on Linux. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.2.1` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.2.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.2.2 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `26fc9558f` (#12178 by @FabianLars) Fixed an issue that caused the `tauri dev` file watcher to exit after detecting file changes. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.2.2` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.2.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.2.4 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `cad550445` (#12354 by @FabianLars) Fixed and issue that caused `tauri add` to try to install incorrect npm packages. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.2.4` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.2.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.2.5 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-cli@2.2.5` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.2.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.2.6 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `1a86974aa` (#12406 by @bradleat) `ios build --open` will now let xcode start the rust build process. 6 | * `0b79af711` (#12438 by @3lpsy) Log the command used to start the rust app in development. 7 | 8 | 9 | ### Dependencies 10 | * Upgraded to `tauri-cli@2.2.6` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_@tauri-apps_cli_v2.2.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # @tauri-apps/cli@2.2.7 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `8e9134c4a` (#12511 by @FabianLars) Fixed an issue that caused `tauri dev` to fail because of an incorrect `--bins` flag. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-cli@2.2.7` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.10.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.10.0 3 | ReturnView on GitHub 4 | * Fix movable window background on macOS. 5 | * e0520b48 fix: fix movable window background on macOS, closes #406 (#405) on 2022-05-27 6 | * Remove trivial tray features. 7 | * f1bd25e6 Remove trivial tray features (#411) on 2022-05-30 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.11.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.11.1 3 | ReturnView on GitHub 4 | * Fix macOS `SystemTrayExtMacOS` implementation. 5 | * f42c1be1 fix: fix wrong macOS trait implementation on 2022-06-14 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.11.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.11.2 3 | ReturnView on GitHub 4 | * Fixes the `Ivar menu_on_left_click not found on class TaoTrayHandler` panic on macOS. 5 | * 2cc163d2 fix(macos): crash on tray class usage on 2022-06-14 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.12.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.12.1 3 | ReturnView on GitHub 4 | * Revert #427 due to random crash caused by it. 5 | * 38f9a587 Revert “Remove most RedrawWindow to event target window” (#457) on 2022-07-01 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.13.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.13.1 3 | ReturnView on GitHub 4 | * On Linux, fix Window can’t be displayed on wayland. 5 | * eb880f48 Fix window can’t be displayed on wayland (#504) on 2022-07-28 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.15.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.15.1 3 | ReturnView on GitHub 4 | * On Windows, fix window always visible initially. 5 | * ae06c3e2 fix(Windows): fix windows always visible initially on 2022-11-08 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.15.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.15.2 3 | ReturnView on GitHub 4 | * On Windows, fix compliation regression introduced in 0.15.1 when `tray` feature is active 5 | * 081664dc fix(Windows): fix build regression when tray feature is used (#618) on 2022-11-09 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.15.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.15.3 3 | ReturnView on GitHub 4 | * On macOS, remove `doCommandBySelector` in view since this will block the key event to responder chain. 5 | * 516e5fcd On macOS, remove `doCommandBySelector` in view (#620) on 2022-11-09 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.15.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.15.4 3 | ReturnView on GitHub 4 | * On macOS, call next responder in view’s keyDown and doCommandbySelector. 5 | * 516e5fcd On macOS, remove `doCommandBySelector` in view (#620) on 2022-11-09 6 | * e9d6dadb Publish New Versions (#621) on 2022-11-09 7 | * 045b768e On macOS, call next responder in view’s keyDown and doCommandbySelector (#623) on 2022-11-14 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.15.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.15.5 3 | ReturnView on GitHub 4 | * Change `WebviewAttributes::focused` default to `true`. 5 | * ece3e8f6 fix: default `focused` to true on 2022-11-20 6 | * On Linux, wake the main context in `EventLoopProxy::send_event()`. 7 | * b7b5f04d Gtk: wake the main context in EventLoopProxy::send_event(), closes #625 (#626) on 2022-11-16 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.15.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.15.6 3 | ReturnView on GitHub 4 | * Revert `nextResponder` call because this will bring key beep sound regression. We’ll call the key equivalent in wry instead. 5 | * a59b69b2 On macOS, revert nextResponder calls (#628) on 2022-11-21 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.15.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.15.8 3 | ReturnView on GitHub 4 | * Add `with_cursor_moved` Unix extension trait method. 5 | * 8c6b2d05 Add `with_cursor_moved` unix extension method (#644) on 2022-12-14 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.16.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.16.0 3 | ReturnView on GitHub 4 | * Yanked `0.15.9` and publish a new minor as `0.15.9` included breaking changes by depending on `tao-macros`. 5 | * 5397b8f6 chore: bump minor on 2023-01-11 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.18.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.18.1 3 | ReturnView on GitHub 4 | * Retain NSMenu reference instead of autoreleasing it. 5 | * 5c37a54a fix(macos): retain and release NSMenu manually (#699) on 2023-02-20 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.18.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.18.3 3 | ReturnView on GitHub 4 | * On macOS, fix wry window will crash if unfocused. 5 | * 6a03847f On macOS, fix wry window can crash if unfocused (#714) on 2023-03-24 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.2.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.2.1 3 | ReturnView on GitHub 4 | * Update covector script to fix doc build. 5 | * 25f291f2 Update covector script to fix doc build on 2021-05-09 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.2.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.2.2 3 | ReturnView on GitHub 4 | * Add dox flag to skip link lib when building doc. 5 | * 565114c1 Add dox flag on 2021-05-09 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.2.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.2.3 3 | ReturnView on GitHub 4 | * Split feature flags (menu and tray). 5 | * 0035ac31 Add changefile on 2021-05-10 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.2.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.2.4 3 | ReturnView on GitHub 4 | * Refactor control flow implementation to wait. 5 | * f5514f04 Add change file on 2021-05-15 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.2.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.2.5 3 | ReturnView on GitHub 4 | * Fix Priority import on Linux. 5 | * 20128896 Add change file on 2021-05-17 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.20.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.20.0 3 | ReturnView on GitHub 4 | * `c6082173`(#731) Fix build error on target i686-pc-windows-msvc 5 | * `90ce80cd`(#732) Enable shadows by default for undecorated window on Windows. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.22.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.22.1 3 | ReturnView on GitHub 4 | * `6df56c2d`(#751) On Windows, apply dark mode app-wide to some controls like context menus. 5 | * `6df56c2d`(#751) On Windows, add `EventLoopBuilderExtWindows::with_theme` to control the app-wide theme. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.22.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.22.2 3 | ReturnView on GitHub 4 | * `65ebab88`(#787) Fix compilation error on iOS. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.22.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.22.3 3 | ReturnView on GitHub 4 | * `dabfed7d`(#802) Fixes set size APIs crashing on Linux. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.26.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.26.1 3 | ReturnView on GitHub 4 | ### bug 5 | * `f2ffb501`(#884) Fixed compile errors for Linux Arm64 targets. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.26.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.26.2 3 | ReturnView on GitHub 4 | * `17f54d40`(#887) Update `windows` crate to `0.54` 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.27.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.27.0 3 | ReturnView on GitHub 4 | * `c2357732`(#896) Replaced `dpi` module with a re-export of the `dpi` crate which has a few breaking changes: 5 | * Replaced `LogicalPixel` with `LogicalUnit` 6 | * Replaced `PhysicalPixel` with `PhysicalUnit` 7 | * Removed `Size::width`, `Size::height`, `Position::x`, `Position::y` and `PixelUnit::value`. 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.27.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.27.1 3 | ReturnView on GitHub 4 | * `9ef1379f`(#901) On macOS, fix an issue where the set minimize maximize and close buttons would interfere with each other. 5 | * `5af059b1`(#909) Update `windows` crate to `0.56` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.28.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.28.0 3 | ReturnView on GitHub 4 | * `cd38f237`(#912) Add `EventLoopBuilderExtUnix::with_app_id` on Linux to allow setting a unique app id for the underlying gtk application. 5 | * `2d6ad2de`(#923) Fix unwanted deviation when dragging window around monitor boundaries on macOS. 6 | * `f06843be`(#517) Add `event::Reopen` for handle click on dock icon on macOS. 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.29.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.29.1 3 | ReturnView on GitHub 4 | * `4cd53415` (#964 by @lucasfernog) Allow Android domain names to include `_1` as escaped `_` characters - required because `_` is the separator for domain parts. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.3.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.3.1 3 | ReturnView on GitHub 4 | * Add `window_id` to `MenuEvent`. 5 | * 96651dcc feat(menu): Add `window_id` to `MenuEvent` (#89) on 2021-06-22 6 | * Prevent duplicate `MenuEvent` on window menu in Windows. 7 | * 8cf4033f fix(windows): menu event (#91) on 2021-06-22 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.30.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.30.1 3 | ReturnView on GitHub 4 | * `ad652e50` (#969 by @CampioneDev) On iOS, implement `application:openURL:options:` to handle custom URL schemes. 5 | * `1a085ade` (#937 by @Legend-Master) Add a function `Window::set_theme` and `EventLoopWindowTarget::set_them`to set theme after window or event loop creation. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.30.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.30.2 3 | ReturnView on GitHub 4 | * `016e122c` (#978 by @Legend-Master) Fix changing the theme activates the window on Windows 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.30.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.30.4 3 | ReturnView on GitHub 4 | * `b404cde1` (#995 by @amrbashir) Add `WindowAttributes::background_color`, `WindowBuilder::with_background_color`, and `Window::set_background_color` APIs to set and change window background color. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.30.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.30.5 3 | ReturnView on GitHub 4 | * `532b5ab0` (#1000 by @amrbashir) Fix `android_binding` macro incorrect expansion. 5 | * `67e44e4c` (#991 by @Legend-Master) Fix setting theme to `None` crashes the app on macOS 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.30.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.30.7 3 | ReturnView on GitHub 4 | * `97382238` (#1007 by @amrbashir) On Windows, fix `Window::set_inner_size` regression not handling borders correctly for undecorated window with shadows. 5 | * `97382238` (#1007 by @amrbashir) On Windows, fix `Window::inner_size` regression returning incorrect size for window with decorations. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.31.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.31.1 3 | ReturnView on GitHub 4 | * `83e35e96` (#1036 by @FabioGNR) Call `gtk::init` when creating the eventloop to fix crashes with some gtk APIs. 5 | * `bb537fe9` (#1039 by @amrbashir) On Windows, fix regression that caused `Window::set_size` to have no effect at all for undecorated window with shadows. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.5.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.5.1 3 | ReturnView on GitHub 4 | * Remove feature flag that break doc builds 5 | * 324eca05 Update README.md on 2021-05-08 6 | * 2a90e63c publish new versions on 2021-05-08 7 | * eb6f4f9e Remove feature flag that breaks doc build (#178) on 2021-08-09 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.5.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.5.2 3 | ReturnView on GitHub 4 | * Fix missing `Sync` trait on EventLoopProxy. This commit also introduces `crossbeam-channel` crate which could also improve the performance. 5 | * 6122dc5e feat: add crossbeam-channel (#181) on 2021-08-12 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.6.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.6.1 3 | ReturnView on GitHub 4 | * Fix global shortcut support on Linux (both x11 and wayland). 5 | * 9c2841f7 Implement global shortcut on Linux, close #307 (#308) on 2022-02-10 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.6.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.6.2 3 | ReturnView on GitHub 4 | * Fixes the `set_fullscreen` implementation on Linux when the `Fullscreen::Borderless` value is set to `None`. 5 | * 456147de fix(linux): fullscreen on current monitor (#320) on 2022-02-13 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.6.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.6.3 3 | ReturnView on GitHub 4 | * Revert Global Shortcut fix on Linux. See #331 for more information. 5 | * f5e19e0f Revert “Implement global shortcut on Linux, close #307 (#308)” (#330) on 2022-03-01 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.8.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.8.1 3 | ReturnView on GitHub 4 | * Fixes compilation when only the `tray` feature is enabled. 5 | * da938957 fix(tao): compilation when only the tray feature is enabled (#363) on 2022-04-05 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.8.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.8.2 3 | ReturnView on GitHub 4 | * Do not fire `WindowEvent::Moved` when `is_maximized` is called on macOS. 5 | * 25890b94 fix(macos): do not fire Event::Moved when checking is_maximized (#366) on 2022-04-13 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.8.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.8.3 3 | ReturnView on GitHub 4 | * Implement `Window::set_cursor_position` for Linux. 5 | * afffaeae feat(linux): implement `Window::set_cursor_position` (#373) on 2022-04-23 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tao_v0.9.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tao@0.9.1 3 | ReturnView on GitHub 4 | * Fix the size of the slice passed to `DragQueryFileW` by passing `std::mem::transmute(path_buf.spare_capacity_mut())` instead of `&mut path_buf`. 5 | * d0dbfa1a Fix drag drop on Windows (#401) on 2022-05-23 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v0.7.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@0.7.0 3 | ReturnView on GitHub 4 | * Fixes AppImage bundler (appimagetool usage, build script running properly, proper AppRun and .desktop files). 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v0.8.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@0.8.0 3 | ReturnView on GitHub 4 | * The bundler now bundles all binaries from your project (undefined) and undefined. When multiple binaries are used, make sure to use the undefined config field. 5 | * Check if mksquashfs is installed before bundling AppImage 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v0.8.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@0.8.1 3 | ReturnView on GitHub 4 | * Improves the logging of child processes like bundle_appimage.sh and bundle_dmg.sh. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v0.8.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@0.8.2 3 | ReturnView on GitHub 4 | * Fixes the AppImage bundler script. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v0.8.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@0.8.3 3 | ReturnView on GitHub 4 | * Fixes the unbound variable issue on the DMG bundler script. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v0.8.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@0.8.4 3 | ReturnView on GitHub 4 | * Properly run the loopback command on Windows. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v0.8.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@0.8.5 3 | ReturnView on GitHub 4 | * Ignoring non UTF-8 characters on the loopback command output. 5 | * f340b29 fix(tauri) addition to the previous commit on 2020-07-10 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v0.9.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@0.9.2 3 | ReturnView on GitHub 4 | * Bump all deps as noted in #975, #976, #977, #978, and #979. 5 | * 06dd75b chore: bump all js/rust deps (#983) on 2020-08-20 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.0.0-beta.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.0.0-beta.3 3 | ReturnView on GitHub 4 | * Fix WIX uninstaller by using unique `GUID` shortcut. 5 | * caa8fcc9 fix(windows): use random `Guid` for uninstaller (wix) (#2208) on 2021-07-14 6 | * Run powershell commands with `-NoProfile` flag 7 | * 3e6f3416 fix(cli.rs): run powershell kill command without profile (#2130) on 2021-06-30 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.0.0-rc.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.0.0-rc.1 3 | ReturnView on GitHub 4 | * Change default value for the `freezePrototype` configuration to `false`. 5 | * Bumped due to a bump in tauri-utils. 6 | * 3a4c0160 fix(core): change default `freezePrototype` to false, closes #3416 #3406 (#3423) on 2022-02-12 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.0.0-rc.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.0.0-rc.2 3 | ReturnView on GitHub 4 | * Fixes sidecar bundling on Windows. 5 | * 2ecbed8d fix(bundler): sidecar on Windows, closes #3446 (#3482) on 2022-02-16 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.0.0-rc.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.0.0-rc.4 3 | ReturnView on GitHub 4 | * Fixes DMG bundling on macOS 12.3. 5 | * 348a1ab5 fix(bundler): DMG bundling on macOS 12.3 cannot use bless, closes #3719 (#3721) on 2022-03-18 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.0.0-rc.9.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.0.0-rc.9 3 | ReturnView on GitHub 4 | * Statically link the Visual C++ runtime instead of using a merge module on the installer. 5 | * bb061509 refactor(core): statically link vcruntime, closes #4122 (#4227) on 2022-05-27 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.0.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.0.0 3 | ReturnView on GitHub 4 | * Upgrade to `stable`! 5 | * f4bb30cc feat(covector): prepare for v1 (#4351) on 2022-06-15 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.0.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.0.2 3 | ReturnView on GitHub 4 | * Enhance the `DownloadedBootstrapper` Webview2 install mode compatibility with Windows 8. 5 | * 3df6c8c6 feat(bundler): enable TLS 1.2 before downloading webview2 bootstrapper (#4543) on 2022-06-30 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.0.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.0.5 3 | ReturnView on GitHub 4 | * Correctly fill the architecture when building Debian packages targeting ARM64 (aarch64). 5 | * 635f23b8 fix(bundler): correctly set debian architecture for aarch64 (#4700) on 2022-07-17 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.0.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.0.6 3 | ReturnView on GitHub 4 | * Avoid re-downloading AppImage build tools on every build. 5 | * 02462052 fix(bundler): cache appimage bundle tools (#4790) on 2022-07-30 6 | * Add `fips_compliant` configuration option for WiX. 7 | * d88b9de7 feat(core): add `fips_compliant` wix config option, closes #4541 (#4843) on 2022-08-04 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.0.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.0.7 3 | ReturnView on GitHub 4 | * Add missing allowlist config for `set_cursor_grab`, `set_cursor_visible`, `set_cursor_icon` and `set_cursor_position` APIs. 5 | * Bumped due to a bump in tauri-utils. 6 | * c764408d fix: Add missing allowlist config for cursor apis, closes #5207 (#5211) on 2022-09-16 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.1.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.1.1 3 | ReturnView on GitHub 4 | * Fix `allowlist > app > show/hide` always disabled when `allowlist > app > all: false`. 5 | * Bumped due to a bump in tauri-utils. 6 | * bb251087 fix(core): extend allowlist with `app`’s allowlist, closes #5650 (#5652) on 2022-11-18 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.1.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.1.2 3 | ReturnView on GitHub 4 | * Fixes blank taskbar icon on WiX updates. 5 | * 9093ef33 fix(bundler): blank taskbar icon on WiX update, closes #5631 (#5779) on 2022-12-08 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.4.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.4.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `40d34002`(#7972) The `APPLE_TEAM_ID` environment variable is now required for notarization authentication via Apple ID and app-specific password. 6 | * `cdd5516f`(#7956) Fixes an app crash on app updates when the product name contained spaces. 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.4.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.4.2 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `f552c179`(#7998) Update the WebView2 offline installer GUIDs to resolve the 404 HTTP response status codes. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.4.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.4.3 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `d0ae6750`(#8012) Read `HTTP_PROXY` env var when downloading bundling resources on Windows. 6 | * `113bcd7b`(#7980) In Debian packages, set `root` the owner of control files and package files. 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.4.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.4.4 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `3880b42d`(#7974) Include notarytool log output on error message in case notarization fails. 6 | 7 | 8 | ### Bug Fixes 9 | * `be8e5aa3`(#8042) Fixes duplicated newlines on command outputs. 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.4.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.4.5 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `cfe6fa6c`(#8061) Added German language support to the NSIS bundler. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.4.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.4.7 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `777ddf43`(#8376) Unset `NSISDIR` and `NSISCONFDIR` when running `makensis.exe` so it doesn’t conflict with NSIS installed by the user. 6 | * `5ff9d459`(#8390) NSIS perUser installers will now only check if the app is running on the current user. 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.4.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.4.8 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `b44e9c0f`(#8431) Check if required files/tools for bundling are outdated or mis-hashed and redownload them. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@1.5.2` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v1.5.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@1.5.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `516386158`(#9040) On Windows, fix building WiX installer when resources contains an XML charcter that should be escaped. 6 | * `97a05145f`(#9119) Fix compilation error due to dependency on unstable features of `log` crate. 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-alpha.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-alpha.0 3 | ReturnView on GitHub 4 | * First mobile alpha release! 5 | * fa3a1098 feat(ci): prepare 2.0.0-alpha.0 (#5786) on 2022-12-08 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-alpha.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-alpha.1 3 | ReturnView on GitHub 4 | * Bump the MSRV to 1.64. 5 | * 7eb9aa75 Update gtk to 0.16 (#6155) on 2023-01-30 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-alpha.10.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-alpha.10 3 | ReturnView on GitHub 4 | ### New Features 5 | * `880266a7`(#8031) Bump the MSRV to 1.70. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-alpha.9` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-alpha.11.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-alpha.11 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `c6c59cf2` Pull changes from Tauri 1.5 release. 6 | * `cfe6fa6c`(#8061) Added German language support to the NSIS bundler. 7 | 8 | 9 | ### Dependencies 10 | * Upgraded to `tauri-utils@2.0.0-alpha.10` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-alpha.12.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-alpha.12 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `34196e25`(#8182) Use original version string on WiX output file name. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-alpha.11` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-alpha.13.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-alpha.13 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-alpha.12` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-alpha.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-alpha.2 3 | ReturnView on GitHub 4 | * Added the `shadow` option to the window configuration and `set_shadow` option to the `window` allow list. 5 | * Bumped due to a bump in tauri-utils. 6 | * a81750d7 feat(core): add shadow APIs (#6206) on 2023-02-08 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-alpha.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-alpha.3 3 | ReturnView on GitHub 4 | * Pull changes from Tauri 1.3 release. 5 | * on undefined 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-alpha.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-alpha.4 3 | ReturnView on GitHub 4 | * Added `android` configuration object under `tauri > bundle`. 5 | * Bumped due to a bump in tauri-utils. 6 | * db4c9dc6 feat(core): add option to configure Android’s minimum SDK version (#6651) on 2023-04-07 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-alpha.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-alpha.6 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Updated to latest `tauri-utils` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-alpha.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-alpha.7 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `3065c8ae`(#7296) Enable `zip`’s `deflate` feature flag to fix issues when downloading nsis and wix tools. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-alpha.7` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-alpha.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-alpha.8 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `04949d16`(#7624) Added Bulgarian language support to the NSIS bundler. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-alpha.9.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-alpha.9 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-alpha.8` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-beta.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-beta.1 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-beta.1` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-beta.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-beta.2 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-beta.2` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-beta.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-beta.3 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-beta.3` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0-rc.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0-rc.0 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-rc.0` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.0 3 | ReturnView on GitHub 4 | ### What’s Changed 5 | * `382ed482b` Bump MSRV to 1.78. 6 | * `637285790` Promote to v2 stable! 7 | 8 | 9 | ### Dependencies 10 | * Upgraded to `tauri-utils@2.0.0` 11 | * Upgraded to `tauri-macos-sign@2.0.0` 12 | 13 | 14 | © 2025 Tauri Contributors. CC-BY / MIT 15 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-beta.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-beta.1 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-beta.5` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-beta.12.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-beta.12 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-beta.14` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-beta.13.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-beta.13 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-beta.15` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-beta.16.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-beta.16 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `38df6ea1c`(#9909) Fix regression in NSIS where it created shortcuts that point to non-existent files. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-beta.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-beta.2 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-beta.6` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-beta.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-beta.3 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-beta.7` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-beta.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-beta.4 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-beta.8` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-beta.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-beta.5 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-beta.9` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-beta.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-beta.6 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-beta.10` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-beta.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-beta.7 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `a799f24f9`(#9185) Fixed an issue that caused the msi bundler to crash when deep link schemes were configured. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-beta.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-beta.8 3 | ReturnView on GitHub 4 | ### New Features 5 | * `259d84529`(#9209) Add suport for include `preinstall`, `postinstall`, `preremove` and `postremove` scripts into Debian and RPM packages. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-beta.11` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-beta.9.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-beta.9 3 | ReturnView on GitHub 4 | ### New Features 5 | * `36b4c1249`(#9331) Added support for `provides`, `conflicts` and `replaces` (`obsoletes` for RPM) options for `bundler > deb` and `bundler > rpm` configs. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-beta.12` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-rc.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-rc.0 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `a440a3f9d` (#10498 by @catalinsh) Correct nsis pre-uninstall hook to post-uninstall 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-rc.1` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-rc.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-rc.1 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-rc.2` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-rc.10.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-rc.10 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-rc.10` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-rc.12.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-rc.12 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `94e9d476e` (#11011 by @amrbashir) Fix `main_binary_name` in custom wix and nsis templates including `.exe` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-rc.13.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-rc.13 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-rc.12` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-rc.15.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-rc.15 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `e10fdb786` (#11182 by @amrbashir) Revert recent change that generated MSI installers with the same product code which prevented updates to happen, it is now ranomized like it previously was. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-macos-sign@0.1.1-rc.1` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-rc.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-rc.3 3 | ReturnView on GitHub 4 | ### New Features 5 | * `8d148a9e2` (#10634 by @anatawa12) Custom sign command with object notation for whitespaces in the command path and arguments. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-rc.4` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-rc.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-rc.4 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-rc.5` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-rc.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-rc.5 3 | ReturnView on GitHub 4 | ### What’s Changed 5 | * `f4d5241b3` (#10731 by @amrbashir) Update documentation icon path. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-rc.6` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-rc.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-rc.7 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `5ec74456b` (#10825 by @lucasfernog) The debian `Maintainer` field now defaults to the Cargo.toml authors, but fallbacks to the `publisher` config value and the second part of the bundle identifier. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-rc.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-rc.8 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-rc.8` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1-rc.9.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1-rc.9 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-rc.9` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.1 3 | ReturnView on GitHub 4 | ### What’s Changed 5 | * `0ab2b3306` (#11205 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.1` 10 | * Upgraded to `tauri-macos-sign@2.0.1` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.2 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `858b3516a` (#11217 by @kittuov) On Windows, fixed command arguments for `bundle -> windows -> msi -> elevatedUpdateTask`. to work with spaces in `productName` 6 | * `a49a19ffa` (#11218) Fix bundling `appimage`, `deb` and `rpm` bundles failing to open when using `mainBinaryName` with spaces. 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.0.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.0.4 3 | ReturnView on GitHub 4 | ### New Features 5 | * `c8f55b615` (#11388 by @amrbashir) Add `bundler > windows > wix > version` to manually specify a wix-compatible version. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-bundler_v2.2.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-bundler@2.2.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `cd1d026f9` (#11961 by @Legend-Master) Fix tauri fails to build if the project path contains glob characters 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.0-beta-rc.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.0-beta-rc.1 3 | ReturnView on GitHub 4 | * Missing the `files` property in the package.json which mean that the `dist` directory was not published and used. 5 | * Bumped due to a bump in api. 6 | * b2569a7 fix(js-api): dist (#1498) on 2021-04-15 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.0-beta.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.0-beta.1 3 | ReturnView on GitHub 4 | * Add `'self'` to default CSP because otherwise no joy on macOS. 5 | * 12268e6 fix(csp): add ‘self’ (#1794) on 2021-05-12 6 | * Fix a typo that would result in bundle arg being ignored. 7 | * 71f6a5e fix(cli.rs/build): fix typo getting bundle arg (#1783) on 2021-05-12 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.0-beta.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.0-beta.4 3 | ReturnView on GitHub 4 | * Improve error message when the product name is invalid. 5 | * 1a41e9f0 feat(cli.rs): improve error message on app rename, closes #2101 (#2114) on 2021-06-28 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.0-beta.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.0-beta.7 3 | ReturnView on GitHub 4 | * Update cli.yml to pass clap ArgSettings::MultipleValues assertion. 5 | * 0391ac3d fix: Update cli.yml to pass clap ArgSettings::MultipleValues assertion. (#2506) (#2507) on 2021-08-22 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.0-rc.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.0-rc.1 3 | ReturnView on GitHub 4 | * Include `vswhere.exe` on the published package. 5 | * 3227502e fix(cli.rs): package `vswhere.exe` on 2022-02-10 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.0-rc.11.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.0-rc.11 3 | ReturnView on GitHub 4 | * Allow configuring the display options for the MSI execution allowing quieter updates. 5 | * 9f2c3413 feat(core): configure msiexec display options, closes #3951 (#4061) on 2022-05-15 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.0-rc.12.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.0-rc.12 3 | ReturnView on GitHub 4 | * Properly fetch the NPM dependency information when using Yarn 2+. 5 | * cdfa6255 fix(cli): properly read info when using yarn 2+, closes #4106 (#4193) on 2022-05-23 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.0-rc.15.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.0-rc.15 3 | ReturnView on GitHub 4 | * Removed the tray icon from the Debian and AppImage bundles since they are embedded in the binary now. 5 | * 4ce8e228 refactor(core): use `Icon` for tray icons (#4342) on 2022-06-14 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.0-rc.16.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.0-rc.16 3 | ReturnView on GitHub 4 | * Use the default window menu in the app template. 5 | * 4c4acc30 feat: implement `Default` for `Menu`, closes #2398 (#4291) on 2022-06-15 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.0-rc.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.0-rc.3 3 | ReturnView on GitHub 4 | * Fixes Tauri path resolution on projects without Git or a `.gitignore` file. 5 | * d8acbe11 fix(cli.rs): app path resolution on projects without git, closes #3409 (#3410) on 2022-02-11 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.0-rc.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.0-rc.4 3 | ReturnView on GitHub 4 | * Change default value for the `freezePrototype` configuration to `false`. 5 | * Bumped due to a bump in tauri-utils. 6 | * 3a4c0160 fix(core): change default `freezePrototype` to false, closes #3416 #3406 (#3423) on 2022-02-12 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.0 3 | ReturnView on GitHub 4 | * Upgrade to `stable`! 5 | * f4bb30cc feat(covector): prepare for v1 (#4351) on 2022-06-15 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.2 3 | ReturnView on GitHub 4 | * Fixes a crash on the `signer sign` command. 5 | * 8e808fec fix(cli.rs): conflicts_with arg doesn’t exist closes (#4538) on 2022-06-30 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.4 3 | ReturnView on GitHub 4 | * Do not capture and force colors of `cargo build` output. 5 | * c635a0da refactor(cli): do not capture and force colors of cargo build output (#4627) on 2022-07-12 6 | * Reduce the amount of allocations when converting cases. 7 | * bc370e32 feat: reduce the amount of `heck`-related allocations (#4634) on 2022-07-11 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.0.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.0.5 3 | ReturnView on GitHub 4 | * Correctly fill the architecture when building Debian packages targeting ARM64 (aarch64). 5 | * Bumped due to a bump in tauri-bundler. 6 | * 635f23b8 fix(bundler): correctly set debian architecture for aarch64 (#4700) on 2022-07-17 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.1.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.1.1 3 | ReturnView on GitHub 4 | * Fix wrong cli metadata that caused new projects (created through `tauri init`) fail to build 5 | * db26aaf2 fix: fix wrong cli metadata (#5214) on 2022-09-16 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.2.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.2.1 3 | ReturnView on GitHub 4 | * Fixes injection of Cargo features defined in the configuration file. 5 | * 1ecaeb29 fix(cli): inject config feature flags when features arg is not provided on 2022-11-18 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.2.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.2.3 3 | ReturnView on GitHub 4 | * Pin `ignore` to `=0.4.18`. 5 | * adcb082b chore(deps): pin `ignore` to =0.4.18 on 2023-01-17 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.5.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.5.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `d6eb46cf`(#7934) On macOS, fix the `apple-id` option name when using `notarytools submit`. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.5.11.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.5.11 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `97a05145f`(#9119) Fix compilation error due to dependency on unstable features of `log` crate. 6 | * `b15948b11`(#8903) Fix `.taurignore` failing to ignore in some cases. 7 | 8 | 9 | ### Dependencies 10 | * Upgraded to `tauri-bundler@1.5.1` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.5.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.5.2 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-bundler@1.4.1` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.5.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.5.3 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-bundler@1.4.2` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.5.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.5.4 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-bundler@1.4.3` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.5.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.5.5 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `9bead42d`(#8059) Allow rotating the updater private key. 6 | 7 | 8 | ### Bug Fixes 9 | * `be8e5aa3`(#8042) Fixes duplicated newlines on command outputs. 10 | 11 | 12 | ### Dependencies 13 | * Upgraded to `tauri-bundler@1.4.4` 14 | 15 | 16 | © 2025 Tauri Contributors. CC-BY / MIT 17 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.5.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.5.6 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `5264e41d`(#8082) Downgraded `rust-minisign` to `0.7.3` to fix signing updater bundles with empty passwords. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-bundler@1.4.5` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.5.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.5.8 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-bundler@1.4.7` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v1.5.9.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@1.5.9 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `0a2175ea`(#8439) Expand glob patterns in workspace member paths so the CLI would watch all matching pathhs. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-bundler@1.4.8` 10 | * Upgraded to `tauri-utils@1.5.2` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-alpha.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-alpha.1 3 | ReturnView on GitHub 4 | * Fixes running on device using Xcode 14. 5 | * 1e4a6758 fix(cli): run on iOS device on Xcode 14 (#5807) on 2022-12-12 6 | * Improve local IP address detection with user selection. 7 | * 76204b89 feat(cli): improve local IP detection (#5817) on 2022-12-12 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-alpha.12.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-alpha.12 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `b75a1210`(#7762) Fixes a regression on alpha.11 where iOS logs aren’t being displayed when using `ios dev` with a real device. 6 | * `8faa5a4a`(#7765) Ensure asset directory exists on the iOS project. 7 | 8 | 9 | ### Dependencies 10 | * Upgraded to `tauri-bundler@2.0.0-alpha.8` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-alpha.13.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-alpha.13 3 | ReturnView on GitHub 4 | ### Breaking Changes 5 | * `4cb51a2d`(#7779) The custom protocol on Windows now uses the `http` scheme instead of `https`. 6 | * `974e38b4`(#7744) Renamed the `plugin add` command to `add`. 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-alpha.14.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-alpha.14 3 | ReturnView on GitHub 4 | ### Breaking Changes 5 | * `d5074af5`(#7801) The custom protocol on Android now uses the `http` scheme instead of `https`. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-alpha.19.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-alpha.19 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `803c3a79`(#8327) Read the following env vars when using the `tauri signer sign` command to make it easier to use in CI. 6 | * `TAURI_PRIVATE_KEY` 7 | * `TAURI_PRIVATE_KEY_PASSWORD` 8 | * `TAURI_PRIVATE_KEY_PATH` 9 | 10 | 11 | © 2025 Tauri Contributors. CC-BY / MIT 12 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-alpha.20.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-alpha.20 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-alpha.12` 6 | * Upgraded to `tauri-bundler@2.0.0-alpha.13` 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-alpha.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-alpha.6 3 | ReturnView on GitHub 4 | * Use Ubuntu 20.04 to compile the CLI for cargo-binstall, increasing the minimum libc required. 5 | * Automatically enable the `rustls-tls` tauri feature on mobile and `native-tls` on desktop if `rustls-tls` is not enabled. 6 | * cfdee00f refactor(core): fix tls features, use rustls on mobile (#6591) on 2023-03-30 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-beta.10.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-beta.10 3 | ReturnView on GitHub 4 | ### New Features 5 | * `7213b9e47`(#9124) Add default permission for a plugin to capabilities when using `tauri add <plugin>`. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-beta.10` 10 | * Upgraded to `tauri-bundler@2.0.1-beta.6` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-beta.11.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-beta.11 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `ac76a22f3`(#9183) Allow empty responses for `devUrl`, `beforeDevCommand` and `beforeBuildCommands` questions in `tauri init`. 6 | * `b525ddadf`(#9237) `openssl` is no longer a required dependency on macOS. 7 | 8 | 9 | ### Dependencies 10 | * Upgraded to `tauri-bundler@2.0.1-beta.7` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-beta.15.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-beta.15 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `3f0805488`(#9603) Use `windows-sys` crate instead of `winapi` which fixes installing the published cli from crates.io using `cargo install tauri-cli --version "^2.0.0-beta"`. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-beta.16.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-beta.16 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `97ec422f2`(#9638) Exit `tauri icon` with non-zero code when it fails. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-beta.14` 10 | * Upgraded to `tauri-bundler@2.0.1-beta.12` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-beta.17.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-beta.17 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-beta.15` 6 | * Upgraded to `tauri-bundler@2.0.1-beta.13` 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-beta.20.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-beta.20 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-bundler@2.0.1-beta.16` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-beta.23.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-beta.23 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-bundler@2.0.1-beta.19` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-beta.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-beta.3 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `a029b9f7`(#8910) Setting up code signing is no longer required on iOS when using the simulator. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-beta.3` 10 | * Upgraded to `tauri-bundler@2.0.0-beta.3` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-beta.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-beta.8 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `3e472d0af`(#9115) Changed the permission and capability platforms to be optional. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-beta.8` 10 | * Upgraded to `tauri-bundler@2.0.1-beta.4` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-beta.9.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-beta.9 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `c3ea3a2b7`(#9126) Fix bundling when `plugins > updater > windows > installerArgs` are set in `tauri.conf.json` 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-beta.9` 10 | * Upgraded to `tauri-bundler@2.0.1-beta.5` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-rc.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-rc.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `fb1933f17` (#10467 by @lucasfernog) Fixes running `android dev --open`. 6 | * `206914fe8` (#10466 by @lucasfernog) Fixes running `adb reverse` in Node.js context. 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-rc.11.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-rc.11 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-rc.9` 6 | * Upgraded to `tauri-bundler@2.0.1-rc.9` 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-rc.16.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-rc.16 3 | ReturnView on GitHub 4 | ### New Features 5 | * `9bb8fc618` (#11030 by @amrbashir) Add `--no-example` flag for `tauri plugin new` and `tauri plugin init` to disable creation of an example project. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.0-rc.12` 10 | * Upgraded to `tauri-bundler@2.0.1-rc.13` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0-rc.9.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0-rc.9 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `5af1f5dec` (#10851 by @lucasfernog) Fixes `ios build` failing to build iOS app in CI when using an API key for automatic signing. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-bundler@2.0.1-rc.7` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.0 3 | ReturnView on GitHub 4 | ### What’s Changed 5 | * `382ed482b` Bump MSRV to 1.78. 6 | * `637285790` Promote to v2 stable! 7 | 8 | 9 | ### Dependencies 10 | * Upgraded to `tauri-utils@2.0.0` 11 | * Upgraded to `tauri-macos-sign@2.0.0` 12 | * Upgraded to `tauri-bundler@2.0.0` 13 | 14 | 15 | © 2025 Tauri Contributors. CC-BY / MIT 16 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.1 3 | ReturnView on GitHub 4 | ### What’s Changed 5 | * `0ab2b3306` (#11205 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-utils@2.0.1` 10 | * Upgraded to `tauri-macos-sign@2.0.1` 11 | * Upgraded to `tauri-bundler@2.0.1` 12 | 13 | 14 | © 2025 Tauri Contributors. CC-BY / MIT 15 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.0.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.0.2 3 | ReturnView on GitHub 4 | ### What’s Changed 5 | * `4475fbb50` (#11208 by @lucasfernog) Update cargo-mobile2 to 0.17.3, fixing lib name validation. 6 | * `a49a19ffa` (#11218) Fix bundling `appimage`, `deb` and `rpm` bundles failing to open when using `mainBinaryName` with spaces. 7 | 8 | 9 | ### Dependencies 10 | * Upgraded to `tauri-bundler@2.0.2` 11 | 12 | 13 | © 2025 Tauri Contributors. CC-BY / MIT 14 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.2.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.2.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `881729448` (#12164 by @FabianLars) Fixed an issue that caused `tauri dev` to crash before showing the app on Linux. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.2.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.2.2 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `26fc9558f` (#12178 by @FabianLars) Fixed an issue that caused the `tauri dev` file watcher to exit after detecting file changes. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.2.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.2.4 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `cad550445` (#12354 by @FabianLars) Fixed and issue that caused `tauri add` to try to install incorrect npm packages. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.2.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.2.5 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-bundler@2.2.2` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri-cli_v2.2.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri-cli@2.2.7 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `8e9134c4a` (#12511 by @FabianLars) Fixed an issue that caused `tauri dev` to fail because of an incorrect `--bins` flag. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v0.11.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@0.11.0 3 | ReturnView on GitHub 4 | * Match writeBinaryFile command name between js and rust 5 | * 486bd92 Fix: writeBinaryFile to call the correct command (fix #1133) (#1136) on 2021-01-06 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v0.11.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@0.11.1 3 | ReturnView on GitHub 4 | * Update webview-official dependency which fix compatibility on macOS. 5 | * 692312a chore(deps) Update webview-official (#1152) on 2021-01-24 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v0.6.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@0.6.2 3 | ReturnView on GitHub 4 | * Fixes the Windows build with the latest Windows SDK. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v0.7.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@0.7.0 3 | ReturnView on GitHub 4 | * The execute_promise and execute_promise_sync helpers now accepts any tauri::Result where T: impl Serialize. This means that you do not need to serialize your response manually or deal with String quotes anymore. As part of this refactor, the event::emit function also supports impl Serialize instead of String. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v0.7.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@0.7.1 3 | ReturnView on GitHub 4 | * Fixes the assets embedding into the binary. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v0.7.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@0.7.2 3 | ReturnView on GitHub 4 | Bumped due to dependency. 5 | © 2025 Tauri Contributors. CC-BY / MIT 6 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v0.7.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@0.7.3 3 | ReturnView on GitHub 4 | * Properly run the loopback command on Windows. 5 | * Properly ignore the ${distDir}/index.html asset from the asset embedding. Previously every asset with name matching /(.+)index.html$/g were ignored. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v0.7.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@0.7.4 3 | ReturnView on GitHub 4 | * Ignoring non UTF-8 characters on the loopback command output. 5 | * f340b29 fix(tauri) addition to the previous commit on 2020-07-10 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v0.7.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@0.7.5 3 | ReturnView on GitHub 4 | * Fixes Edge blank screen on Windows when running tauri dev (Tauri crashing window due to Edge reloading app because of missing Content-Type header). 5 | * Bumped due to a bump in tauri-api. 6 | * fedee83 fix(tauri.js) windows Edge blank screen on tauri dev (#808) on 2020-07-11 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v0.9.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@0.9.1 3 | ReturnView on GitHub 4 | * Adjust payload formatting to handle multibyte characters in front-end message payloads. - df70ca5 Fix #912 multibyte character breaks message (#914) on 2020-08-01 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v0.9.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@0.9.2 3 | ReturnView on GitHub 4 | * Bump all deps as noted in #975, #976, #977, #978, and #979. 5 | * 06dd75b chore: bump all js/rust deps (#983) on 2020-08-20 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.0-beta-rc.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.0-beta-rc.1 3 | ReturnView on GitHub 4 | * Missing the `files` property in the package.json which mean that the `dist` directory was not published and used. 5 | * Bumped due to a bump in api. 6 | * b2569a7 fix(js-api): dist (#1498) on 2021-04-15 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.0-beta-rc.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.0-beta-rc.4 3 | ReturnView on GitHub 4 | * Update `tauri-macros` and `tauri-utils` to `1.0.0-beta-rc.1`. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.0-beta.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.0-beta.1 3 | ReturnView on GitHub 4 | * Adds a mutable `config` getter on the `Context` struct. 5 | * 144d6b9 feat(core): add mutable `config` getter on the `Context` struct (#1803) on 2021-05-12 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.0-beta.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.0-beta.4 3 | ReturnView on GitHub 4 | * Double clicking a `data-tauri-drag-region` element will toggle the window maximized state. 5 | * 8b7ac1ad feat: double-click tauri-drag-region to maximize, closes #1839 (#2106) on 2021-06-29 6 | * Fixes `asset` protocol crashing application. 7 | * 99d96084 fix(core): custom protocol regression (#2115) on 2021-06-28 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.0-beta.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.0-beta.7 3 | ReturnView on GitHub 4 | * Cleanup application on `AppHandle#exit`. 5 | * a54bba6c fix(core): cleanup app before exit, closes #2464 (#2466) on 2021-08-17 6 | * Fix `raw-window-handle` dependency declaration. 7 | * aecdfaf7 fix(core): `raw-window-handle` dependency, closes #2460 (#2465) on 2021-08-17 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.0-rc.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.0-rc.1 3 | ReturnView on GitHub 4 | * Change default value for the `freezePrototype` configuration to `false`. 5 | * 3a4c0160 fix(core): change default `freezePrototype` to false, closes #3416 #3406 (#3423) on 2022-02-12 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.0-rc.10.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.0-rc.10 3 | ReturnView on GitHub 4 | * Update wry to 0.16.2 and webkit2gtk to 0.18.0. 5 | * 71a553b7 chore(deps): update wry to 0.16.2, webkit2gtk to 0.18.0 (#4099) on 2022-05-10 6 | * Adds the `App#wry_plugin` API to inject a plugin for the wry integration. 7 | * c8e0e5b9 feat(tauri-runtime-wry): add plugin API (#4094) on 2022-05-10 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.0-rc.13.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.0-rc.13 3 | ReturnView on GitHub 4 | * Fix `cannot find macro `message_dialog` ` error. 5 | * 80458a03 Fix `message_dialog` flag (#4204) on 2022-05-25 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.0-rc.16.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.0-rc.16 3 | ReturnView on GitHub 4 | * **Breaking change:** The `TrayIcon` enum has been removed and now `Icon` is used instead. This allows you to use more image formats and use embedded icons on Linux. 5 | * 4ce8e228 refactor(core): use `Icon` for tray icons (#4342) on 2022-06-14 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.0-rc.17.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.0-rc.17 3 | ReturnView on GitHub 4 | * Add `Menu::os_default` which will create a menu filled with default menu items and submenus. 5 | * 4c4acc30 feat: implement `Default` for `Menu`, closes #2398 (#4291) on 2022-06-15 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.0-rc.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.0-rc.6 3 | ReturnView on GitHub 4 | * Fixes the `WindowEvent` type used on `Window::on_window_event`. 5 | * 06aa87b6 fix(core): `WindowEvent` type used on `Window::on_window_event` (#3796) on 2022-03-28 6 | * Fixes `WindowEvent::Destroyed` not firing. 7 | * 169b5035 fix(core): actually fire `WindowEvent::Destroyed` (#3797) on 2022-03-28 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.0 3 | ReturnView on GitHub 4 | * Allow choosing multiple folders in `dialog.open`. 5 | * 4e51dce6 fix: dialog open supports multiple dirs, fixes #4091 (#4354) on 2022-06-15 6 | * Upgrade to `stable`! 7 | * f4bb30cc feat(covector): prepare for v1 (#4351) on 2022-06-15 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.2 3 | ReturnView on GitHub 4 | * Fixes check for local URL when an external URL is provided to the window and it is based on the configured devPath. 5 | * 2e74d20e fix(core): check whether external url is local, ref #4449 (#4536) on 2022-06-30 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.4 3 | ReturnView on GitHub 4 | * Reduce the amount of allocations when converting cases. 5 | * bc370e32 feat: reduce the amount of `heck`-related allocations (#4634) on 2022-07-11 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.5 3 | ReturnView on GitHub 4 | * Escape the MSI file path when running msiexec via powershell. 5 | * 9af43134 fix(updater): escape MSI path (#4737) on 2022-07-22 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.6 3 | ReturnView on GitHub 4 | * Fix `fs.readDir` recursive option reading symlinked directories that are not allowed by the scope. 5 | * bb178829 fix(endpoints/fs/readDir): don’t read symlinks that are not allowed b… (#5123) on 2022-09-08 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.7.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.7 3 | ReturnView on GitHub 4 | * Escape glob special characters in files/directories when dropping files or using the open/save dialogs. 5 | * bcd9dc7f fix(core): escape glob characters in drop/dialogs , closes #5234 (#5237) on 2022-11-08 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.8 3 | ReturnView on GitHub 4 | * Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`. 5 | * f0602e7c Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.0.9.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.0.9 3 | ReturnView on GitHub 4 | * Block remote URLs from accessing the IPC. 5 | * fa90214b0 feat(core): block remote URLs from accessing the IPC on 2023-04-12 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.1.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.1.1 3 | ReturnView on GitHub 4 | * Add missing allowlist config for `set_cursor_grab`, `set_cursor_visible`, `set_cursor_icon` and `set_cursor_position` APIs. 5 | * Bumped due to a bump in tauri-utils. 6 | * c764408d fix: Add missing allowlist config for cursor apis, closes #5207 (#5211) on 2022-09-16 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.1.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.1.2 3 | ReturnView on GitHub 4 | * Escape glob special characters in files/directories when dropping files or using the open/save dialogs. 5 | * e4dc5bed fix(core): escape glob characters in drop/dialogs , closes #5234 (#5237) on 2022-10-05 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.1.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.1.3 3 | ReturnView on GitHub 4 | * Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`. 5 | * 2654c0f4 Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.1.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.1.4 3 | ReturnView on GitHub 4 | * Block remote URLs from accessing the IPC. 5 | * 58ea0b452 feat(core): block remote URLs from accessing the IPC on 2023-04-12 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.2.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.2.3 3 | ReturnView on GitHub 4 | * Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`. 5 | * f1b0ad6e Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.2.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.2.4 3 | ReturnView on GitHub 4 | * Pin `ignore` to `=0.4.18`. 5 | * adcb082b chore(deps): pin `ignore` to =0.4.18 on 2023-01-17 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.2.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.2.5 3 | ReturnView on GitHub 4 | * Block remote URLs from accessing the IPC. 5 | * 9c0593c33 feat(core): block remote URLs from accessing the IPC on 2023-04-12 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.5.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.5.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `3671edbc`(#7937) Fix devtools not toggling on `ctrl+shift+i` or `cmd+alt+i` shortcuts. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v1.5.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@1.5.2 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `21cdbb41`(#7982) Set the correct `truncate` option on `OpenOptions` so that `write_file` can completely overwrite existing files. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0-alpha.13.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0-alpha.13 3 | ReturnView on GitHub 4 | ### Breaking Changes 5 | * `4cb51a2d`(#7779) The custom protocol on Windows now uses the `http` scheme instead of `https`. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0-alpha.14.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0-alpha.14 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `d5074af5`(#7801) Fixes custom protocol not working on Windows. 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-runtime-wry@1.0.0-alpha.2` 10 | 11 | 12 | ### Breaking Changes 13 | * `d5074af5`(#7801) The custom protocol on Android now uses the `http` scheme instead of `https`. 14 | 15 | 16 | © 2025 Tauri Contributors. CC-BY / MIT 17 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0-alpha.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0-alpha.2 3 | ReturnView on GitHub 4 | * Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`. 5 | * 9ad0a9a0 Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0-alpha.20.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0-alpha.20 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-alpha.12` 6 | * Upgraded to `tauri-runtime@1.0.0-alpha.7` 7 | * Upgraded to `tauri-runtime-wry@1.0.0-alpha.8` 8 | * Upgraded to `tauri-macros@2.0.0-alpha.12` 9 | * Upgraded to `tauri-build@2.0.0-alpha.13` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0-alpha.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0-alpha.6 3 | ReturnView on GitHub 4 | * Fix compilation issues without the shell API features. 5 | * a8137927 fix(core): compilation issues without execute or sidecar features (#6621) on 2023-04-03 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0-alpha.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0-alpha.8 3 | ReturnView on GitHub 4 | * Fixes boolean plugin parameters freezing the application. 5 | * 9de89791 fix(core): iOS plugin freezing when receiving a bool parameter (#6700) on 2023-04-13 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0-beta.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0-beta.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `863bc9e5`(#8749) Fix regression on the JavaScript code that processes the IPC message. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0-beta.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0-beta.6 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `6edc563c`(#8953) Fixes a deadlock when the window is destroyed. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0-rc.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0-rc.1 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-rc.1` 6 | * Upgraded to `tauri-runtime@2.0.0-rc.1` 7 | * Upgraded to `tauri-runtime-wry@2.0.0-rc.1` 8 | * Upgraded to `tauri-macros@2.0.0-rc.1` 9 | * Upgraded to `tauri-build@2.0.0-rc.1` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0-rc.14.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0-rc.14 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `e5f037277` (#11018 by @amrbashir) Fix compilation error on macOS due to a missing feature for `NSImage`. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0-rc.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0-rc.2 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-rc.2` 6 | * Upgraded to `tauri-runtime@2.0.0-rc.2` 7 | * Upgraded to `tauri-runtime-wry@2.0.0-rc.2` 8 | * Upgraded to `tauri-macros@2.0.0-rc.2` 9 | * Upgraded to `tauri-build@2.0.0-rc.2` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0-rc.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0-rc.5 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.0-rc.5` 6 | * Upgraded to `tauri-runtime@2.0.0-rc.5` 7 | * Upgraded to `tauri-runtime-wry@2.0.0-rc.5` 8 | * Upgraded to `tauri-macros@2.0.0-rc.5` 9 | * Upgraded to `tauri-build@2.0.0-rc.5` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0-rc.8.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0-rc.8 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `d7e5c00e9` (#10817 by @lucasfernog) Added `plugin:::PermissionState` enum. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.0 3 | ReturnView on GitHub 4 | ### What’s Changed 5 | * `382ed482b` Bump MSRV to 1.78. 6 | * `637285790` Promote to v2 stable! 7 | 8 | 9 | ### Dependencies 10 | * Upgraded to `tauri-utils@2.0.0` 11 | * Upgraded to `tauri-runtime@2.0.0` 12 | * Upgraded to `tauri-runtime-wry@2.0.0` 13 | * Upgraded to `tauri-macros@2.0.0` 14 | * Upgraded to `tauri-build@2.0.0` 15 | 16 | 17 | © 2025 Tauri Contributors. CC-BY / MIT 18 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.2 3 | ReturnView on GitHub 4 | ### Enhancements 5 | * `03e759042` (#11235 by @lucasfernog) Added `App::invoke_key` and `AppHandle::invoke_key` for custom invoke systems that rely on manual `Webview::on_message` calls. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.0.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.0.6 3 | ReturnView on GitHub 4 | ### Dependencies 5 | * Upgraded to `tauri-utils@2.0.2` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.1.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.1.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `e8a50f6d7` (#11645) Fix integer values of `BasDirectory.Home` and `BaseDirectory.Font` regression which broke path APIs in JS. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.2.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.2.1 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `cd1d026f9` (#11961 by @Legend-Master) Fix tauri fails to build if the project path contains glob characters 6 | 7 | 8 | ### Dependencies 9 | * Upgraded to `tauri-build@2.0.5` 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.2.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.2.2 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `61e69db9e` (#12376 by @FabianLars) Widen `specta` version range to `^2.0.0-rc.16` again. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.2.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.2.3 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `d2c8f0eb5` (#12424 by @mattyg) Ensure that tauri’s builtin initialization scripts and plugin initialization scripts are executed before any user-added initialization scripts in a webview. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.2.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.2.4 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `27096cdc0` (#12445 by @FabianLars) Fixed an issue that caused Tauri’s CLI to enable tauri’s `native-tls` feature even though it wasn’t needed. Moved `reqwest` to a mobile-only dependency in `tauri` and enabled its `rustls-tls` feature flag. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_tauri_v2.2.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # tauri@2.2.5 3 | ReturnView on GitHub 4 | ### Bug Fixes 5 | * `477e9c049` (#12514 by @FabianLars) Fixed an issue that caused iOS apps to panic when using an async function for `tauri::mobile_entry_point`. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.10.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.10.1 3 | ReturnView on GitHub 4 | * `WebContext::set_allows_automation` is now available to specify if the context should allow automation (e.g. WebDriver). It is only enforced on Linux, but may expand platforms in the future. 5 | * 4ad0bf1 move set_allows_automation to WebContext method (#302) on 2021-06-21 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.10.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.10.2 3 | ReturnView on GitHub 4 | * Fix file explorer getting blocked by automation. 5 | * 0c5cdd8 Fix file explorer getting blocked by automation (#310) on 2021-06-23 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.10.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.10.3 3 | ReturnView on GitHub 4 | * #315 fixed Webview2 runtime performance issues. 5 | * d3c9b16 Fix Webview2 runtime performance issues (#316) on 2021-06-29 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.13.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.13.3 3 | ReturnView on GitHub 4 | * Fix rustdoc generation of Windows and Mac on docs.rs. 5 | * 327a019 Fix rustdoc generation of Windows and Mac on docs.rs, fix #503 (#507) on 2022-02-27 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.16.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.16.1 3 | ReturnView on GitHub 4 | * Fixes a crash on macOS below Big Sur due to `titlebarSeparatorStyle` (11+ API) usage. 5 | * eb2dddb fix(macos): only use APIs when supported on 2022-05-08 6 | * Only run `WebView::print` on macOS on v11+. This prevents a crash on older versions. 7 | * eb2dddb fix(macos): only use APIs when supported on 2022-05-08 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.16.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.16.2 3 | ReturnView on GitHub 4 | * Fixed build on macos. 5 | * 17ab12d fix: fix build on macos, closes #580 (#581) on 2022-05-10 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.18.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.18.0 3 | ReturnView on GitHub 4 | * Remove trivial tray features. 5 | * a3fea48 Remove trivial tray features (#599) on 2022-05-31 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.18.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.18.1 3 | ReturnView on GitHub 4 | * Remove unused tray from doc features. 5 | * 5eecb00 Remove unused tray from doc features (#602) on 2022-05-31 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.18.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.18.2 3 | ReturnView on GitHub 4 | * Fix NSString can not be released. 5 | * 95ca52f fix: NSString isn’t released (#604) on 2022-06-07 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.18.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.18.3 3 | ReturnView on GitHub 4 | * Update tao to 0.11 5 | * f4b42fb Update tao to v0.12 (#609) on 2022-06-15 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.20.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.20.1 3 | ReturnView on GitHub 4 | * Add android support 5 | * 3218091 Add real android support #577 6 | * Enable private picture-in-picture on macos. 7 | * 3cfd8c9 fix: add feature flag to enable private picture-in-picture flag on macos (#645) on 2022-08-05 8 | * On macOS, fix devtool warning 9 | * 2eba8c9 fix: devtool warning by adding parent view 10 | 11 | 12 | © 2025 Tauri Contributors. CC-BY / MIT 13 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.21.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.21.1 3 | ReturnView on GitHub 4 | * Fix transparency on Windows 5 | * e31cd0a fix: fix transparency on Windows, closes #692 on 2022-09-16 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.22.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.22.3 3 | ReturnView on GitHub 4 | * On macOS, fix keyinput missing by calling superclass methods. 5 | * e40e55a On macOS, fix keyinput missing by calling super class methods (#764) on 2022-11-21 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.22.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.22.4 3 | ReturnView on GitHub 4 | * On Linux, add `linux-headers` feature flag to fix version regression. The minimum webkit2gtk version remains v2.22. 5 | * cf447f6 On Linux, add header feature flag to fix version regression (#766) on 2022-11-24 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.22.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.22.5 3 | ReturnView on GitHub 4 | * On macOS, fix arrow keys misprint text on textarea. 5 | * 3005e54 On macOS, fix arrow keys misprint texts (#769) on 2022-11-25 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.22.6.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.22.6 3 | ReturnView on GitHub 4 | * Fixes usage of the `linux-headers` feature. 5 | * 14c5ae7 fix(wry): correctly use the linux-headers feature on 2022-12-05 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.23.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.23.1 3 | ReturnView on GitHub 4 | * Fixes usage of the `linux-headers` feature. 5 | * 64a72ff fix(wry): correctly use the linux-headers feature on 2022-12-05 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.23.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.23.3 3 | ReturnView on GitHub 4 | * Fix the beep sound on macOS 5 | * 94256c3 Fix beep sound, closes #799 (#801) on 2022-12-10 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.23.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.23.4 3 | ReturnView on GitHub 4 | * Fixes Android initialization scripts order. 5 | * 800cc48 fix(android): initialization scripts order (#808) on 2022-12-12 6 | * Improve panic error messages on the build script. 7 | * 4ec7386 feat: improve build script panic messages (#807) on 2022-12-12 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.24.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.24.1 3 | ReturnView on GitHub 4 | * Update `tao` to `0.16.0` 5 | * a27a66b chore: update tao to 0.16.0 on 2023-01-11 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.28.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.28.2 3 | ReturnView on GitHub 4 | * Adjust `cargo:rerun-if-changed` instruction for Android files. 5 | * cc934fe refactor(build): adjust rerun-if-changed instruction for Android files (#940) on 2023-04-24 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.28.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.28.3 3 | ReturnView on GitHub 4 | * On iOS, fix panic at runtime due to setting webview ivar. 5 | * c9002c1 fix(macos): remove `webview` ivar in `WryWebView` (#943) on 2023-04-26 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.33.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.33.1 3 | ReturnView on GitHub 4 | * `0582cdf`(#1033) Fix documentation for macOS target not being generated on docs.rs. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.34.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.34.0 3 | ReturnView on GitHub 4 | * `ce95730`(#1036) Upgrade gtk to 0.18 and bump MSRV to 1.70.0. 5 | * `591fda8`(#1042) Use `gtk`’s re-exported modules instead. 6 | * `b22a19e`(#1037) Update `windows` and `windows-implement` crate to `0.51` 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.34.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.34.1 3 | ReturnView on GitHub 4 | * `3de68e7`(#1043) Fix compilation with the `linux-body` feature. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.34.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.34.2 3 | ReturnView on GitHub 4 | * `c2e6980`(#1047) Fix doc building by removing dox feature requirement from `webkit2gtk`. 5 | * `82908d4`(#1045) Fix docs.rs build. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.38.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.38.1 3 | ReturnView on GitHub 4 | * `7c9e71f`(#1192) Fixes compilation failing on Windows with the `tracing` feature enabled. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.38.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.38.2 3 | ReturnView on GitHub 4 | * `3e84a0e`(#1200) Fixes compilation for 32bit Linux targets. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.39.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.39.1 3 | ReturnView on GitHub 4 | * `f0e82d3`(#1217) Fix target detection on build script to enhance cross compiling capabilities. 5 | * `ed9fa9b`(#1210) On iOS, allows media plays inline. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.39.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.39.2 3 | ReturnView on GitHub 4 | * `3e3d59c`(#1215) On macOS, prevent NSExceptions and invalid memory access panics when dropping the WebView while custom protocols handlers may still be running. 5 | * `ca6b5fb`(#1224) Update `windows` crate to `0.56` 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.39.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.39.3 3 | ReturnView on GitHub 4 | * `c7ca3db`(#1221) On Windows, fix data directory created next to the executable with a gibberish name even if it was explicitly provided in `WebConext::new` 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.39.5.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.39.5 3 | ReturnView on GitHub 4 | * `4c88c66`(#1247) Force the IPC and custom protocol tracing spans to have no parent. 5 | * `2d43d62`(#1254) On Windows, fix webview having a bigger size than the actual window size after creation and until the window is resized. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.40.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.40.1 3 | ReturnView on GitHub 4 | * `b6863ed`(#1275) On Android, set `RustWebViewClient.currentUrl` field early in `onPageStarted` method instead of `onPageFinished` 5 | * `f089964`(#1276) Fixes `with_asynchronous_custom_protocol` crashing when sending the response on Linux. 6 | * `637289d`(#1272) On Android, make `WryActivity.setWebview` method public to prevent JNI crashes. 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.41.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.41.0 3 | ReturnView on GitHub 4 | * `8b691df` (#1285 by @pewsheen) On macOS, fix an issue that could cause a panic when running an async command. 5 | * `6c7f45e` (#1287 by @FabianLars) Fixed a regression causing autoplay on windows to require user gestures. 6 | * `24a7d27` (#1289 by @renovate) Update `windows` crate to `0.57` and `webview2-com` crate to `0.31` 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.43.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.43.0 3 | ReturnView on GitHub 4 | * `7b1c26a` (#1344 by @Themayu) Windows: Implement `WebViewBuilderExtWindows::with_scroll_bar_style` to allow opting into Fluent Overlay style scrollbars. 5 | * `98d1a83` (#1326 by @ollpu) Fix Linux IPC handler and initialization scripts when sharing a WebContext between multiple WebViews. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.43.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.43.1 3 | ReturnView on GitHub 4 | * `5cea504` (#1352 by @lucasfernog) Fixes Android file picker result processing. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.44.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.44.1 3 | ReturnView on GitHub 4 | * `5111eb0` (#1362 by @lucasfernog) Fixes `WebView::clear_all_browsing_data` crashing with a segfault on macOS. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.45.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.45.0 3 | ReturnView on GitHub 4 | * `0fd1229` (#1369 by @lloydzhou) On Linux, fixed incorrect path for indexeddb database directory which made apps using `wry@0.24` and `tauri@1` migrating to `wry@>=0.38` and `tauri@2` lose their indexeddb data. 5 | * `e332eff` (#1368 by @zephraph) Add `Webview::load_html`. 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.46.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.46.1 3 | ReturnView on GitHub 4 | ### bug 5 | * `33c0193` (#1389 by @amrbashir) Fix crash on macOS versions below 14. 6 | * `a57719e` (#1385 by @huacnlee) Add `WebView::focus_parent` method. 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.46.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.46.2 3 | ReturnView on GitHub 4 | * `1189e2a` (#1392 by @chrox) Fix malformed headers in custom protocol response on macOS. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.46.3.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.46.3 3 | ReturnView on GitHub 4 | * `be122f6` (#1397 by @lucasfernog) Fix `with_user_agent` regression. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.47.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.47.1 3 | ReturnView on GitHub 4 | * `59c1eef` (#1418 by @amrbashir) Fix initialization scripts running twice on Windows. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.47.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.47.2 3 | ReturnView on GitHub 4 | * `7bb4f49` (#1421 by @SpikeHD) Fix extension loading on Windows. 5 | 6 | 7 | © 2025 Tauri Contributors. CC-BY / MIT 8 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.48.0.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.48.0 3 | ReturnView on GitHub 4 | * `eb0c816` (#1423 by @SpikeHD) Rename `{WebViewBuilderExtWindows, WebViewBuilderExtUnix}::with_extension_path` to `with_extensions_path`. 5 | * `b4ba5b4` (#1426 by @FabianLars) On Windows, Wry will now log PostMessage errors instead of panicking. 6 | * `f0c6b94` (#1441 by @renovate) Updated `webview2-com` to `0.34`. 7 | 8 | 9 | © 2025 Tauri Contributors. CC-BY / MIT 10 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.6.1.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.6.1 3 | ReturnView on GitHub 4 | * Add attribute option to allow WebView on Windows use user_data folder 5 | * 8dd58ee feat/ allow webview2 (windows) to use optional user_data folder provided by the attributes (#120) on 2021-03-21 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.9.2.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.9.2 3 | ReturnView on GitHub 4 | * Add `tray` feature flag from tao. 5 | * 093c25e feat: expose tray feature flag (#256) on 2021-05-10 6 | 7 | 8 | © 2025 Tauri Contributors. CC-BY / MIT 9 | -------------------------------------------------------------------------------- /docs/tauri-docs/release_wry_v0.9.4.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # wry@0.9.4 3 | ReturnView on GitHub 4 | * Update tao to v0.2.6 5 | * 483bad0 feat: tao as window dependency (#230) on 2021-05-03 6 | * 51430e9 publish new versions (#221) on 2021-05-09 7 | * 0cf0089 Update tao to v0.2.6 (#271) on 2021-05-18 8 | 9 | 10 | © 2025 Tauri Contributors. CC-BY / MIT 11 | -------------------------------------------------------------------------------- /docs/tauri-docs/rss.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # Tauri RSS Feeds 3 | All updates Get notified about any updates across the entire site. 4 | Blog updates Stay up-to-date with the latest blog posts and articles. 5 | Pages updates Receive updates for the main website pages. 6 | © 2025 Tauri Contributors. CC-BY / MIT 7 | -------------------------------------------------------------------------------- /docs/tauri-docs/start_migrate.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # Upgrade & Migrate 3 | Learn about common scenarios and steps to upgrade from Tauri 1.0 or migrate from another framework. 4 | Upgrade from Tauri 1.0 Read more about the updates you need to make to a version 1 project in order to upgrade to version 2. 5 | Migrate from Tauri 2.0 beta Read more about the updates required for the 2.0 beta project to upgrade to 2.0. 6 | © 2025 Tauri Contributors. CC-BY / MIT 7 | -------------------------------------------------------------------------------- /docs/vercel-docs/login.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # Log in to Vercel 3 | Continue with GitHubContinue with GitLabContinue with BitbucketContinue with SAML SSOLogin with Passkey 4 | Continue with Email → 5 | Don't have an account? Sign Up 6 | -------------------------------------------------------------------------------- /docs/vercel-docs/signup.md: -------------------------------------------------------------------------------- 1 | Skip to content 2 | # Your first deployis just a sign-up away. 3 | Plan Type 4 | * I'm working on personal projects 5 | hobby 6 | * I'm working on commercial projects 7 | pro 8 | 9 | Continue 10 | By joining, you agree to our Terms of Service and Privacy Policy 11 | Have a complex company use case? Get **Enterprise grade** assistance 12 | -------------------------------------------------------------------------------- /libraries.yaml: -------------------------------------------------------------------------------- 1 | libraries: 2 | - name: svelte-docs 3 | url: https://svelte.dev/docs 4 | - name: nextjs-docs 5 | url: https://nextjs.org/docs 6 | - name: excalibur-docs 7 | url: https://excaliburjs.com/docs/ 8 | - name: heroui-docs 9 | url: https://www.heroui.com/docs/guide/introduction -------------------------------------------------------------------------------- /project.knowledge.md: -------------------------------------------------------------------------------- 1 | # Project Guidelines 2 | 3 | ## Contributing 4 | - This is a contribution to an existing project - do not make major changes to core files like README.md without explicit request 5 | - Focus changes only on the specific features/fixes being contributed 6 | - Preserve existing project structure and documentation 7 | 8 | ## Project Purpose 9 | Crawl and convert documentation websites to markdown format for use with AI coding assistants. 10 | 11 | ... existing content ... 12 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | crawl4ai>=0.4.243 2 | pyyaml>=6.0.1 --------------------------------------------------------------------------------