| jclement.ca · Change Navigator | [ Home · Photoblog (Flickr) · Software · Search Site ] |
| Version: | 1.2 |
| Author: | Jeffrey Clement |
| Status: | Active |
A simple GUI utility for managing ChangeLogs for a number of projects.
ChangeNav is a GUI application for managing ChangeLogs for software projects. Basically it allows you to add "Changes" and "Releases" to your log through a really simple interface. All the data is stored in a nicely formatted ChangeLog ready for distribution (ie. here is the changelog for ChangeNav http://mecca.bluesine.com/dl/changenav/ChangeLog that was generated using ChangeNav.
ChangeNav can handle any number of projects, has a customizable editor, and action items, all configurable through it's config file 'cnav.conf'. The file is very self explainatory.
ChangeNav is written in Python using PythonCard + wxPython for it's GUI. I wrote it because at our office we needed such a tool to manage changes in our app between releases.
For Windows users download the cnav-x.x.x-win32.zip for a prebuilt standalone version. It does not need you to download and install Python or any other libraries.
ChangeNav also has a nice command line interface.
Unix users must download the source and the appropriate libraries + python.
Click on an image to see it full-size.
![]() | Here is the user interface. You choose your project, what you did and hit "Add Change". It add's the text automagically to the changelog (seen in the background) and voila. |
This software is licensed under the BSD license. Please make sure you have read and understood this license before downloading this software!
Copyright (c) 2003, Jeffrey Clement All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.