diff --git a/README.md b/README.md index 136c654..571a624 100644 --- a/README.md +++ b/README.md @@ -7,24 +7,15 @@ If English isn't your main language, it's easy to change the language Wikipedia __Wikipedia is a trademark of the Wikimedia Foundation.__ --------------------------------------------------------- +__New in Wikipedia Search 8.0.1:__ +* New icon! + __New in Wikipedia Search 8.0:__ * Updated settings page with auto-save. * Added support for settings shortcut to Opera. * Added support for the Urdu, Phasa Thai, and Min Nan Wikipedias. * Cleaned up code. -__New in Wikipedia Search 7.0.2:__ -* Added warning when using Wikipedia Search over HTTP connection. - -__New in Wikipedia Search 7.0.1:__ -* Added settings button to Wikipedia pages when side panel is disabled. - -__New in Wikipedia Search 7.0:__ -* Panel improvements: The Wikipedia Search panel (on the left side when browsing Wikipedia) has been improved and now correctly matches Wikipedia's design. -* New language: Added support for the Estonian, Georgian, Chechen, and Bulgarian Wikipedias. -* Code cleanup: Wikipedia Search 7.0's codebase has been improved, especially with content scripts being adjusted to work much better. -* Slightly updated icon - --------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/img/icon128.png b/img/icon128.png index f19935e..f72cd6a 100644 Binary files a/img/icon128.png and b/img/icon128.png differ diff --git a/img/icon16.png b/img/icon16.png index 4c100df..dd45ad8 100644 Binary files a/img/icon16.png and b/img/icon16.png differ diff --git a/img/icon32.png b/img/icon32.png index 7d7111b..6db4705 100644 Binary files a/img/icon32.png and b/img/icon32.png differ diff --git a/img/icon48.png b/img/icon48.png index 12f260c..7cac2c4 100644 Binary files a/img/icon48.png and b/img/icon48.png differ diff --git a/manifest.json b/manifest.json index ac51ffc..3f4e235 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Wikipedia Search", - "version": "8.0", + "version": "8.0.1", "author": "Corbin Davenport", "homepage_url": "https://github.com/corbindavenport/wikipedia-search", "description": "Search Wikipedia in every language from the address bar.", diff --git a/welcome.html b/welcome.html index b1f1538..661e75b 100644 --- a/welcome.html +++ b/welcome.html @@ -24,6 +24,7 @@

What's New?

New languages: Added support for the Urdu, Phasa Thai, and Min Nan Wikipedias.

Code cleanup: Wikipedia Search 8.0 has moved much of the JavaScript code to JQuery, as well as other improvements.

And lots of minor bug fixes!

+

New in Wikipedia Search 8.0.1: New icon!

Getting Started