Skip to content

Commit

Permalink
Release/v2.4.0 (#2470)
Browse files Browse the repository at this point in the history
* Release v2.4.0

* Add docs
  • Loading branch information
leaanthony committed Mar 8, 2023
1 parent 66bd24e commit ebc14de
Show file tree
Hide file tree
Showing 1,141 changed files with 13,305 additions and 54,877 deletions.
18 changes: 18 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
24 changes: 24 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion v2/cmd/wails/internal/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.3.1
v2.4.0
8 changes: 4 additions & 4 deletions v2/tools/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -83,5 +83,5 @@ func main() {
s.RM("version-" + oldestVersion + "-sidebars.json")
s.CD("..")

runCommand("pnpm", "run", "build")
runCommand("npx", "pnpm", "run", "build")
}

This file was deleted.

38 changes: 0 additions & 38 deletions website/i18n/en/docusaurus-plugin-content-docs/version-v2.0.0.json

This file was deleted.

38 changes: 0 additions & 38 deletions website/i18n/en/docusaurus-plugin-content-docs/version-v2.1.0.json

This file was deleted.

38 changes: 0 additions & 38 deletions website/i18n/en/docusaurus-plugin-content-docs/version-v2.2.0.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ebc14de

Please sign in to comment.