Parcel Calculator 0.3.0 is out!
Finally I found time to finish & publish Parcel Calculator 0.3.0 for Mac OS X, the native Cocoa application for calculating girth, volumetric weight, and for tracking parcels of many common global players. This release is the most comprehensive to date, so you might wonder what’s new.
App: A remarkable change is the brandnew tracking module with an integrated parcel library, giving you the opportunity to save parcel IDs and check them again at a later time. Add descriptions or edit whatever you want in your library. Regardless what you save, the tracking searchfield comes with a history and remembers the last ten values you entered. Support for different measurements is now implemented, you can either choose between the metric system (Centimeters, Kilogram) or US-customary system (Inches, Pounds). There were also a bunch of minor interface enhancements.
Code: Strict dot syntax usage, variables no longer with underline prefix, added didFinishLaunching delegate method replacing awakeFromNib, implementation of NSUserDefaults and Key-Value Observing, parcel library NSTableView with KVC compliant bindings and methods, data class SVParcelObject with NSKeyedArchiver support, SVParcelObject imports Foundation.h rather than the whole Cocoa framework, float variables are now CGFloat, code cleanup for better readability.
Visit the Parcel Calculator page for all details and a gorgeous gallery.