source: trunk/Release Notes.txt

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