Release Notes
News about features and issues that have been resolved.
NbGit v0.3 (2009-08-30)
New features:
- Initial support for cloning; Only git:// protocol is supported for now. (issue 48)
- Graph visualization of repository history. (issue 1)
- Check email addresses entered though the properties UI. (issue 4)
Bug fixes:
- Track changes to and refresh internally cached .gitignore files. (issue 3)
- Gracefully handle repositories containing submodules. (issue 23, issue 33, issue 34)
- Fix revert when using folder/project selection. (issue 51)
NbGit v0.2 (2009-08-07)
New features:
- Optionally strip spaces from commit messages. (issue 8)
- Support for .gitignore files. (issue 3)
Bug fixes:
- Make code compatible with Java 1.5. (issue 22 and issue 21)
- Update the status cache after creating a repository. (issue 24)
- Bundle version utilities with the nbm file. (issue 19)
NbGit v0.1 (2008-09-10)
New features:
- init: create a new git repository.
- status: list the status of changed files.
- diff: view changes to files (side-by-side).
- commit: commit a selected range of files.
- update: revert individual file changes.
- properties: change project and repository specific
options (i.e. user.name and user.email).