1.3 updates
This commit is contained in:
parent
f2ca731e3d
commit
b20d807157
16 changed files with 974 additions and 0 deletions
|
|
@ -0,0 +1,77 @@
|
|||
Thank you for using ContactBook! Please review this file for
|
||||
any changes which may impact your use of TheBook. If you
|
||||
have any questions, please feel free to email me. This
|
||||
application is freeware - anyone may use it, be it
|
||||
commercial, educational, or personal use without charge.
|
||||
However, this does not mean you may bundle the application
|
||||
commercially without my consent or use it in any way which
|
||||
directly may bring profit.
|
||||
|
||||
|
||||
ContactBook - History of Changes
|
||||
|
||||
Version 1.2
|
||||
-----------
|
||||
Major Update!! Program Name Change! Because of a conflict
|
||||
with another program called "TheBook", I have agreed to change
|
||||
the name of mine (since I don't charge for it anyway) to
|
||||
"ContactBook". As such, the EXE, INI, HLP and data files are
|
||||
also renamed. Just rename your *.TBD files to *.CBD and
|
||||
they'll be fine. A lot of good came out of the name change -
|
||||
streamlined code, better "string" management (for when we
|
||||
make it into another language!), and so forth.
|
||||
|
||||
New:
|
||||
- Ability to order columns in any way
|
||||
- via Drag -n- Drop
|
||||
- via a page in the Preferences dialog
|
||||
- Ability to sort columns ascending or descending
|
||||
- Option for "Flat" (MSIE-Style) toolbar
|
||||
- Ability to use ENTER keys in "Notes" section
|
||||
- NOTE: because ContactBook uses a text data file, ENTER keys
|
||||
are translated to "<p>" (ala HTML) on the fly for most
|
||||
internal functions. If you export from CB32 and Import into
|
||||
another application, you will need to run a search and
|
||||
replace to convert them to CR+LF.
|
||||
- Visual indicator (triangle) of Sort Order in list header
|
||||
- Ability to Start Minimized in the System Tray
|
||||
- Ability to Copy and Edit a selected address for mass entries
|
||||
- Ability to Reset column sizes/positions to default via buttons
|
||||
- Nifty doodads to support all the above items as needed...
|
||||
|
||||
Fixed:
|
||||
- Hitting DELETE while the cursor was in the Toolbar Find box
|
||||
was deleteing the highlit address. Yuck. Sorry 'bout that.
|
||||
- Color Schemes (in Windows) with Black backgrounds didn't
|
||||
show the text -- black on black isn't really smart, eh?
|
||||
CB32 should now respect foreground/background settings
|
||||
in all Color Schemes
|
||||
- Ampersands (&) were not displaying correctly in the list view
|
||||
- Various little nasties, probably from rewriting the code in
|
||||
the name change.
|
||||
|
||||
ToDo:
|
||||
- Printing, Printing, Printing...[sigh]
|
||||
- Localization?
|
||||
|
||||
|
||||
Version 1.1
|
||||
-----------
|
||||
|
||||
NOTE: With this upgrade, you will need to redo your column preferences.
|
||||
The six added fields are being inserted in the middle of the others,
|
||||
so all previous column settings will shift six places to the right. If
|
||||
you are feeling brave, edit the TB32.INI before running 1.1, changing
|
||||
"COL10" to "COL16", "COL11" to "COL17", and so forth ("COL0" through
|
||||
COL9" are fine). Otherwise, simply reconfigure within the program.
|
||||
|
||||
- Added fields for Company, Department, Position, Manager, and two
|
||||
Additional fields
|
||||
- Added ability to search on any field (even Notes!)
|
||||
- Fixed F3 "Find Next" not working
|
||||
|
||||
|
||||
Version 1.0
|
||||
-----------
|
||||
- Initial release
|
||||
|
||||
Reference in a new issue