Skip to content

Commit b3e0380

Browse files
committed
Prepare for release 1.12
1 parent 82e622a commit b3e0380

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
**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.
44

5+
## Version 1.12
6+
7+
### Changes
8+
- Adding a script that, when run, sets up the user's `%path%` to be able to run gin from anywhere on Windows.
9+
- Adding a new wrapper script for running gin commands on Windows. The new script (gin.bat) acts as the main entrypoint for commands on Windows. It sets up a temporary (local) path where the gin-cli can find all necessary binaries (git, git-annex, etc.) and then runs the command with the user's arguments. If this script is in the user's %path%, the rest of the software doesn't need to be. The bundled binaries take precedence over any existing binaries with the same name in the %path% since the temporary paths are prepended before calling gin.exe. The set-global.bat file has been adjusted to add only the path with the gin.bat in it. It also prompts the user to clean their path of any existing GIN CLI directories, if any are detected. This is better done manually, since parsing and editing the path is too error prone.
10+
- When fetching git config keys, only use keys from the local git configuration and never include a global config.
11+
12+
### Relevant PRs
13+
- #290 Windows global cmd
14+
- #301 Less intrusive Windows paths
15+
- #307 Use only local git config keys
16+
517
## Version 1.11
618

719
### Changes

debdock/debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
gin-cli (1.12); urgency=low
2+
3+
* Release 1.12
4+
* Adding a script that, when run, sets up the user's `%path%` to be able to run gin from anywhere on Windows.
5+
* Adding a new wrapper script for running gin commands on Windows. The new script (gin.bat) acts as the main entrypoint for commands on Windows. It sets up a temporary (local) path where the gin-cli can find all necessary binaries (git, git-annex, etc.) and then runs the command with the user's arguments. If this script is in the user's %path%, the rest of the software doesn't need to be. The bundled binaries take precedence over any existing binaries with the same name in the %path% since the temporary paths are prepended before calling gin.exe. The set-global.bat file has been adjusted to add only the path with the gin.bat in it. It also prompts the user to clean their path of any existing GIN CLI directories, if any are detected. This is better done manually, since parsing and editing the path is too error prone.
6+
* When fetching git config keys, only use keys from the local git configuration and never include a global config.
7+
18
gin-cli (1.10); urgency=low
29

310
* Release 1.10

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.12dev
1+
version=1.12

0 commit comments

Comments
 (0)