Changeset 143


Ignore:
Timestamp:
Aug 26, 2022, 8:47:48 PM (21 months ago)
Author:
chronos
Message:
  • Modified: Version 1.4.0 release related changes.
Files:
1 added
16 edited
4 copied

Legend:

Unmodified
Added
Removed
  • tags/1.4.0

  • tags/1.4.0/Install/win/vCard Studio.iss

    r113 r143  
    55#define MyAppNameShort "vCardStudio"
    66#define MyAppVersion "1.4.0"
    7 #define MyAppVersionSuffix "alfa"
     7;#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
  • tags/1.4.0/Languages/vCardStudio.cs.po

    r138 r143  
    862862
    863863#: tformmain.menuitemcolumns.caption
    864 #, fuzzy
    865864msgctxt "tformmain.menuitemcolumns.caption"
    866865msgid "Columns"
  • tags/1.4.0/Packages/Common/Languages/UDataFile.cs.po

    r134 r143  
    1919msgid "Data file"
    2020msgstr "Datový soubor"
     21
  • tags/1.4.0/Packages/VCard/Languages/UQuotedPrintable.cs.po

    r130 r143  
    1515msgid "Decode error"
    1616msgstr "Chyba dekódování"
     17
  • tags/1.4.0/Packages/VCard/Languages/UVCard.cs.po

    r130 r143  
    360360msgid "YouTube"
    361361msgstr "YouTube"
     362
  • tags/1.4.0/Packages/VCard/VCard.lpk

    r132 r143  
    5656      <EnableI18N Value="True"/>
    5757      <OutDir Value="Languages"/>
     58      <EnableI18NForLFM Value="True"/>
    5859    </i18n>
    5960    <RequiredPkgs>
  • tags/1.4.0/Read Me.txt

    r90 r143  
    1111* Find duplicate contacts to merge
    1212* 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
    1416
    1517==Development==
  • tags/1.4.0/Release Notes.txt

    r113 r143  
     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
    119Version 1.3.0 (2022-02-15)
    220==========================
  • tags/1.4.0/UCore.lfm

    r136 r143  
    319319    VersionMinor = 4
    320320    VersionBugFix = 0
    321     VersionSuffix = 'alfa'
    322321    HomePage = 'https://app.zdechov.net/vcard-studio'
    323322    AuthorsName = 'Chronos'
     
    325324    AppName = 'vCard Studio'
    326325    Description = 'vCard files management tool'
    327     ReleaseDate = 44735
     326    ReleaseDate = 44799
    328327    RegistryKey = '\Software\Chronosoft\vCard Studio'
    329328    RegistryRoot = rrKeyCurrentUser
  • trunk/Install/deb/debian/control

    r113 r143  
    33Section: utils
    44Priority: optional
    5 Standards-Version: 1.4.0
     5Standards-Version: 1.5.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • trunk/Install/rpm/vcard-studio.spec

    r113 r143  
    11Name:           vcard-studio
    2 Version:        1.4.0
     2Version:        1.5.0
    33Release:        1%{?dist}
    44Summary:        A contact management application with support for vCard file format.
  • trunk/Install/snap/snapcraft.yaml

    r136 r143  
    11name: vcard-studio
    22title: vCard Studio
    3 version: '1.4.0'
     3version: '1.5.0'
    44summary: A contact management application with support for vCard file format.
    55description: |
  • trunk/Install/win/vCard Studio.iss

    r113 r143  
    44#define MyAppName "vCard Studio"
    55#define MyAppNameShort "vCardStudio"
    6 #define MyAppVersion "1.4.0"
     6#define MyAppVersion "1.5.0"
    77#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
  • trunk/Release Notes.txt

    r113 r143  
     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
    119Version 1.3.0 (2022-02-15)
    220==========================
  • trunk/UCore.lfm

    r136 r143  
    317317    Identification = 1
    318318    VersionMajor = 1
    319     VersionMinor = 4
     319    VersionMinor = 5
    320320    VersionBugFix = 0
    321321    VersionSuffix = 'alfa'
     
    325325    AppName = 'vCard Studio'
    326326    Description = 'vCard files management tool'
    327     ReleaseDate = 44735
     327    ReleaseDate = 44799
    328328    RegistryKey = '\Software\Chronosoft\vCard Studio'
    329329    RegistryRoot = rrKeyCurrentUser
Note: See TracChangeset for help on using the changeset viewer.