Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
feat: update source content
Browse files Browse the repository at this point in the history
  • Loading branch information
electron-bot committed May 29, 2020
1 parent 8fea877 commit 9097eb4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions content/current/en-US/website/blog/app-feedback-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ date: '2018-10-02'

Electron is working on making its release cycles faster and more stable. To make that possible, we've started the App Feedback Program for large-scale Electron apps to test our beta releases and report app-specific issues to us. This helps us to prioritize work that will get applications upgraded to our next stable release sooner.

Edit (2020-05-21): This program has been retired.

---

## Who can join?
Expand Down
2 changes: 1 addition & 1 deletion content/current/en-US/website/blog/electron-9-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See the [9.0.0 release notes](https://github.com/electron/electron/releases/tag/

## Breaking Changes

* Deprecation warning when using `remote` without `enableRemoteModle: true`. [#21546](https://github.com/electron/electron/pull/21546)
* Deprecation warning when using `remote` without `enableRemoteModule: true`. [#21546](https://github.com/electron/electron/pull/21546)
* This is the first step in our plans for deprecating the `remote` module and moving it to userland. You can read and follow [this issue](https://github.com/electron/electron/issues/21408) that details our reasons for this and includes a proposed timeline for deprecation.
* Set `app.enableRendererProcessReuse` to true by default. [#22336](https://github.com/electron/electron/pull/22336)
* This is continued work for a future requirement that native Node modules loaded in the renderer process be either [N-API](https://nodejs.org/api/n-api.html) or [Context Aware](https://nodejs.org/api/addons.html#addons_context_aware_addons). Full info and proposed timeline is detailed in [this issue](https://github.com/electron/electron/issues/18397).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"automerge": "ts-node ./script/automerge.ts"
},
"electronLatestStableTag": "v9.0.0",
"electronMasterBranchCommit": "e8ea007104b81accb588f27b81cc15345eaf954b",
"electronMasterBranchCommit": "9dec16d81eba478483ca8d274d4f60379e4d6dfc",
"engines": {
"node": ">=10"
},
Expand Down
12 changes: 6 additions & 6 deletions stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"name": "Arabic",
"code": "ar",
"phrases": "65822",
"translated": "7777",
"translated": "7787",
"approved": "5747",
"words": "632677",
"words_translated": "50031",
"words_translated": "50166",
"words_approved": "36586",
"translated_progress": 7,
"approved_progress": 5,
"qa_issues": 620
"qa_issues": 621
},
{
"name": "Bulgarian",
Expand Down Expand Up @@ -185,14 +185,14 @@
"name": "Korean",
"code": "ko",
"phrases": "65822",
"translated": "29400",
"translated": "29488",
"approved": "21779",
"words": "632677",
"words_translated": "260516",
"words_translated": "262116",
"words_approved": "180878",
"translated_progress": 41,
"approved_progress": 28,
"qa_issues": 2596
"qa_issues": 2614
},
{
"name": "Persian",
Expand Down
6 changes: 3 additions & 3 deletions wordcount.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Stat | Value
---- | -----
total files | 278
total words | 267959
total words | 267968
unique words | 12677
average words per file | 963

Expand All @@ -14,7 +14,7 @@ average words per file | 963
Stat | Value
---- | -----
total files | 68
total words | 47956
total words | 47965
unique words | 6079
average words per file | 705

Expand All @@ -23,6 +23,6 @@ average words per file | 705
Stat | Value
---- | -----
total files | 7239
total words | 5422717
total words | 5422726
unique words | 91107
average words per file | 749

0 comments on commit 9097eb4

Please sign in to comment.