-
Notifications
You must be signed in to change notification settings - Fork 22
/
CHANGELOG
140 lines (95 loc) · 2.45 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
0.2.0
=====
* New features:
- Indicate current branch with an asterisk
- Better zsh completions
0.1.16
======
* Bug fixes:
- Fixed version number
0.1.15
======
* Bug fixes:
- `gws --help` no longer requires a workspace
- `gws --help` now exits with status code zero
0.1.14
======
* Bug fixes:
- Fix version number in `gws --version` output
0.1.13
======
* Bug fixes:
- Remove theme file location debug output
0.1.12
======
* New features:
- Add support for custom color themes
* Bug fixes:
- Unset CDPATH to avoid unwanted output (#18)
- Detect repositories that are prefix of other ones (#20)
- Fix a scope pollution that broke cloning missing repos (#33)
- Fix "Internal error" on `gws ff` in Mac OS x (#34)
- Various unconfirmed OS X portability improvements... :)
0.1.11
======
* Add `--only-changes` option for commands `status`, `fetch`, `ff` and `update`
* Command `check` now detects nested repositories
0.1.10
=====
Version 0.1.9 is already used in unfinished development.
* Add `clone` command, which works like `update` but clones only those repos
named explicitly on the command line
0.1.9
=====
Version skipped.
0.1.8
=====
* A second argument can be given to limit the command to a specific
subfolder of the workspace
* Parsing of the config files is cached to speedup the execution
0.1.6
=====
* Allow comments in configuration files (projects and ignore files)
* Recognize local only repositories and the information in `status`.
* Code cleaning (Use herestring, avoid pipes)
* Different bugs correction:
- #2
- #3
- #6
0.1.5
=====
* Add an exit code to status function
* Add `tests` folder to easily set up testing environment
* Start using `git flow` versionning
* Update README.md
* Cosmetic changes inside the script
0.1.4
=====
* Update `ff` command to also fast-forward non-active branches
* Bugs correction:
- init was not working
0.1.3
=====
* Add `init` command
* Add `fetch` command
* Add `ff` command
* Disable color when output is not a terminal (e.g. pipes)
* Normalized outputs and colors
0.1.2
=====
* Bug corrections
* Add Ignore file functionnality
* Add check for untracked files
* Write README.md for documentation
And some other small improvements
0.1.1
=====
* Add ChangeLog
* Add bash and zsh completions
* Change default command to `status`
* Improve usage message
* Disable colors at exit, just in case
* Remove commands shortcut, better usage message
0.1.0
=====
* Initial version