Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
muremwa committed Dec 2, 2020
1 parent 92fb3ba commit 3e71743
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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`.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand All @@ -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.

Expand Down Expand Up @@ -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).
• 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).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 3e71743

Please sign in to comment.