-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Readme for v1.1.0 and added CHANGELOG
- Loading branch information
1 parent
4d3237d
commit 990043b
Showing
2 changed files
with
59 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Production Releases | ||
(Note: Only production releases will be mentioned here, If you want to see beta releases, you can find them [here](https://github.com/saurabhdaware/projectman/releases)) | ||
|
||
## v1.1.0 [LATEST RELEASE] | ||
```shell | ||
npm install -g projectman | ||
``` | ||
|
||
- Projects will not be erased after updating furthur (However it will still be erased while installing this update so I'll recommend to take copy of your settings.json If you have added multiple projects already) | ||
- Added `vim` in `pm seteditor` and added a message explaining 'How to set editors/IDE that are not listed in the menu' | ||
- `pm` is now equivalent to `pm open` | ||
|
||
|
||
## v1.0.0 | ||
```shell | ||
npm install -g [email protected] | ||
``` | ||
|
||
Initial release of ProjectMan. | ||
|
||
Includes following commands: | ||
|
||
```shell | ||
pm add | ||
pm remove | ||
pm open | ||
pm seteditor | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters