The progress window in the client application now sports a progress bar
New View menu which allows the user to see statistical data:
count of items checked in (ever)
count of items checked out (ever)
current item count
New folder path popup menu when option- or command-clicking the title in the edit window
Changed the code model to "small" and segmented the setup application in order to reduce a library dependency. Using the small code model, the size of both applications was reduced a little
Fixed List Manager problems that messed up the list when the list is resized while an item is selected:
If the user reorders list items on an expanded list, then we collapse it first
Extended the database file format to account for additional data in future versions
Fixed a minor memory leak; forgot to dispose the data handle after reading the preferences file