You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,32 @@
1
1
# Production Releases
2
2
(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))
3
3
4
-
### v1.2.0 *[LATEST RELEASE]*
4
+
5
+
### v1.3.0 *[LATEST RELEASE]*
6
+
---
5
7
```shell
6
8
npm install -g projectman
7
9
```
10
+
**Release Date:** 20th Sept, 2019
11
+
12
+
---
13
+
14
+
-## Brought dependencies from 36 packages to 4 packages!! 🎉
15
+
Some internal code refactoring and asking myself "Do I really need this package?" helped me bring down dependency tree of 37 packages to 4 packages!!!
16
+
-## AutoComplete added during project selection.
17
+
In `pm open` and other project selection menus. You can now start typing the letters and list will be filtered out to show projects matching the letters.
18
+
-## Ability to open/add URLs (Thank You [@ZakariaTalhami](https://github.com/ZakariaTalhami) for PR [#20](https://github.com/saurabhdaware/projectman/pull/20) )
19
+
-`pm add --url [URL]` to add URLs to the projectman. `[URL]` is an optional parameter
20
+
- These URLs will show up in `pm open` with (URL) appended to their names.
21
+
- On selecting the URL in `pm open` they will be opened in your default browser.
22
+
- This can be used to store your repositories/websites/other useful links.
You can now select `other` option and type the editorCommand as an input rather than typing `pm seteditor [editorCommand]`
182
-
183
-
#### > New command `pm rmeditor`:
184
-
```shell
185
-
pm rmeditor
186
-
```
187
-
This will allow users to remove the project specific editors.
188
-
You can either `pm rmeditor` and choose the project to remove editor or `pm rmeditor --all` to remove all project specific editors.
175
+
-## Brought dependencies from 36 packages to 4 packages!! 🎉
176
+
Some internal code refactoring and asking myself "Do I really need this package?" helped me bring down dependency tree of 37 packages to 4 packages!!!
177
+
-## AutoComplete added during project selection.
178
+
In `pm open` and other project selection menus. You can now start typing the letters and list will be filtered out to show projects matching the letters.
179
+
-## Ability to open/add URLs (Thank You [@ZakariaTalhami](https://github.com/ZakariaTalhami) for PR [#20](https://github.com/saurabhdaware/projectman/pull/20) )
180
+
-`pm add --url [URL]` to add URLs to the projectman. `[URL]` is an optional parameter
181
+
- These URLs will show up in `pm open` with (URL) appended to their names.
182
+
- On selecting the URL in `pm open` they will be opened in your default browser.
183
+
- This can be used to store your repositories/websites/other useful links.
189
184
190
185
**.
191
186
.
@@ -194,7 +189,10 @@ You can either `pm rmeditor` and choose the project to remove editor or `pm rmed
194
189
***For More Changes read [CHANGELOG.md](CHANGELOG.md)***
195
190
196
191
---
192
+
## Rust Port
193
+
[@hskang9](https://github.com/hskang9) has made a pretty cool rust port for projectman. You can check it out at: https://github.com/hskang9/projectman-rust
197
194
195
+
---
198
196
## Contributing to ProjectMan
199
197
[](https://github.com/saurabhdaware/projectman/issues)
0 commit comments