Skip to content

Commit

Permalink
Updated and released v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnstonCode committed Nov 27, 2017
1 parent 962aa4f commit 8024184
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 157 deletions.
182 changes: 103 additions & 79 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,154 +1,178 @@
**v0.10.0**
=============================================
# **v1.0.1**

## What's New
- Added refresh button to source control view

* updated changelog

# **v1.0.0**

## What's New

* Status bar added to see current branch and the ability to create/swap branches
* The extension is now written in typescript
* Error messages should now be more readable
* The ability to view diff against HEAD

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

**v0.9.0**
=============================================
* Character encoding should be automatically picked up
* Commiting show work
* should show all repo in multi-root workspaces
* Changes should now update automatically

# **v0.10.0**

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

**v0.8.10**
=============================================
* Added refresh button to source control view

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

**v0.8.9**
=============================================
* Esc now cancels commit rather than committing with undefined message

# **v0.9.0**

## What's New

* Right click option to commit files in "changes"

# **v0.8.10**

## Bug Fixes
- Fixed Missing icons
- Fixed all changes showing as untracked

**v0.8.8**
=============================================
* Using the source control commit box should only commit changes listed
* Re-fixed no changes showing.

# **v0.8.9**

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

**v0.8.7**
=============================================
* Fixed Missing icons
* Fixed all changes showing as untracked

# **v0.8.8**

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

**v0.8.6**
=============================================
* Fixed issue were no changes should show but last change was still present
* Removed SVN 1.9 requirement

# **v0.8.7**

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

**v0.8.5**
=============================================
* Fixed source view file click when in nested folder

# **v0.8.6**

## Bug Fixes

* Fixed issue with path not showing correctly when with history

# **v0.8.5**

## Changes
- Removed svn-spawn

**v0.8.4**
=============================================
* Removed svn-spawn

# **v0.8.4**

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

**v0.8.3**
=============================================
* Fixes issue #13 - Status of files outside of current folder being shown

# **v0.8.3**

## Bug Fixes
- Missing iconv-lite dep

**v0.8.2**
=============================================
* Missing iconv-lite dep

# **v0.8.2**

## Bug Fixes
- Fixed decorator to limit async calls.

**v0.8.1**
=============================================
* Fixed decorator to limit async calls.

# **v0.8.1**

## Changes
- Added throttle decorators to try and limit async requests.
- at 8.1 as i messed versioning up.

* Added throttle decorators to try and limit async requests.
* at 8.1 as i messed versioning up.

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

**v0.7.0**
=============================================
* Fixed issues with only one SCM being created in multi-root

# **v0.7.0**

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

**v0.6.0**
=============================================
* Now multi-root aware for VS code 18

# **v0.6.0**

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

**v0.5.1**
=============================================
* Can add un-tracked files in source control view

# **v0.5.1**

## Bug Fixes
- Status icons now working again

**v0.5.0**
=============================================
* Status icons now working again

# **v0.5.0**

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

**v0.4.0**
=============================================
* Can commit all changes using SCM input box

# **v0.4.0**

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

**v0.3.1**
=============================================
* Files/Folders can be clicked open from source control view

# **v0.3.1**

## Changes
- Added new status to changes with icons

**v0.3.0**
=============================================
* Added new status to changes with icons

# **v0.3.0**

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

**v0.2.0**
=============================================
* Added Icons to Source control view.
* Changed Source control group to 'Changes' from 'Modified'

# **v0.2.0**

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

**v0.1.3**
=============================================
* Added quick diff editor gutter decorations.

# **v0.1.3**

## Changes
- Removed boilerplate code

**v0.1.2**
=============================================
* Removed boilerplate code

# **v0.1.2**

## Bug Fixes
- Updated incorrect information in package.json

**v0.1.1**
=============================================
* Updated incorrect information in package.json

# **v0.1.1**

## Bug Fixes
- Incorrect groups in source control view.

**v0.1.0**
=============================================
* Incorrect groups in source control view.

# **v0.1.0**

## What's New
- Added Source control view

* Added Source control view
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,31 @@
[![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/d/johnstoncode.svn-scm.svg)](https://marketplace.visualstudio.com/items?itemName=johnstoncode.svn-scm)
[![rating](https://img.shields.io/vscode-marketplace/r/johnstoncode.svn-scm.svg)](https://marketplace.visualstudio.com/items?itemName=johnstoncode.svn-scm)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://github.com/JohnstonCode/svn-scm/pulls)
[![Beerpay](https://beerpay.io/JohnstonCode/svn-scm/badge.svg?style=flat)](https://beerpay.io/JohnstonCode/svn-scm)

# svn-scm

# Prerequisites

> **Note**: This extension leverages your
> machine's SVN installation,
> so you need to [install SVN](https://subversion.apache.org) first.
> **Note**: This extension leverages your machine's SVN installation,\
> so you need to [install SVN](https://subversion.apache.org) first.
## Windows

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.
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.

## Features

- [x] Source Control View
- [x] Quick Diffs in gutter
- [ ] Status Bar
- [ ] SVN Commands
* [x] Source Control View
* [x] Quick Diffs in gutter
* [ ] Status Bar
* [ ] SVN Commands

## Feedback & Contributing

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

0 comments on commit 8024184

Please sign in to comment.