Ignore:
Timestamp:
Aug 27, 2024, 11:28:13 AM (19 months ago)
Author:
chronos
Message:
  • Modified: Packaging files.
Location:
tags/1.5.0/Install/flatpak
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/1.5.0/Install/flatpak/net.zdechov.app.vCardStudio.appdata.xml

    r179 r183  
    3434      <li>Export to CSV, XML, MediaWiki, Excel, JSON, HTML and plain text.</li>
    3535      <li>Import from CSV, XML, MediaWiki and JSON.</li>
     36      <li>Compare with another vCard file.</li>
    3637    </ul>
    3738  </description>
     
    4243    <screenshot type="default">
    4344      <caption>Main window</caption>
    44       <image>https://svn.zdechov.net/vcard-studio/vcard-studio/Images/Screenshots/vCard%20Studio.png</image>
     45      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/vCard%20Studio.png</image>
    4546    </screenshot>
    4647    <screenshot type="default">
    4748      <caption>Find duplicates</caption>
    48       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Find%20duplicates.png</image>
     49      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Find%20duplicates.png</image>
    4950    </screenshot>
    5051    <screenshot type="default">
    5152      <caption>Contact - General</caption>
    52       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20General.png</image>
     53      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20General.png</image>
    5354    </screenshot>
    5455    <screenshot type="default">
    5556      <caption>Contact - Work</caption>
    56       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Work.png</image>
     57      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Work.png</image>
    5758    </screenshot>
    5859    <screenshot type="default">
    5960      <caption>Contact - Social</caption>
    60       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Social.png</image>
     61      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Social.png</image>
    6162    </screenshot>
    6263    <screenshot type="default">
    6364      <caption>Contact - Home</caption>
    64       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Home.png</image>
     65      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Home.png</image>
    6566    </screenshot>
    6667    <screenshot type="default">
    6768      <caption>Contact - Chat</caption>
    68       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Chat.png</image>
     69      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Chat.png</image>
    6970    </screenshot>
    7071    <screenshot type="default">
    7172      <caption>Contact - All fields</caption>
    72       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20All%20fields.png</image>
     73      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20All%20fields.png</image>
    7374    </screenshot>
    7475  </screenshots>
     
    7980      <description>
    8081        <ul>
     82          <li>Added: Keyboard shortcuts form accessible from Help menu.</li>
     83          <li>Added: Menu action View - Fullscreen for switching into full screen mode.</li>
     84          <li>Added: More menu action icons.</li>
     85          <li>Added: File menu action Import to export vCard data from CSV, XML, JSON and MediaWiki.</li>
     86          <li>Added: File menu action Export to export vCard data into CSV, XML, JSON, MediaWiki, Excel paste, plain text and HTML.</li>
     87          <li>Added: Detect Beyond Compare as compare tool on Windows.</li>
     88          <li>Added: Accept dropped files onto the application form.</li>
     89          <li>Added: VCardProcessor class for processing contacts available from VCard package.</li>
     90          <li>Added: Normalize menu action for normalization of contact property values.</li>
     91          <li>Added: New file compare dialog with additional normalize options.</li>
     92          <li>Modified: Improved new contact neme generation.</li>
     93          <li>Modified: Improved forms resize handling.</li>
     94          <li>Modified: Compare action uses external compare tool.</li>
     95          <li>Fixed: Property form error.</li>
     96          <li>Fixed: Not loaded last opened files.</li>
     97          <li>Fixed: Correctly apply theme to contacts form.</li>
     98          <li>Fixed: Width of not all contacts columns was remembered.</li>
     99          <li>Fixed: Resize of compare and normalize forms.</li>
     100          <li>Fixed: Report error if compare tool was not found.</li>
     101          <li>Fixed: Font size was not scaled in source code form.</li>
    81102        </ul>
    82103      </description>
  • tags/1.5.0/Install/flatpak/net.zdechov.app.vCardStudio.yml

    r181 r183  
    2424    sources:
    2525      - type: svn
    26         url: https://svn.zdechov.net/vcard-studio/trunk
    27         revision: r177
     26        url: https://svn.zdechov.net/vcard-studio/tags/1.5.0
     27        revision: r183
    2828    buildsystem: simple
    2929    build-commands:
     
    3535      - ln -s $FLATPAK_DEST/share/vCardStudio/vCardStudio $FLATPAK_DEST/bin/vCardStudio
    3636      - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications
    37       - install -Dm644 Images/256x256/vCardStudio.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
     37      - install -Dm644 "Images/vCard Studio.png" $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
    3838      - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/vCardStudio/Languages
    3939      - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/vCardStudio/Languages
Note: See TracChangeset for help on using the changeset viewer.