Hamilton 1.0.1
March 24, 2008
I’ve posted version 1.0.1 of Hamilton, you can download a copy here: Hamilton 1.0.1.
Here’s a summary of the changes in 1.0.1:
- CSV import of dates has been switched to a MM/YYYY format until a workaround for the [NSDate dateWithNaturalLanguageString] method has been found. David was running into problems with dates of the format MM/YY such as 04/00 being converted to April 2008 instead of April 2000. Anyone know of a better date formatting method or approach? Please let me know: stevenhuey@stevenhuey.com
- After importing bonds from a CSV file the selection and value summaries in the status bar at the bottom of the application window were not being updated correctly.
- If you have problems importing a CSV files try changing the text encoding of the file to UTF-8. You can do this using TextEdit by choosing “Make Plain Text” from the “Format” menu, and then choosing “Save” from the “File” menu. In the Save dialog make sure the Plain Text Encoding is set to Unicode (UTF-8)
A huge thanks to David Maglott for finding these bugs and for all his help getting them resolved!