Skip to content

Commit

Permalink
Merge pull request #175 from wikimedia/0.16.2-release
Browse files Browse the repository at this point in the history
Prepare 0.16.2 release
  • Loading branch information
theresnotime authored Sep 14, 2022
2 parents 7fdd2c5 + 4b17595 commit b2e5925
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.2] - 2022-09-14
### Changed
- Remove unused for_reference-greasemonkey_code.js file.
- Translation updates.

## [0.16.1] - 2022-07-29
### Fixed
- Handle pages that have multiple instances of .mw-parser-output
Expand Down Expand Up @@ -168,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First tagged release
- Internationalization improvements

[Unreleased]: https://github.com/wikimedia/WhoWroteThat/compare/0.16.1...HEAD
[Unreleased]: https://github.com/wikimedia/WhoWroteThat/compare/0.16.2...HEAD
[0.16.2]: https://github.com/wikimedia/WhoWroteThat/compare/0.16.1...0.16.2
[0.16.1]: https://github.com/wikimedia/WhoWroteThat/compare/0.16.0...0.16.1
[0.16.0]: https://github.com/wikimedia/WhoWroteThat/compare/0.15.4...0.16.0
[0.15.4]: https://github.com/wikimedia/WhoWroteThat/compare/0.15.3...0.15.4
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ The tool works on Wikipedias supported by the WhoColor API:

1. Clone the repo: `git clone https://github.com/wikimedia/whowrotethat.git`
2. Go into its directory: `cd whowrotethat`
2. Run `npm install`
3.
3. Make sure you're using the Node version specified by the .nvmrc file.
4. Run `npm install`
5.
* **Firefox:**
1. Run `grunt run`
2. This will open Firefox to a random page on English Wikipedia,
Expand Down Expand Up @@ -97,11 +98,11 @@ This is done with the `grunt checkListings` and `grunt checkListings:beta` comma
These will report any discrepancies with the published names or descriptions of the extension,
which will need to be resolved manually (because there's no editing API for the browser store).

To manually update the locales, go to https://addons.mozilla.org/en-US/developers/addon/whowrotethat/edit,
To manually update the locales, go to https://addons.mozilla.org/en-US/developers/addon/whowrotethat/edit,
select the locale that needs to be updated from the `Localize for:` dropdown, and update the corresponding fields
mentioned in the `grunt checkListings` report.
mentioned in the `grunt checkListings` report.

There might be locales in the grunt report that are supported by the extension but not availabe in the locales list at the Firefox add-ons store.
There might be locales in the grunt report that are supported by the extension but not availabe in the locales list at the Firefox add-ons store.

Localization is not required for Chrome,
because it reads all names and descriptions from the `_locales/` files.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"repository": "https://github.com/wikimedia/WhoWroteThat",
"version": "0.16.1",
"version": "0.16.2",
"license": "MIT",
"webExt": {
"sourceDir": "dist/extension/",
Expand Down

0 comments on commit b2e5925

Please sign in to comment.