Changeset 113 for trunk/Release Notes.txt
- Timestamp:
- Feb 15, 2022, 10:11:54 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Release Notes.txt
r79 r113 1 Version 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 1 38 Version 1.2.0 (2021-12-15) 2 39 ==========================
Note:
See TracChangeset
for help on using the changeset viewer.