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
+12
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
**Beta** releases are not listed. Changes for beta releases are included in the next full release. Current changes are listed in the top **Unreleased** section.
4
4
5
+
## Version 1.6
6
+
7
+
### Bug fixes
8
+
- Fixed bug where commands `repos` and `repoinfo` would still prompt for login when called with `--json` flag and the user was not logged in. Commands invoked with the `--json` flag should never prompt for any input.
9
+
- Fixed colour output in Windows.
10
+
- Fixed bug where annexed content would also be added to git on Windows.
11
+
12
+
### Relevant PRs
13
+
-#236: Don't prompt for login with --json
14
+
-#237: Windows colours
15
+
-#241: Fix for adding annexed content to git on Windows
Copy file name to clipboardexpand all lines: debdock/debian/changelog
+7
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
gin-cli (1.6); urgency=low
2
+
3
+
* Release 1.6
4
+
* Fixed bug where commands `repos` and `repoinfo` would still prompt for login when called with `--json` flag and the user was not logged in. Commands invoked with the `--json` flag should never prompt for any input.
5
+
* Fixed colour output in Windows.
6
+
* Fixed bug where annexed content would also be added to git on Windows.
0 commit comments