diff --git a/CHANGELOG.md b/CHANGELOG.md index 983e1ae..c82f5c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,4 +19,11 @@ ## [1.1.0] - 2020-10-11 ### Added - You can now add custom URL configurations eg. for 3rd party apps. -- Added the admin site URL configurations. \ No newline at end of file +- Added the admin site URL configurations. + +## [1.1.1] - 2020-12-02 + +### Fixed +- Removed Admin URL configs when the project is not a Django one. [Issue here](https://github.com/muremwa/read-urls-extension/issues/3). +- Tooltips changed. +- `vscode.workspace.rootPath` is depracated, updated to `vscode.workspace.workspaceFolders`. \ No newline at end of file diff --git a/README.md b/README.md index 72bc2b0..c6f2297 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Django Urls configurations Reader. -Reads all urls configurations declared in a Django project. +Reads all urls configurations declared in a Django project and copy to clipboard. -Gives the option of copying the url as reverse, reverse_lazy or as a template tag. +Gives the option of copying the url as __reverse__, __reverse_lazy__ or as a __template tag__ to your __clipboard__. Install from [here](https://marketplace.visualstudio.com/items?itemName=muremwa.read-urls). Jump to: • [Usage](#usage). @@ -11,7 +11,7 @@ Jump to: - - - -## Usage. +## Usage. The extension adds a view on your side bar with the. Navigate to that view and click to open it and activate the extension. @@ -133,5 +133,6 @@ _Changes to detect models automatically are in development._ - - - ## MISC -Created by [Muremwa](https://github.com/muremwa/). -Released under the [MIT License](LICENSE). \ No newline at end of file +• Created by [Muremwa](https://github.com/muremwa/). +• Copying to clipboard made possible by [clipboardy](https://github.com/sindresorhus/clipboardy). +• Released under the [MIT License](LICENSE). \ No newline at end of file diff --git a/package.json b/package.json index 42195ba..84c1a5d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "read-urls", "displayName": "django-urls-reader", "description": "Read a django project URL configurations.", - "version": "1.1.0", + "version": "1.1.1", "publisher": "muremwa", "icon": "media/ex_icon.png", "engines": {