Release/v2.4.0 (#2470)

* Release v2.4.0

* Add docs
This commit is contained in:
Lea Anthony
2023-03-08 23:27:23 +11:00
committed by GitHub
parent 66bd24e184
commit ebc14debdf
1141 changed files with 13305 additions and 54877 deletions
+18
View File
@@ -1841,6 +1841,24 @@
"contributions": [
"code"
]
},
{
"login": "allcontributors[bot]",
"name": "allcontributors[bot]",
"avatar_url": "https://avatars.githubusercontent.com/in/23186?v=4",
"profile": "https://github.com/apps/allcontributors",
"contributions": [
"doc"
]
},
{
"login": "wandercn",
"name": "wander",
"avatar_url": "https://avatars.githubusercontent.com/u/77320953?v=4",
"profile": "https://www.ffactory.org/",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 8,
+4 -1
View File
@@ -91,9 +91,12 @@ The installation instructions are on the [official website](https://wails.io/doc
## Sponsors
This project is supported by these kind people / companies:
<img src="website/static/img/sponsors.svg" style="width:100%;max-width:800px;"/>
<p align="center">
<img src="https://wails.io/img/sponsor/jetbrains-grayscale.webp" style="width: 100px"/>
</p>
## FAQ
- Is this an alternative to Electron?
+24
View File
@@ -0,0 +1,24 @@
# https://taskfile.dev
version: '3'
vars:
GREETING: Hello, World!
tasks:
check-contributors:
cmds:
- npx -y all-contributors-cli check
update-contributors:
cmds:
- go run v3/tasks/contribs/main.go
build-contributors:
cmds:
- npx -y all-contributors-cli generate
release:
dir: v2/tools/release
cmds:
- go run release.go
+1 -1
View File
@@ -1 +1 @@
v2.3.1
v2.4.0
+4 -4
View File
@@ -54,13 +54,13 @@ func main() {
}
s.CD("../../../website")
runCommand("pnpm", "install")
runCommand("npx", "-y", "pnpm", "install")
s.ECHO("Generating new Docs for version: " + newVersion)
runCommand("pnpm", "run", "docusaurus", "docs:version", newVersion)
runCommand("npx", "pnpm", "run", "docusaurus", "docs:version", newVersion)
runCommand("pnpm", "run", "write-translations")
runCommand("npx", "pnpm", "run", "write-translations")
// Load the version list/*
versionsData, err := os.ReadFile("versions.json")
@@ -83,5 +83,5 @@ func main() {
s.RM("version-" + oldestVersion + "-sidebars.json")
s.CD("..")
runCommand("pnpm", "run", "build")
runCommand("npx", "pnpm", "run", "build")
}
@@ -1,38 +0,0 @@
{
"version.label": {
"message": "v2.0.0-rc.1",
"description": "The label for version v2.0.0-rc.1"
},
"sidebar.docs.category.Getting Started": {
"message": "Getting Started",
"description": "The label for category Getting Started in sidebar docs"
},
"sidebar.docs.category.Reference": {
"message": "Reference",
"description": "The label for category Reference in sidebar docs"
},
"sidebar.docs.category.Runtime": {
"message": "Runtime",
"description": "The label for category Runtime in sidebar docs"
},
"sidebar.docs.category.Community": {
"message": "Community",
"description": "The label for category Community in sidebar docs"
},
"sidebar.docs.category.Showcase": {
"message": "Showcase",
"description": "The label for category Showcase in sidebar docs"
},
"sidebar.docs.category.Guides": {
"message": "Guides",
"description": "The label for category Guides in sidebar docs"
},
"sidebar.docs.category.Tutorials": {
"message": "Tutorials",
"description": "The label for category Tutorials in sidebar docs"
},
"sidebar.docs.link.Contributing": {
"message": "Contributing",
"description": "The label for link Contributing in sidebar docs, linking to /community-guide#ways-of-contributing"
}
}
@@ -1,38 +0,0 @@
{
"version.label": {
"message": "v2.0.0",
"description": "The label for version v2.0.0"
},
"sidebar.docs.category.Getting Started": {
"message": "Getting Started",
"description": "The label for category Getting Started in sidebar docs"
},
"sidebar.docs.category.Reference": {
"message": "Reference",
"description": "The label for category Reference in sidebar docs"
},
"sidebar.docs.category.Runtime": {
"message": "Runtime",
"description": "The label for category Runtime in sidebar docs"
},
"sidebar.docs.category.Community": {
"message": "Community",
"description": "The label for category Community in sidebar docs"
},
"sidebar.docs.category.Showcase": {
"message": "Showcase",
"description": "The label for category Showcase in sidebar docs"
},
"sidebar.docs.category.Guides": {
"message": "Guides",
"description": "The label for category Guides in sidebar docs"
},
"sidebar.docs.category.Tutorials": {
"message": "Tutorials",
"description": "The label for category Tutorials in sidebar docs"
},
"sidebar.docs.link.Contributing": {
"message": "Contributing",
"description": "The label for link Contributing in sidebar docs, linking to /community-guide#ways-of-contributing"
}
}
@@ -1,38 +0,0 @@
{
"version.label": {
"message": "v2.1.0",
"description": "The label for version v2.1.0"
},
"sidebar.docs.category.Getting Started": {
"message": "Getting Started",
"description": "The label for category Getting Started in sidebar docs"
},
"sidebar.docs.category.Reference": {
"message": "Reference",
"description": "The label for category Reference in sidebar docs"
},
"sidebar.docs.category.Runtime": {
"message": "Runtime",
"description": "The label for category Runtime in sidebar docs"
},
"sidebar.docs.category.Community": {
"message": "Community",
"description": "The label for category Community in sidebar docs"
},
"sidebar.docs.category.Showcase": {
"message": "Showcase",
"description": "The label for category Showcase in sidebar docs"
},
"sidebar.docs.category.Guides": {
"message": "Guides",
"description": "The label for category Guides in sidebar docs"
},
"sidebar.docs.category.Tutorials": {
"message": "Tutorials",
"description": "The label for category Tutorials in sidebar docs"
},
"sidebar.docs.link.Contributing": {
"message": "Contributing",
"description": "The label for link Contributing in sidebar docs, linking to /community-guide#ways-of-contributing"
}
}
@@ -1,38 +0,0 @@
{
"version.label": {
"message": "v2.2.0",
"description": "The label for version v2.2.0"
},
"sidebar.docs.category.Getting Started": {
"message": "Getting Started",
"description": "The label for category Getting Started in sidebar docs"
},
"sidebar.docs.category.Reference": {
"message": "Reference",
"description": "The label for category Reference in sidebar docs"
},
"sidebar.docs.category.Runtime": {
"message": "Runtime",
"description": "The label for category Runtime in sidebar docs"
},
"sidebar.docs.category.Community": {
"message": "Community",
"description": "The label for category Community in sidebar docs"
},
"sidebar.docs.category.Showcase": {
"message": "Showcase",
"description": "The label for category Showcase in sidebar docs"
},
"sidebar.docs.category.Guides": {
"message": "Guides",
"description": "The label for category Guides in sidebar docs"
},
"sidebar.docs.category.Tutorials": {
"message": "Tutorials",
"description": "The label for category Tutorials in sidebar docs"
},
"sidebar.docs.link.Contributing": {
"message": "Contributing",
"description": "The label for link Contributing in sidebar docs, linking to /community-guide#ways-of-contributing"
}
}
@@ -1,7 +1,7 @@
{
"version.label": {
"message": "v2.3.0",
"description": "The label for version v2.3.0"
"message": "v2.4.0",
"description": "The label for version v2.4.0"
},
"sidebar.docs.category.Getting Started": {
"message": "Getting Started",
@@ -12,8 +12,7 @@ La [liste définitive](https://github.com/wailsapp/awesome-wails) de liens relat
## Canaux de support
- [Gophers Slack Channel](https://gophers.slack.com/messages/CJ4P9F7MZ/)
- [Gophers Slack Channel Invite](https://invite.slack.golangbridge.org/)
- [Wails Discord Server](https://discord.gg/JDdSxwjhGf)
- [Github Issues](https://github.com/wailsapp/wails/issues)
- [canal de discussion sur la bêta v2](https://github.com/wailsapp/wails/discussions/828)

Some files were not shown because too many files have changed in this diff Show More