source: tags/1.3.0/Release Notes.txt

Last change on this file was 113, checked in by chronos, 2 years ago
  • Modified: Version 1.3.0 release releated changes.

Merged revision(s) 112 from trunk:

  • Fixed: Contact photo was not saved correctly.
  • Fixed: URL contact photo was incorrectly encoded with BASE64 encoding.
  • Fixed: Disabled not correctly working autodetection of max. line length.
  • Fixed: Tab order in Contact name details window.
File size: 7.2 KB
Line 
1Version 1.3.0 (2022-02-15)
2==========================
3
4* Added: Synced update of full name and name parts in contact form. Edit name details in separate window.
5* Added: Contact field indexes cache for faster reverse search of contact fields by its index.
6* Added: New Contact Image form to show profile photo in bigger size and with URL.
7* Added: Remember last used file name for image open/save dialog.
8* Added: Buttons to show contact home and work addresses on online map. Predefined map uses openstreetmap.org and can be changed in Settings.
9* Added: Calendar buttons for changing contact birth day and anniversary.
10* Added: URLs and emails can be opened in the default applications.
11* Added: Escape new lines in text strings.
12* Added: A window for showing log output for selected test case.
13* Added: Test form available in debug mode from Tools menu with list of test cases to better support app testability.
14* Added: Allow to set default vCard version in settings dialog.
15* Added: Find button in main app toolbar.
16* Modified: Improved image loading code by image format.
17* Modified: Generate more contacts properties in Generate window.
18* Modified: Optimized update of recent opened files menu.
19* Modified: Updated speed of loading of big number of contacts.
20* Modified: Avoid loading and storing contact image during switching tabs.
21* Modified: Improved parsing vCard format.
22* Modified: Updated Common package.
23* Modified: Code optimization and cleanup.
24* Modified: Move fields initialization method to TContact class and made it static so it is initialized only once.
25* Modified: Add GTK2 theming support to snap package.
26* Fixed: Do not update interface in contact properties if the listview doesn't have handle yet.
27* Fixed: Avoid multiple interface update during main form loading.
28* Fixed: Some dynamically created forms were not translated.
29* Fixed: Added workaround for missing GTK2 first mouse click event in contact window.
30* Fixed: Use english texts in file and directory dialogs.
31* Fixed: Quoted-printable encoded text was not handled correctly for multiple lines.
32* Fixed: Non-string properties were incorrectly escaped.
33* Fixed: Wrong max line length was used for UTF-8 strings during save.
34* Fixed: Contact form controls tab order.
35* Fixed: Settings option to load previously opened file wasn't working for disabled state.
36* Fixed: Disable Find action if no file is opened.
37
38Version 1.2.0 (2021-12-15)
39==========================
40
41* Added: Find dialog to search text value by given contact field or by any field.
42* Added: Logo contact field.
43* Added: Copy, cut and paste context menu action in contacts list.
44* Added: Allow to save from file and load to file contact property values in All fields tab.
45* Added: Support for GaduGadu, GroupWise and Categories fields.
46* Added: Remember last count value used in Generate contact form.
47* Added: Sort list of contact fields in Find duplicates and Field windows.
48* Modified: Merge multiple files action replaced by Combine action. During Combine action files are simply added into final contacts list even with duplicate contacts.
49* Modified: Added Merge button into Find duplicate window to merge contacts by selected contact field.
50* Modified: Show only used contact fields in Find duplicates window.
51* Fixed: Wrong items were removed if contacts and properties lists were in filtered state.
52* Fixed: Properties with just BASE64 instead of ENCODING=BASE64 was not decoded using Base64 and so contact photos were not loaded correctly.
53* Fixed: Also load contact photos with format in lower case.
54* Fixed: Wrong field selected for duplicates find from field combobox selection in Find duplicates window.
55* Fixed: Missing Version field definition causing error in contacts generation form.
56* Fixed: Default profile image location detection under Linux.
57
58Version 1.1.0 (2021-12-09)
59==========================
60
61* Added: New feature to split multiple contacts into separate files. Accessible from File menu.
62* Added: Show also normal phone and work phone in the contact list.
63* Added: Support for GIF and PNG images for contact photo.
64* Added: Social tab in contact form.
65* Added: Allow to specify alternative property name for contact field definition to support various non-standard properties.
66* Added: Chat contact tab for text chatting applications.
67* Added: Show textual name of contact field in contact field form and prefill field name and attributes. Update that name back according used field name and attributes.
68* Added: Support more file encodings for file open.
69* Added: Show open file dialog on photo click.
70* Added: Allow to load from file or save to file individual selected contacts from the list.
71* Added: Clone context menu action and toolbar button for list of contacts and contact properties.
72* Added: Context menu action to clear profile image.
73* Added: Remember last selected tab index in contact form.
74* Added: Show default profile photo if contact image is not specified.
75* Added: Allow to load photo from file or save it to file.
76* Added: New more general contact properties list and item form.
77* Added: Support for QUOTED-PRINTABLE encoding.
78* Added: Full name, Middle name, title after and title before into contact form.
79* Added: Bottom column filter bar in contacts list.
80* Added: Allow to sort columns in contacts list.
81* Added: Show contact image in contact edit window.
82* Added: In case of loading errors show a list of found errors with line numbers.
83* Added: More standard properties.
84* Added: Support text/vcard mime type by deb and snap packages.
85* Modified: Optimized encoding/decoding of escaped strings.
86* Modified: Optimized select all action.
87* Modified: Optimize loading/saving values in contact form. Load/save only form fields from active tab.
88* Modified: Show Private and Work addresses in separate tab.
89* Modified: Statusbar moved into contacts form and it is now showing total, filtered and selected number of items.
90* Modified: Translated contact fields titles.
91* Modified: Store contact properties in general way to support also user defined properties and unknown attributes.
92* Fixed: Escaping combined values with backslash symbol.
93* Fixed: Long BASE64 encoded lines were not automatically wrapped to limit max line length.
94* Fixed: Autosize cool bar bands.
95* Fixed: Loading of JPEG photo. Image binary data were affected by TStringList. Store them just as a string type.
96* Fixed: Avoid exception if photo data are not valid image data.
97* Fixed: Hints were not shown in contacts toolbar.
98* Fixed: Check if property block started correctly.
99* Fixed: Improved alignment of fields in contact dialog.
100
101Version 1.0.0 (2021-08-19)
102==========================
103
104* Added: From Find duplicities form it is possible to open the list of duplicit contacts for further modification/addition/removal.
105* Added: New Generate contacts Tools menu action to generate multiple random contacts.
106* Added: New Tools action Find duplicates.
107* Added: Partial support for color theming.
108* Added: Allow to edit contact properties in the list of all.
109* Added: New File menu action Merge. It can merge multiple vcard files and update values for items with same full name.
110* Added: Status bar with number of contacts.
111* Added: Show all fields tab in contact form.
112* Added: Contact edit form.
Note: See TracBrowser for help on using the repository browser.