Update documentation with changes from the project wiki
[nbgit.git] / javahelp / org / nbgit / docs / news.html
blob5b761809d600c0f797853a6e0c541f7af562fb13
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Release Notes</title>
5 <link rel="stylesheet" href="nbdocs:/org/netbeans/modules/usersguide/ide.css" type="text/css">
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 </head>
8 <body>
9 <h1>Release Notes</h1>
10 <p>
11 News about features and issues that have been resolved.
12 </p>
14 <h3>NbGit v0.2</h3>
15 <p>New features:</p>
16 <ul>
17 <li>Optionally strip spaces from commit messages. (issue 8)</li>
18 <li>Support for .gitignore files. (issue 3)</li>
19 </ul>
20 <p>Bug fixes:</p>
21 <ul>
22 <li>Make code compatible with Java 1.5. (issue 22 and issue 21)</li>
23 <li>Update the status cache after creating a repository. (issue 24)</li>
24 <li>Bundle version utilities with the nbm file. (issue 19)</li>
25 </ul>
27 <h3>NbGit v0.1</h3>
28 <p>New features:</p>
29 <ul>
30 <li>init: create a new git repository.</li>
31 <li>status: list the status of changed files.</li>
32 <li>diff: view changes to files (side-by-side).</li>
33 <li>commit: commit a selected range of files.</li>
34 <li>update: revert individual file changes.</li>
35 <li>properties: change project and repository specific
36 options (i.e. user.name and user.email).</li>
37 </ul>
38 </body>
39 </html>