Skip to content

Commit

Permalink
Merge pull request #178 from wikimedia/itwiki
Browse files Browse the repository at this point in the history
Enable for Italian Wikipedia and prepare 0.18.0 release
  • Loading branch information
cimurah authored Apr 28, 2023
2 parents 545a90c + ee67a56 commit f23a8e7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 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.18.0] - 2023-04-28
### Changed
- Added support for Italian Wikipedia.
- Translation updates.

## [0.17.0] - 2023-04-26
### Changed
- Added support for French Wikipedia.
Expand Down Expand Up @@ -178,7 +183,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.17.0...HEAD
[Unreleased]: https://github.com/wikimedia/WhoWroteThat/compare/0.18.0...HEAD
[0.18.0]: https://github.com/wikimedia/WhoWroteThat/compare/0.17.0...0.18.0
[0.17.0]: https://github.com/wikimedia/WhoWroteThat/compare/0.16.2...0.17.0
[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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ The tool works on Wikipedias supported by the WhoColor API:
[German](https://de.wikipedia.org/),
[Basque](https://eu.wikipedia.org/),
[Turkish](https://tr.wikipedia.org/),
[Spanish](https://es.wikipedia.org/), and
[French](https://fr.wikipedia.org/).
[Spanish](https://es.wikipedia.org/)
[French](https://fr.wikipedia.org/), and
[Italian](https://it.wikipedia.org/)

## Installation for users

Expand Down
7 changes: 5 additions & 2 deletions build/extension_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,24 @@
"*://eu.wikipedia.org/*",
"*://tr.wikipedia.org/*",
"*://es.wikipedia.org/*",
"*://fr.wikipedia.org/*"
"*://fr.wikipedia.org/*",
"*://it.wikipedia.org/*"
],
"exclude_globs": [
"*://en.wikipedia.org/wiki/Special:*",
"*://de.wikipedia.org/wiki/Spezial:*",
"*://eu.wikipedia.org/wiki/Berezi:*",
"*://tr.wikipedia.org/wiki/%C3%96zel:*",
"*://fr.wikipedia.org/wiki/Sp%C3%A9cial:*",
"*://it.wikipedia.org/wiki/Speciale:*",
"*://es.wikipedia.org/wiki/Especial:*",
"*://en.wikipedia.org/*title=Special:*",
"*://de.wikipedia.org/*title=Spezial:*",
"*://eu.wikipedia.org/*title=Berezi:*",
"*://tr.wikipedia.org/*title=%C3%96zel:*",
"*://es.wikipedia.org/*title=Especial:*",
"*://fr.wikipedia.org/*title=Sp%C3%A9cial:*"
"*://fr.wikipedia.org/*title=Sp%C3%A9cial:*",
"*://it.wikipedia.org/*title=Speciale:"
],
"js": [ "js/contentScript.js" ],
"css": [ "generated.whowrotethat.css" ],
Expand Down
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.17.0",
"version": "0.18.0",
"license": "MIT",
"webExt": {
"sourceDir": "dist/extension/",
Expand Down

0 comments on commit f23a8e7

Please sign in to comment.