From bc9327100f80688fcafd8f9d28c680488c1f47c3 Mon Sep 17 00:00:00 2001 From: Doug Harris Date: Sun, 10 Jan 2021 23:19:37 -0500 Subject: [PATCH] Packaging release 1.0.3 --- CHANGELOG.md | 9 ++++++++- README.md | 2 ++ manifest.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c2669..b52b2cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.3] - 2020-01-10 + +### Added + +- Extension popup which shows current preferred versions and an option to reset. + ### Fixed - Fixed issue #4 which choked for python version "3.10 (dev)" @@ -34,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release - Support for Django, PostgreSQL, and Python -[unreleased]: https://github.com/dougharris/unified_docs_switcher/compare/1.0.2...main +[unreleased]: https://github.com/dougharris/unified_docs_switcher/compare/1.0.3...main +[1.0.3]: https://github.com/dougharris/unified_docs_switcher/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/dougharris/unified_docs_switcher/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/dougharris/unified_docs_switcher/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/dougharris/unified_docs_switcher/releases/tag/1.0.0 diff --git a/README.md b/README.md index c2ab00d..472b9c8 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ The extension is available on: ## Bugs & Feature Requests +**Troubleshooting:** Pressing the extension's button on your browser's toolbar shows your current preferred versions for all sites. Clicking "Reset all to default versions" sets your preferred versions for all sites back to the default values. + Add an [issue on the Github repo](https://github.com/dougharris/unified_docs_switcher/issues). If you'd like to see a new documentation site handled by this extension, add a [new issue with the "new docs template" label](https://github.com/dougharris/unified_docs_switcher/issues/new?assignees=&labels=new+docs+platform&template=new-documentation-platform.md&title=) diff --git a/manifest.json b/manifest.json index c4670ed..846efe3 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Unified Docs Switcher", "description": "Automatically redirect to preferred documentation version for many projects", "author": "Doug Harris", - "version": "1.0.2", + "version": "1.0.3", "icons": { "48": "books48.png", "128": "books.png"