Skip to content

Commit 174dfec

Browse files
authored
Merge branch 'master' into feature/4240_content_privacy_flag_for_windows_and_macos
2 parents 1def439 + d1838f4 commit 174dfec

File tree

12 files changed

+13
-11
lines changed

12 files changed

+13
-11
lines changed

website/i18n/ar/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"description": "The label of footer link with label=Blog linking to /blog"
4545
},
4646
"copyright": {
47-
"message": "Copyright © 2022 Lea Anthony",
47+
"message": "Copyright © 2025 Lea Anthony",
4848
"description": "The footer copyright"
4949
},
5050
"link.item.label.Awesome": {

website/i18n/en/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"description": "The label of footer link with label=Blog linking to /blog"
4545
},
4646
"copyright": {
47-
"message": "Copyright © 2022 Lea Anthony",
47+
"message": "Copyright © 2025 Lea Anthony",
4848
"description": "The footer copyright"
4949
},
5050
"link.item.label.Awesome": {

website/i18n/fr/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"description": "The label of footer link with label=Blog linking to /blog"
4545
},
4646
"copyright": {
47-
"message": "Copyright © 2022 Lea Anthony",
47+
"message": "Copyright © 2025 Lea Anthony",
4848
"description": "The footer copyright"
4949
},
5050
"link.item.label.Awesome": {

website/i18n/ja/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"description": "The label of footer link with label=Blog linking to /blog"
4545
},
4646
"copyright": {
47-
"message": "Copyright © 2022 Lea Anthony",
47+
"message": "Copyright © 2025 Lea Anthony",
4848
"description": "The footer copyright"
4949
},
5050
"link.item.label.Awesome": {

website/i18n/ko/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"description": "The label of footer link with label=Blog linking to /blog"
4545
},
4646
"copyright": {
47-
"message": "Copyright © 2022 Lea Anthony",
47+
"message": "Copyright © 2025 Lea Anthony",
4848
"description": "The footer copyright"
4949
},
5050
"link.item.label.Awesome": {

website/i18n/pt/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"description": "The label of footer link with label=Blog linking to /blog"
4545
},
4646
"copyright": {
47-
"message": "Copyright © 2022 Lea Anthony",
47+
"message": "Copyright © 2025 Lea Anthony",
4848
"description": "The footer copyright"
4949
},
5050
"link.item.label.Awesome": {

website/i18n/ru/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"description": "The label of footer link with label=Blog linking to /blog"
4545
},
4646
"copyright": {
47-
"message": "Copyright © 2022 Lea Anthony",
47+
"message": "Copyright © 2025 Lea Anthony",
4848
"description": "The footer copyright"
4949
},
5050
"link.item.label.Awesome": {

website/i18n/tr/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"description": "The label of footer link with label=Blog linking to /blog"
4545
},
4646
"copyright": {
47-
"message": "Copyright © 2022 Lea Anthony",
47+
"message": "Copyright © 2025 Lea Anthony",
4848
"description": "The footer copyright"
4949
},
5050
"link.item.label.Awesome": {

website/i18n/vi/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"description": "The label of footer link with label=Blog linking to /blog"
4545
},
4646
"copyright": {
47-
"message": "Bản Quyền Thuộc Về © 2022 Lea Anthony",
47+
"message": "Bản Quyền Thuộc Về © 2025 Lea Anthony",
4848
"description": "The footer copyright"
4949
},
5050
"link.item.label.Awesome": {

website/i18n/zh-Hans/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"description": "The label of footer link with label=Blog linking to /blog"
4545
},
4646
"copyright": {
47-
"message": "Copyright © 2022 Lea Anthony",
47+
"message": "Copyright © 2025 Lea Anthony",
4848
"description": "The footer copyright"
4949
},
5050
"link.item.label.Awesome": {

website/src/pages/changelog.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
## [Unreleased]
1616

1717
### Fixed
18-
- Fixed Window size issues on Wayland [PR](https://github.com/wailsapp/wails/pull/4047) by [@lyimmi](https://github.com/lyimmi)
18+
- Fixed Window size issues on Wayland [PR](https://github.com/wailsapp/wails/pull/4047) by [@lyimmi](https://github.com/lyimmi)
1919

2020

2121
### Changed
2222
- Updated recommendation for Svelte router in [#4085](https://github.com/wailsapp/wails/pull/4085) by [@benmccann](https://github.com/benmccann)
2323
- Updated documentation to clarify `WebviewGpuPolicy` default behavior on Linux in [#4162](https://github.com/wailsapp/wails/pull/4162) by [@brianetaveras](https://github.com/brianetaveras)
24+
- Updated documentation to display the correct copyright year in [#4243](https://github.com/wailsapp/wails/pull/4243) by [@nnashwin](https://github.com/nnashwin)
2425

2526
### Added
2627
- Added "Branding" section to `wails doctor` to correctly identify Windows 11 [#3891](https://github.com/wailsapp/wails/pull/3891) by [@ronen25](https://github.com/ronen25)

website/versioned_docs/version-v2.10/community/templates.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for
7070
## Pure JavaScript (Vanilla)
7171

7272
- [wails-pure-js-template](https://github.com/KiddoV/wails-pure-js-template) - A template with nothing but just basic JavaScript, HTML, and CSS
73+
- [Wails Vanilla JS Template](https://github.com/sid-the-sloth1/wails-vanillaJSWithRouter-template) - A vanilla JS template with page navigation support.
7374

7475

7576
## Lit (web components)

0 commit comments

Comments
 (0)