Skip to content

Commit

Permalink
Merge pull request #187 from wikimedia/0.22.0
Browse files Browse the repository at this point in the history
Enable for Arabic Wikipedia and bump version
  • Loading branch information
cimurah committed Mar 15, 2024
2 parents 87e4a3d + 9c042c5 commit 7719520
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.22.0] - 2024-03-14
### Changed
- Added support for Arabic Wikipedia.

## [0.21.0] - 2024-02-28
### Fixed
- Fix compatibility with Vector 2022 and pages using status indicators.
Expand Down Expand Up @@ -204,7 +208,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.21.0...HEAD
[Unreleased]: https://github.com/wikimedia/WhoWroteThat/compare/0.22.0...HEAD
[0.21.1]: https://github.com/wikimedia/WhoWroteThat/compare/0.21.0...0.22.0
[0.21.0]: https://github.com/wikimedia/WhoWroteThat/compare/0.20.0...0.21.0
[0.20.0]: https://github.com/wikimedia/WhoWroteThat/compare/0.19.0...0.20.0
[0.19.0]: https://github.com/wikimedia/WhoWroteThat/compare/0.18.0...0.19.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Table of Contents:
## Supported Wikipedias

The tool works on Wikipedias supported by the WhoColor API:
[Arabic](https://ar.wikipedia.org/),
[Basque](https://eu.wikipedia.org/),
[English](https://en.wikipedia.org/),
[Dutch](https://nl.wikipedia.org/),
Expand Down
3 changes: 3 additions & 0 deletions build/extension_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"content_scripts": [ {
"matches": [
"*://ar.wikipedia.org/*",
"*://de.wikipedia.org/*",
"*://en.wikipedia.org/*",
"*://es.wikipedia.org/*",
Expand All @@ -33,6 +34,8 @@
"*://tr.wikipedia.org/*"
],
"exclude_globs": [
"*://ar.wikipedia.org/*title=%D8%AE%D8%A7%D8%B5:*",
"*://ar.wikipedia.org/wiki/%D8%AE%D8%A7%D8%B5:*",
"*://de.wikipedia.org/*title=Spezial:*",
"*://de.wikipedia.org/wiki/Spezial:*",
"*://en.wikipedia.org/*title=Special:*",
Expand Down
4 changes: 2 additions & 2 deletions 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.21.0",
"version": "0.22.0",
"license": "MIT",
"webExt": {
"sourceDir": "dist/extension/",
Expand Down

0 comments on commit 7719520

Please sign in to comment.