Changeset 143 for tags/1.4.0
- Timestamp:
- Aug 26, 2022, 8:47:48 PM (2 years ago)
- Location:
- tags/1.4.0
- Files:
-
- 10 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
tags/1.4.0
-
tags/1.4.0/Install/win/vCard Studio.iss
r113 r143 5 5 #define MyAppNameShort "vCardStudio" 6 6 #define MyAppVersion "1.4.0" 7 #define MyAppVersionSuffix "alfa"7 ;#define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" 9 9 #define MyAppPublisherShort "Chronosoft" -
tags/1.4.0/Languages/vCardStudio.cs.po
r138 r143 862 862 863 863 #: tformmain.menuitemcolumns.caption 864 #, fuzzy865 864 msgctxt "tformmain.menuitemcolumns.caption" 866 865 msgid "Columns" -
tags/1.4.0/Packages/Common/Languages/UDataFile.cs.po
r134 r143 19 19 msgid "Data file" 20 20 msgstr "Datový soubor" 21 -
tags/1.4.0/Packages/VCard/Languages/UQuotedPrintable.cs.po
r130 r143 15 15 msgid "Decode error" 16 16 msgstr "Chyba dekódování" 17 -
tags/1.4.0/Packages/VCard/Languages/UVCard.cs.po
r130 r143 360 360 msgid "YouTube" 361 361 msgstr "YouTube" 362 -
tags/1.4.0/Packages/VCard/VCard.lpk
r132 r143 56 56 <EnableI18N Value="True"/> 57 57 <OutDir Value="Languages"/> 58 <EnableI18NForLFM Value="True"/> 58 59 </i18n> 59 60 <RequiredPkgs> -
tags/1.4.0/Read Me.txt
r90 r143 11 11 * Find duplicate contacts to merge 12 12 * Copy, Cut and Paste contacts from/to clipboard 13 * Multilingual interface (English, Czech) 13 * Multilingual interface (English, Czech, Swedish) 14 * Contact QR code 15 * View contact source with syntax highlighting 14 16 15 17 ==Development== -
tags/1.4.0/Release Notes.txt
r113 r143 1 Version 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 1 19 Version 1.3.0 (2022-02-15) 2 20 ========================== -
tags/1.4.0/UCore.lfm
r136 r143 319 319 VersionMinor = 4 320 320 VersionBugFix = 0 321 VersionSuffix = 'alfa'322 321 HomePage = 'https://app.zdechov.net/vcard-studio' 323 322 AuthorsName = 'Chronos' … … 325 324 AppName = 'vCard Studio' 326 325 Description = 'vCard files management tool' 327 ReleaseDate = 447 35326 ReleaseDate = 44799 328 327 RegistryKey = '\Software\Chronosoft\vCard Studio' 329 328 RegistryRoot = rrKeyCurrentUser
Note:
See TracChangeset
for help on using the changeset viewer.