Skip to content

Commit 309f381

Browse files
committed
Added CHANGELOG.md
1 parent e590a70 commit 309f381

3 files changed

Lines changed: 19 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
## 1.2.4
3+
- Added Changelog
4+
5+
## 1.2.3
6+
- Fixed ReferenceError for `name` variable for repos with submodules.
7+
8+
## 1.2.2
9+
- Fixed bug in exception handlers, upgraded `vsce` to `1.1.0`.
10+
11+
## 1.2.0
12+
- RAW url commands, bug fix for preview windows.
13+
14+
## 1.1.0
15+
- Sub-Module Support
16+
17+
## 1.0.0
18+
- Initial Release

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ Usage: `Ctrl+Alt+Z` gets url for all open files and copies them to clipboard
1010

1111
Full git sub-module support now included.
1212

13-
# Version History
14-
- `1.2.3:` Fixed ReferenceError for `name` variable for repos with submodules.
15-
- `1.2.2:` Fixed bug in exception handlers, upgraded `vsce` to `1.1.0`.
16-
- `1.2.0:` RAW url commands, bug fix for preview windows.
17-
- `1.1.0:` Sub-Module Support
18-
- `1.0.0:` Initial Release
19-
2013
# Install
2114

2215
1. Within Visual Studio Code, open the command palette (`Ctrl-Shift-P` / `Cmd-Shift-P`)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-github-file-folder-url",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"publisher": "cycloware",
55
"displayName": "VsCode - Github-File-Folder-Url",
66
"description": "VsCode Extension that gets a Github url with optional line selection for files and folders.",

0 commit comments

Comments
 (0)