After searching for some simple change logging software for a day or so, the lack of options, and possibly the love of a challenge, prompted me to write one myself. So here it is:
Download Change Logger – Version 1.0.10415.24
Change Logger features:
- version number history
- keeps track of changes entered for each version number
Enjoy!
Updates:
4/15/2011
- .changeLog files associate with Change Logger program
- custom icons added
- export as .txt option added
Pingback: Change Logger | Subtle Brilliance
Just a couple suggestions, please output the log as .txt rather than a custom format. That allows you to build it in with the installer for your project. Either that, or allow a command line argument to have it spit out a .txt file as well. Second, try out InnoSetup, it’ll make shortcuts and allow people to auto-run the program once it installs, looks a bit nicer than your standard .msi too.
Otherwise it looks like a solid start. Keep it up.
Hey, those are some good ideas. Thanks for checkin it out. Yeah I was thinking about using something else for the installer, I’ll be sure to check that one out. I guess I just wanted to get the basics done and then build from there.
Wow, InnoSetup works like a charm! Thanks for the suggestion
, the download now has an installer created using that instead. I’ll work on file output options next.
Pingback: *null » Change Logger – track project changes easily