Skip to content

Commit

Permalink
Version bump: 1.0
Browse files Browse the repository at this point in the history
Changelogs updated
  • Loading branch information
achilleas-k committed Aug 8, 2018
1 parent 0178f0b commit a4b9746
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Unreleased
## Version 1.0

### Changes
- New commands
Expand All @@ -25,6 +25,9 @@
- The `login`, `logout`, `create`, `info`, `keys`, `repos`, `repoinfo`, and `get` commands now accept a `--server` argument for querying or operating on a specific, non-default server.
- Progress bars for file operations: Some operations don't have a per-file progress (add, lock, unlock). There is no partial unlock state for a file, for instance. For these commands, the output shows the overall progress along with the number of total files that are being affected.
- Smaller logfiles: The log file is now limited to 1 MB. No more ever-growing logs.
- The client is now usable even without git-annex installed, but commands that require git and git-annex are disabled.
- Progress is now also printed when uploading git files.
- Minimum required got-annex version: 6.20171109

### Bug fixes
- Fixed a bug where file tracking would register a type change in git when working with direct mode repositories (e.g., on Windows).
Expand All @@ -41,6 +44,8 @@
- #204: Fix for ls file status in direct mode
- #205: New command: add-remote
- #206: Handle multiple server configurations
- #210: Disable commands that rely on git/annex when either is not available
- #211: Git transfer output

## Version 0.16

Expand Down
3 changes: 3 additions & 0 deletions debdock/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ gin-cli (1.0b); urgency=low
* The `login`, `logout`, `create`, `info`, `keys`, `repos`, `repoinfo`, and `get` commands now accept a `--server` argument for querying or operating on a specific, non-default server.
* Progress bars for file operations: Some operations don't have a per-file progress (add, lock, unlock). There is no partial unlock state for a file, for instance. For these commands, the output shows the overall progress along with the number of total files that are being affected.
* Smaller logfiles: The log file is now limited to 1 MB. No more ever-growing logs.
* The client is now usable even without git-annex installed, but commands that require git and git-annex are disabled.
* Progress is now also printed when uploading git files.
* Minimum required got-annex version: 6.20171109
* Fixed a bug where file tracking would register a type change in git when working with direct mode repositories (e.g., on Windows).
* Fixed a bug where the file status (from `gin ls`) was being incorrectly reported when working in direct mode (e.g., on Windows). Direct mode repositories should now show the exact same output as indirect mode ones.

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0beta2-dev
version=1.0

0 comments on commit a4b9746

Please sign in to comment.