Passer au contenu principal

Historique des modifications

Toutes les modifications notables de ce projet seront documentées dans ce fichier.

Le format est basé sur Keep a Changelog, et ce projet adhère au Versionnement sémantique (SemVer).

  • Ajouts pour l'ajout de nouvelles fonctionnalités.
  • Changements pour les changements des fonctionnalités existantes.
  • Déprécié pour prévenir des fonctionnalités qui seront bientôt retirées.
  • Retraits pour les fonctionnalités que l'on retire.
  • Corrections pour les corrections de bugs.
  • Sécurité en cas de vulnérabilités.

[Unreleased]

Ajouts

  • Update the description of ZoomFactor and IsZoomControlEnabled attributes in the document. Added by @biuaxia in PR
  • Added Single Instance Lock support with passing arguments to first instance. Added by @APshenkin in PR
  • Added support for enabling/disabling swipe gestures for Windows WebView2. Added by @leaanthony in PR
  • When building with -devtools flag, CMD/CTRL+SHIFT+F12 can be used to open the devtools. Added by @leaanthony in PR – Added file association support for macOS and Windows. Added by @APshenkin in PR
  • Added support for setting some of the Webview preferences, textInteractionEnabled and tabFocusesLinks on Mac. Added by @fkhadra in PR
  • Added support for enabling/disabling fullscreen of the Webview on Mac. Added by @fkhadra in PR
  • Added French README.fr.md page. Added by @nejos97 in PR
  • New task created for linting v2 task v2:lint. Workflow updated to run the task. Added by @mikeee in PR
  • Added new community template wails-htmx-templ-chi-tailwind. Added by @pylotlight in PR
  • Added CPU/GPU/Memory detection for wails doctor. Added by @leaanthony in #d51268b8d0680430f3a614775b13e6cd2b906d1c
  • The AssetServer now injects the runtime/IPC into all index html files and into all html files returned when requesting a folder path. Added by @stffabi in PR
  • Added Custom Protocol Schemes associations support for macOS and Windows. Added by @APshenkin in PR

Changements

  • AssetServer requests are now processed asynchronously without blocking the main thread on Windows. Changed by @stffabi in PR
  • AssetServer requests are now processed concurrently by spawning a goroutine per request. Changed by @stffabi in PR
  • Now building with -devtools flag doesn't enable the default context-menu. Changed by @mmghv in PR
  • Change Window Level. Changed by @almas1992 in PR

Corrections

v2.6.0 - 2023-09-06

Modifications importantes

  • AssetServer RequestURI and URL are now RFC and Go Docs compliant for server requests. This means Scheme, Host and Fragments are not provided anymore. Changed by @stffabi in PR

Corrections

  • Avoid app crashing when the Linux GTK key is empty. Fixed by @aminya in PR
  • Fix issue where app would exit before main() on linux if $DISPLAY env var was not set. Fixed by @phildrip in PR
  • Fixed a race condition when positioning the window on Linux. Added by @lyimmi in PR
  • Fixed SetBackgroundColour so it sets the window's background color to reduce resize flickering on Linux. Added by @lyimmi in PR
  • Fixed disable window resize option and wrong initial window size when its enabled. Added by @lyimmi in PR
  • Fixed build hook command parsing. Added by @smac89 in PR
  • Fixed filesystem watcher from filtering top level project directory if binary name is included in .gitignore. Added by @haukened in PR #2869
  • Fixed -reloaddir flag to watch additional directories (non-recursively). @haukened in PR #2871
  • Fixed support for Go 1.21 go.mod files. Fixed by @stffabi in PR

Ajouts

  • Added correct NodeJS and Docker package names for DNF package manager of Fedora 38. Added by @aranggitoar in PR
  • Added -devtools production build flag. Added by @mmghv in PR
  • Added EnableDefaultContextMenu option to allow enabling the browser's default context-menu in production . Added by @mmghv in PR
  • Added smart functionality for the default context-menu in production with CSS styles to control it. Added by @mmghv in PR
  • Added custom error formatting to allow passing structured errors back to the frontend.
  • Added sveltekit.mdx guide. Added by @figuerom16 in PR
  • Added ProgramName option to linux.Options. Added by @lyimmi in PR
  • Added new community template wails-sveltekit-ts. Added by @haukened in PR
  • Added support for retrieving the logical and physical screen size in the screen api. Added by @stffabi in PR
  • Added new community template wails-sveltekit-tailwind. Added by @pylotlight in PR
  • Added support for print dialogs. Added by @aangelisc in PR
  • Added new wails dev -nogorebuild flag to prevent restarts on back end file changes. @haukened in PR #2870
  • Added a guide to describe a cross-platform build using GitHub Actions. Added by @dennypenta in PR

Changements

  • Now uses new go-webview2 module. Added by @leaanthony in PR.
  • Changed styling of doctor command. Changed by @MarvinJWendt in PR
  • Enable HiDPI option by default in windows nsis installer. Changed by @5aaee9 in PR
  • Now debug builds include the un-minified version of the runtime JS with source maps . Changed by @mmghv in PR

v2.5.1 - 2023-05-16

Modifications importantes

  • The Go WebView2Loader allowed env variable and registry overrides to change the behaviour of WebView2. This is not possible when using the native WebView2Loader with Wails and should not be possible according to PR. Changed by @stffabi in PR
  • wails dev now uses the custom schemes wails:// on macOS and Linux for all Vite versions. This also fixes missing reloads after multiple fast savings on Linux and Windows. Changed by @stffabi in PR

Corrections

  • Fixed segfaults during fast reloads of requests on macOS. Fixed by @stffabi in PR
  • Fixed devserver on Linux for older WebKit2GTK versions < 2.36. Fixed by @stffabi in PR
  • Fixed devserver on Windows that might have triggered the WebView2 into a hang. Fixed by @stffabi in PR

v2.5.0 - 2023-05-13

Modifications importantes

  • wails dev now uses the custom schemes wails:// on macOS and Linux if Vite >= v3.0.0 is used. This makes the dev application consistent in behaviour with the final production application and fixes some long-standing inconsistencies. Changed by @stffabi in PR

Ajouts

  • Added Nodejs version in wails doctor. Added by @misitebao in PR
  • Added support for WebKit2GTK 2.40+ on Linux. This brings additional features for the AssetServer, like support for HTTP Request Bodies. The app must be compiled with the Go build tag webkit2_40 to activate support for this features. This also bumps the minimum requirement of WebKit2GTK to 2.40 for your app. Added by @stffabi in this PR
  • macOS: Added Window menu role with well known shortcuts "Minimize, Full-Screen and Zoom". Added by @stffabi in PR
  • macOS: Added "Hide, Hide Others, Show All“ to appmenu. Added by @stffabi in PR
  • Windows: Added flag to disable the WebView2 RendererCodeIntegrity checks, please see the comment on the flag for more information. Added by @stffabi in PR
  • Windows: Added handling of WebView2 process crashes, for unrecoverable errors an error message is shown that the app needs to be restarted. If an error occurs that shows a chromium error page, make sure the Window and the WebView2 is visible. Added by @stffabi in PR

Changements

  • [v3] Typescript model generation using StructDefs from new AST-based parser. Added by @ATenderholt in PR1 and PR2.

Corrections

  • Fixed console printing in wails generate template. Fixed by @misitebao in PR
  • Fixed unicode encoding of strings for multi-rune characters. Fixed by @joshbuddy in PR
  • Fixed -skipbindings flag in wails dev. Fixed by @stffabi in PR
  • Fixed runtime.MenuUpdateApplicationMenu on macOS. Fixed by @stffabi in PR
  • Fixed add package name for libwebkit/pkg-config and use shell.RunCommandWithENV instead of shell.RunCommand in zypper.go. Fixed by @wgjtyu in PR
  • Make sure to start the CommonFileDialogs on Windows on the Main-Thread. Fixed by @stffabi in PR
  • Fixed generated typescript bindings. Fixed by @dominictwlee in PR
  • Fixed StartHidden option not working on Linux. Fixed by @LGiki in PR

v2.4.1 - 2023-03-20

Changements

  • Support single clicks on items with --wails-draggable: drag again on Windows. Changed by @stffabi in PR

Corrections

  • Fixed panic when using wails dev and the AssetServer tried to log to the logger. Fixed by @stffabi in PR
  • Fixed compatibility with WebView2 Runtime > 110.0.1587.69 which showed a connection refused html page before doing a reload of the frontend. Fixed by @stffabi in PR

v2.4.0 - 2023-03-08

Ajouts

  • Added Webview GPU acceleration options for Windows and Linux. Added by @Lyimmi in PR
  • Added EnableFraudulentWebsiteDetection option to opt-in to scan services for fraudulent content, such as malware or phishing attempts. Older releases had the scan services per default activated. Added by @stffabi in PR
  • Allow an AssetServer Middleware to specify the Content-Type of a file served by the Assets fs.FS. Added by @stffabi in PR
  • The AssetServer now detects more mimetypes by extension, e.g. .mjs. Added by @stffabi in PR

Changements

  • Improved fullscreen mode for frameless window on Windows. Changed by @stffabi in PR, PR and PR
  • On Windows unmaximising a window has no effect anymore when the window is in fullscreen mode, this makes it consistent with e.g. macOS. Changed by @stffabi in PR
  • Frameless resize now sets the cursor on documentElement, otherwise resizing cursor won't be shown outside of the body rectangle. Changed by @stffabi in PR
  • Improved the --wails-draggable experience to be more reactive. Changed by @stffabi in PR
  • NSIS template now installs the shortcuts for all users and not only for the current user. Changed by @stffabi in PR

Corrections

  • Fixed failing build hooks when build/bin was missing. Fixed by @Lyimmi in PR
  • Fixed fullscreen mode for frameless window on Windows to fully cover the taskbar when changing into fullscreen from maximised state. Fixed by @stffabi in PR
  • Fixed set window background colour on Windows when setting the colour via runtime. Fixed by @stffabi in PR
  • Fixed the showing of a white border around a fullscreen window when DisableWindowIcon is active on Windows. Fixed by @stffabi in PR
  • Fixed the sometimes lagging drag experience with --wails-draggable on Windows. Fixed by @stffabi in PR
  • Fixed applying the default arch to platform flag in wails cli. If only a GOOS has been supplied as platform flag e.g. wails build --platform windows the current architecture wasn't applied and the build failed. Fixed by @stffabi in PR
  • Fixed a segfault on opening the inspector on older macOS versions. Fixed by @stffabi in PR
  • Fixed the macos single architecture builds not respecting an output file name specified with the '-o' flag. Fixed by @gwynforthewyn in PR
  • Fixed undo/redo on macOS. Fixed by @stffabi in PR
  • Fixed Events* runtime functions in JavaScript not returning the function to cancel the watcher. Fixed by @zllovesuki in PR
  • Fixed AppOptions merging defaults when a custom logger is used. Fixed by @stffabi in PR
  • Fixed race condition and missing unlock of mutex in events handling. Fixed by @stffabi in PR

v2.3.0 - 2022-12-29

Ajouts

  • Ajout de l'option OpenInspectorOnStartup au débogage pour permettre d'ouvrir le WebInspector au démarrage de l'application en mode débogage . Ajouté par @stffabi : PR
  • Sur MacOS, wails doctor affiche à présent la version de Xcode installée. Ajouté par @stffabi : PR
  • L'AssetServer supporte à présent les range-requests si l' Assets fs.FS importe io.ReadSeeker. Ajouté par @stffabi : PR
  • Ajouter une nouvelle propriété bindings dans le fichier de configuration wails.json. Plus d'informations sur la nouvelle propriété peuvent être trouvées dans le schéma mis à jour. Les propriétés prefix et suffix vous permettent de contrôler le nom d'entité TypeScript généré dans le fichier model.ts. Ajouté par @OlegGulevskyy dans PR
  • La méthode WindowSetAlwaysOnTop est maintenant exposée dans l'exécutable JS. Fixé par @gotid dans la PR
  • L'AssetServer prend maintenant en charge le service du fichier index.html lors de la demande d'un répertoire. Ajouté par @stffabi dans cette PR
  • Ajout du support de WebKit2GTK 2.36+ sous Linux. Cela apporte des fonctionnalités supplémentaires pour l' AssetServer, comme le support des méthodes HTTP et des en-têtes. L'application doit être compilée avec la balise Go webkit2_36 pour activer le support de ces fonctionnalités. Cela repousse également l'exigence minimale de WebKit2GTK à 2.36 pour votre application. Correction par @stffabi dans cette PR
  • Ajout de la prise en charge de la sélection des entrées de fichier sur macOS. Ajouté par @stffabi dans cette PR
  • Ajout du flux de requête/réponse de l'AssetServer sur macOS. Ajouté par @stffabi dans cette PR
  • Added request path checks for the AssetServer. Added by @stffabi in PR
  • Added new App Store guide. Added by @achhabra2 in PR
  • Added extra libwebkit check for dnf package manager (required for latest Fedora). Fixed by @NullCode1337 in this PR
  • Added new -nomodsync flag to disable the automatic syncing of the go.mod file. Added by @leaanthony in PR
  • Added support for adding prefix and postfix text to generated Typescript classes. Ajouté par @OlegGulevskyy dans PR
  • Added reference to NSIS as optional dependency. Added by @acheong08 in PR
  • Added Korean translation for the website. Added by @cybertramp in PR

Corrections

  • Le booléen activant la fonctionnalité noreload n'était pas utilisable dans le mode développement de wails. Corrigé par @stffabi dans cette PR
  • le dossier build/bin se dupliquait sur chaque rechargement en mode wails dev. Corrigé par @OlegGulevskyy dans cette PR
  • Empêcher une fine ligne blanche au bas d'une fenêtre sans cadre sous Windows. Correction par @stffabi dans cette PR
  • Meilleure gestion des signaux pour Linux. Corrigé par @leaanthony dans cette PR
  • Running the docs locally was broken due to mandatory crowdin token requirement. Fixed by @OlegGulevskyy in this PR
  • Generated typescript for Go functions that returned a single error was incorrect. Fixed by @ATenderholt in this PR
  • The right mouse event was not being raised correctly for Linux. Fixed by @leaanthony in this PR
  • Remove extra spaces in Wails version when querying go.mod. Fixed by @matholt in this PR
  • Fix go tests failure on Mac. Fixed by @avengerweb in this PR
  • Fix go test errors. Fixed by @misitebao & @avengerweb in these PRs
  • Added WindowSetAlwaysOnTop to the JS runtime. Fixé par @gotid dans la PR
  • Fixed obfuscated flag typo in docs. Fixed by @ckilb in PR
  • Fixed React Hash Router link in docs. Fixed by @marvinhosea in PR

Changements

  • Amélioration du message d'erreur si aucun index.html ne peut être trouvé dans les assets et de la validation des options d'assetserver. Changé par @stffabi dans cette PR
  • Promotion de Go WebView2Loader d'expérimental à stable. Cela signifie que maintenant, par défaut, toutes les constructions de Wails utilisent le nouveau chargeur introduit avec v2.2.0. L'ancien chargeur reste utilisable avec la balise de compilation native_webview2loader pour les prochaines versions. Changé par @stffabi dans cette PR
  • Restructuration du CLI. Modifié par @leaanthony dans cette PR
  • Suppression de code injoignable. Modifié par @tmclane dans cette PR

v2.2.0 - 2022-11-09

Ajouts

  • Wails utilise maintenant une implémentation native du dll de webview2loader de Microsoft. Cela signifie qu'il n'y a pas besoin d'intégrer le fichier Webview2Loader.dll dans vos binaires, ce qui signifie que vos fichiers seront ~130k plus petits ! Merci à @stffabi pour cette géniale contribution!
  • Cette version fournit beaucoup plus de contrôle sur la gestion des assets via les nouvelles options AssetServer. Cela vous permet de fournir votre propre gestionnaire d'assets et de le lier dans la chaîne de requête par le biais du middleware. Merci à @stffabi pour cette contribution géniale et @mholt pour la idée initiale et les tests complets.
  • Il est maintenant possible de personnaliser la mise en page de vos projets Wails en utilisant 2 nouvelles options dans wails.json:
    • build:dir peut être utilisé pour spécifier où résident les fichiers de compilation
    • frontend:dir peut être utilisé pour spécifier où résident les fichiers du frontend
    • Si go.mod n'est pas trouvé dans le même répertoire que wails.json, le cli va chercher les répertoires parents pour le trouver. Corrigé par @leaanthony dans cette PR
  • La sortie de couleur dans le CLI peut maintenant être désactivée en utilisant l'option --nocolor. Ceci est utile pour les pipelines CI/CD. Merci à @scottopell pour cette PR
  • Une définition de schéma JSON pour le fichier wails.json a été ajoutée. Les IDEs devraient maintenant fournir le code complet lors de l'édition de wails.json. Merci à @binyamin pour cette PR
  • Les méthodes EventsOn* retournent maintenant une fonction qui peut être appelée pour désenregistrer l'auditeur. Merci à @joshbuddy pour la PR

Corrections

  • Webview2 sous Windows renvoie un espace potentiel lors de la définition du style comme ce style="--wails-draggable: drag". Fixé par @stffabi dans https://github.com/wailsapp/wails/pull/1989
  • Les structures liées qui avaient des types de champ struct{} entraîneraient l'échec de la génération du code TypeScript. Merci à @ParkourLiu pour la PR
  • Lorsque vous maximisez une fenêtre sans cadre sur Windows avec plusieurs moniteurs, la fenêtre peut parfois devenir vide. Merci à @stffabi pour cette correction

Changements

  • Le guide de dépannage a été mis à jour pour fournir des conseils lorsque Vite ne démarre pas. Merci à @willdot pour cette correction.
  • Mises à jour de la documentation anglaise, chinoise et japonaise. Merci à @misitebao.

Déprécié

Nouveaux Contributeurs

v2.1.0 - 2022-10-18

Retraits

  • L'option RGBA dans options.App a été retirée. Utilisez BackgroundColour à la place.

Ajouts

Corrections

Changements

Nouveaux Contributeurs

v2.0.0 - 2022-09-22

Corrections

Changements

Nouveaux Contributeurs

v2.0.0-rc.1 - 2022-09-13

Déprécié

  • L'option -noGen pour la commande wails dev a été remplacé par -skipbindings. C'est pour s'aligner sur la commande wails build.

Ajouts

Corrections

Changements

Nouveaux Contributeurs

v2.0.0-beta.44 - 2022-08-20

Déprécié

L'attribut data-wails-drag est déprécié en faveur du style CSS suivant : style="--wails-draggable:drag". Vous pouvez utiliser style="--wails-draggable:no-drag" pour désactiver la fonctionnalité de déplacement. Pour cette version seulement, vous pouvez tester cela en définissant l'option d'application suivante :

Experimental: &options.Experimental{
UseCSSDrag: true,
},

Ajouts

Corrections

Changements

Nouveaux Contributeurs

v2.0.0-beta.43 - 2022-08-08

Ajouts

Corrections

Changements

Nouveaux Contributeurs

v2.0.0-beta.42 - 2022-07-25

Ajouts

  • Ajout des fonctions options.NewRGBA et options.NewRGB pour créer *options.RGBA par @leaanthony

Corrections

v2.0.0-beta.40 - 2022-07-24

Ajouts

Corrections

Changements

Déprécié

  • L'option Fullscreen de l'application est dépréciée. Veuillez utiliser WindowStartState à la place.

Nouveaux Contributeurs

v2.0.0-beta.39.2 - 2022-07-20

Ajouts

Corrections

v2.0.0-beta.39 - 2022-07-19

Ajouts

Corrections

Changements

Nouveaux Contributeurs

Journal des changements complet: https://github.com/wailsapp/wails/compare/v2.0.0-beta.38...v2.0.0-beta.39

v2.0.0-beta.38 - 2022-06-27

Ajouts

Corrections

Changements

Nouveaux Contributeurs

v2.0.0-beta.37 - 2022-05-26

Ajouts

Corrections

Changements

Nouveaux Contributeurs

v2.0.0-beta.36 - 2022-04-27

Corrections

Changements

  • Ajout de la méthode OnStartup aux modèles par défaut

v2.0.0-beta.35 - 2022-04-27

Modifications importantes

  • When data was sent to the EventsOn callback, it was being sent as a slice of values, instead of optional parameters to the method. EventsOn now works as expected, but you will need to update your code if you currently use this. More information
  • The broken bindings.js and bindings.d.ts files have been replaced by a new JS/TS code generation system. More details here

Ajouts

  • New Templates: Svelte, React, Vue, Preact, Lit and Vanilla templates, both JS and TS versions. wails init -l for more info.
  • Default templates now powered by Vite. This enables lightning fast reloads when you use wails dev!
  • Add support for external frontend development servers. See frontend:dev:serverUrl in the project config - @stffabi
  • Fully configurable dark mode for Windows.
  • Hugely improved WailsJS generation (both JavaScript and TypeScript)
  • Wails doctor now reports information about the wails installation - @stffabi
  • Added docs for code-signing and NSIS installer - @gardc
  • Add support for -trimpath build flag
  • Add support for a default AssetsHandler - @stffabi

Corrections

  • Improved mimetype detection for BOM marker and comments - @napalu
  • Remove duplicate mimetype entries - @napalu
  • Remove duplicate TypeScript imports in generated definition files - @adalessa
  • Add missing method declaration - @adalessa
  • Fix Linux sigabrt on start - @napalu
  • Double Click event now works on elements with data-wails-drag attribute - @jicg
  • Suppress resizing during minimize of a frameless window - @stffabi
  • Fixed TS/JS generation for Go methods with no returns
  • Fixed WailsJS being generated in project directory

Changements

  • La documentation du site Web est maintenant versionnée
  • Amélioration de l'appel à runtime.Environment
  • Améliorer l'action de proximité pour Mac
  • Un tas de mise à jour de sécurité dependabot
  • Amélioration du contenu du site - @misitebao
  • Mise à jour des soucis de modèles - @misitebao
  • Convertir les documents qui ne nécessitent pas de gestion de versions en pages individuelles
  • Utilisation d'Algolia pour les recherches sur le site web

v2.0.0-beta.34 - 2022-03-26

Ajouts

  • Ajouter le support de la fonction 'DomReady' sur linux par @napalu dans #1249
  • MacOS - Afficher l'extension par défaut par @leaanthony dans #1228

Corrections

  • [v2, nsis] On dirait que / comme séparateur de chemin ne fonctionne que pour certaines directives de manière cross-platform par @stffabi dans #1227
  • import des modèles sur la définition de bindings par @adalessa dans #123
  • Utilisation de la recherche locale sur le site web par @leaanthony en #1234
  • Ensure binary resources can be served by @napalu in #1240
  • Only retry loading assets when loading from disk by @leaanthony in #1241
  • [v2, windows] Fix maximised start state by @stffabi in #1243
  • Ensure Linux IsFullScreen uses GDK_WINDOW_STATE_FULLSCREEN bitmask appropriately. by @ianmjones in #1245
  • Correction de fuites de mémoire dans ExecJS pour Mac par @leaanthony dans #1230
  • Fix, or at least a workaround, for (#1232) by @BillBuilt in #1247
  • [v2] Use os.Args[0] for self starting wails by @stffabi in #1258
  • [v2, windows] Windows switch scheme: https -> http by @stefpap in #1255
  • Ensure Focus is regained by Webview2 when tabbing by @leaanthony in #1257
  • Try to focus window when Show() is called. by @leaanthony in #1212
  • Check system for user installed Linux dependencies by @leaanthony in #1180

Changements

  • Fonctionnalité(site web): synchronisation des documents et ajout de contenu par @misitebao dans #1215
  • refactor(cli): optimisation des modèles par défaut par @misitebao dans #1214
  • Ajout de l'exécution du watcher après la construction initiale de @leaanthony en #1216
  • Mise à jour de la documentation par @leaanthony dans #1218
  • Fonctionnalité(site web): optimisation du site Web et synchronisation les documents par @misitebao dans #1219
  • docs : synchronisation des documents par @misitebao dans #1224
  • Page d'index par défaut par @leaanthony dans #1229
  • Compatibilité avec win32 ajoutée par @fengweiqiang en #1238
  • docs : synchronisation des documents par @misitebao dans #1260

v2.0.0-beta.33 - 2022-03-05

Ajouts

  • Support de l'installateur NSIS pour la création d'installateurs pour les applications Windows - Merci @stffabi🎉
  • Nouvelle commande frontend:dev:watcher pour faire tourner des observateurs tiers en utilisant wails dev - Merci @stffabi🎉
  • Les modèles distants prennent maintenant en charge les tags de version - Merci @misitebao🎉

Corrections

  • Un certain nombre de corrections pour ARM Linux fournissant une amélioration considérable - Merci @ianmjones🎉
  • Correction de la référence potentielle de Nil lors de la découverte du chemin vers index.html
  • Correction d'un bug lors de l'utilisation des méthodes runtime.Log dans une version de production
  • Améliorations de la gestion interne des fichiers, ce qui signifie que les webworkers vont maintenant fonctionner sous Windows - Merci @stffabi🎉

Changements

  • Le bootstrapper Webview2 est maintenant exécutable en tant qu'utilisateur normal et ne nécessite plus les droits d'administration
  • La documentation a été améliorée et mise à jour
  • Guide de dépannage ajouté