Skip to content

Commit 8024184

Browse files
committed
Updated and released v1.0.0
1 parent 962aa4f commit 8024184

File tree

5 files changed

+178
-157
lines changed

5 files changed

+178
-157
lines changed

CHANGELOG.md

Lines changed: 103 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,154 +1,178 @@
1-
**v0.10.0**
2-
=============================================
1+
# **v1.0.1**
32

43
## What's New
5-
- Added refresh button to source control view
4+
5+
* updated changelog
6+
7+
# **v1.0.0**
8+
9+
## What's New
10+
11+
* Status bar added to see current branch and the ability to create/swap branches
12+
* The extension is now written in typescript
13+
* Error messages should now be more readable
14+
* The ability to view diff against HEAD
615

716
## Bug Fixes
8-
- Esc now cancels commit rather than committing with undefined message
917

10-
**v0.9.0**
11-
=============================================
18+
* Character encoding should be automatically picked up
19+
* Commiting show work
20+
* should show all repo in multi-root workspaces
21+
* Changes should now update automatically
22+
23+
# **v0.10.0**
1224

1325
## What's New
14-
- Right click option to commit files in "changes"
1526

16-
**v0.8.10**
17-
=============================================
27+
* Added refresh button to source control view
1828

1929
## Bug Fixes
20-
- Using the source control commit box should only commit changes listed
21-
- Re-fixed no changes showing.
2230

23-
**v0.8.9**
24-
=============================================
31+
* Esc now cancels commit rather than committing with undefined message
32+
33+
# **v0.9.0**
34+
35+
## What's New
36+
37+
* Right click option to commit files in "changes"
38+
39+
# **v0.8.10**
2540

2641
## Bug Fixes
27-
- Fixed Missing icons
28-
- Fixed all changes showing as untracked
2942

30-
**v0.8.8**
31-
=============================================
43+
* Using the source control commit box should only commit changes listed
44+
* Re-fixed no changes showing.
45+
46+
# **v0.8.9**
3247

3348
## Bug Fixes
34-
- Fixed issue were no changes should show but last change was still present
35-
- Removed SVN 1.9 requirement
3649

37-
**v0.8.7**
38-
=============================================
50+
* Fixed Missing icons
51+
* Fixed all changes showing as untracked
52+
53+
# **v0.8.8**
3954

4055
## Bug Fixes
41-
- Fixed source view file click when in nested folder
4256

43-
**v0.8.6**
44-
=============================================
57+
* Fixed issue were no changes should show but last change was still present
58+
* Removed SVN 1.9 requirement
59+
60+
# **v0.8.7**
4561

4662
## Bug Fixes
47-
- Fixed issue with path not showing correctly when with history
4863

49-
**v0.8.5**
50-
=============================================
64+
* Fixed source view file click when in nested folder
65+
66+
# **v0.8.6**
67+
68+
## Bug Fixes
69+
70+
* Fixed issue with path not showing correctly when with history
71+
72+
# **v0.8.5**
5173

5274
## Changes
53-
- Removed svn-spawn
5475

55-
**v0.8.4**
56-
=============================================
76+
* Removed svn-spawn
77+
78+
# **v0.8.4**
5779

5880
## Bug Fixes
59-
- Fixes issue #13 - Status of files outside of current folder being shown
6081

61-
**v0.8.3**
62-
=============================================
82+
* Fixes issue #13 - Status of files outside of current folder being shown
83+
84+
# **v0.8.3**
6385

6486
## Bug Fixes
65-
- Missing iconv-lite dep
6687

67-
**v0.8.2**
68-
=============================================
88+
* Missing iconv-lite dep
89+
90+
# **v0.8.2**
6991

7092
## Bug Fixes
71-
- Fixed decorator to limit async calls.
7293

73-
**v0.8.1**
74-
=============================================
94+
* Fixed decorator to limit async calls.
95+
96+
# **v0.8.1**
7597

7698
## Changes
77-
- Added throttle decorators to try and limit async requests.
78-
- at 8.1 as i messed versioning up.
99+
100+
* Added throttle decorators to try and limit async requests.
101+
* at 8.1 as i messed versioning up.
79102

80103
## Bug Fixes
81-
- Fixed issues with only one SCM being created in multi-root
82104

83-
**v0.7.0**
84-
=============================================
105+
* Fixed issues with only one SCM being created in multi-root
106+
107+
# **v0.7.0**
85108

86109
## What's New
87-
- Now multi-root aware for VS code 18
88110

89-
**v0.6.0**
90-
=============================================
111+
* Now multi-root aware for VS code 18
112+
113+
# **v0.6.0**
91114

92115
## What's New
93-
- Can add un-tracked files in source control view
94116

95-
**v0.5.1**
96-
=============================================
117+
* Can add un-tracked files in source control view
118+
119+
# **v0.5.1**
97120

98121
## Bug Fixes
99-
- Status icons now working again
100122

101-
**v0.5.0**
102-
=============================================
123+
* Status icons now working again
124+
125+
# **v0.5.0**
103126

104127
## What's New
105-
- Can commit all changes using SCM input box
106128

107-
**v0.4.0**
108-
=============================================
129+
* Can commit all changes using SCM input box
130+
131+
# **v0.4.0**
109132

110133
## What's New
111-
- Files/Folders can be clicked open from source control view
112134

113-
**v0.3.1**
114-
=============================================
135+
* Files/Folders can be clicked open from source control view
136+
137+
# **v0.3.1**
115138

116139
## Changes
117-
- Added new status to changes with icons
118140

119-
**v0.3.0**
120-
=============================================
141+
* Added new status to changes with icons
142+
143+
# **v0.3.0**
121144

122145
## What's New
123-
- Added Icons to Source control view.
124-
- Changed Source control group to 'Changes' from 'Modified'
125146

126-
**v0.2.0**
127-
=============================================
147+
* Added Icons to Source control view.
148+
* Changed Source control group to 'Changes' from 'Modified'
149+
150+
# **v0.2.0**
128151

129152
## What's New
130-
- Added quick diff editor gutter decorations.
131153

132-
**v0.1.3**
133-
=============================================
154+
* Added quick diff editor gutter decorations.
155+
156+
# **v0.1.3**
134157

135158
## Changes
136-
- Removed boilerplate code
137159

138-
**v0.1.2**
139-
=============================================
160+
* Removed boilerplate code
161+
162+
# **v0.1.2**
140163

141164
## Bug Fixes
142-
- Updated incorrect information in package.json
143165

144-
**v0.1.1**
145-
=============================================
166+
* Updated incorrect information in package.json
167+
168+
# **v0.1.1**
146169

147170
## Bug Fixes
148-
- Incorrect groups in source control view.
149171

150-
**v0.1.0**
151-
=============================================
172+
* Incorrect groups in source control view.
173+
174+
# **v0.1.0**
152175

153176
## What's New
154-
- Added Source control view
177+
178+
* Added Source control view

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,31 @@
22
[![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/d/johnstoncode.svn-scm.svg)](https://marketplace.visualstudio.com/items?itemName=johnstoncode.svn-scm)
33
[![rating](https://img.shields.io/vscode-marketplace/r/johnstoncode.svn-scm.svg)](https://marketplace.visualstudio.com/items?itemName=johnstoncode.svn-scm)
44
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://github.com/JohnstonCode/svn-scm/pulls)
5-
[![Beerpay](https://beerpay.io/JohnstonCode/svn-scm/badge.svg?style=flat)](https://beerpay.io/JohnstonCode/svn-scm)
65

76
# svn-scm
87

98
# Prerequisites
109

11-
> **Note**: This extension leverages your
12-
> machine's SVN installation,
13-
> so you need to [install SVN](https://subversion.apache.org) first.
10+
> **Note**: This extension leverages your machine's SVN installation,\
11+
> so you need to [install SVN](https://subversion.apache.org) first.
1412
1513
## Windows
1614

17-
If you use [TortoiseSVN](https://tortoisesvn.net/), make sure the option **Command Line Tools** is checked during installation and `C:\Program Files\TortoiseSVN\bin` is available in PATH.
15+
If you use [TortoiseSVN](https://tortoisesvn.net/), make sure the option
16+
**Command Line Tools** is checked during installation and `C:\Program
17+
Files\TortoiseSVN\bin` is available in PATH.
1818

1919
## Features
2020

21-
- [x] Source Control View
22-
- [x] Quick Diffs in gutter
23-
- [ ] Status Bar
24-
- [ ] SVN Commands
21+
* [x] Source Control View
22+
* [x] Quick Diffs in gutter
23+
* [ ] Status Bar
24+
* [ ] SVN Commands
2525

2626
## Feedback & Contributing
2727

28-
* This is a work in progress and im sure there will be some issues.
29-
* Please report any bugs, suggestions or documentation requests via the [Issues](https://github.com/JohnstonCode/svn-scm/issues)
30-
* Feel free to submit [pull requests](https://github.com/JohnstonCode/svn-scm/pulls)
28+
* This is a work in progress and im sure there will be some issues.
29+
* Please report any bugs, suggestions or documentation requests via the
30+
[Issues](https://github.com/JohnstonCode/svn-scm/issues)
31+
* Feel free to submit
32+
[pull requests](https://github.com/JohnstonCode/svn-scm/pulls)

0 commit comments

Comments
 (0)