|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<component type="desktop-application"> |
| 3 | + <id>net.zdechov.app.vCardStudio</id> |
| 4 | + |
| 5 | + <name>vCard Studio</name> |
| 6 | + <summary>Contact management application</summary> |
| 7 | + |
| 8 | + <url type="homepage">https://app.zdechov.net/vcard-studio</url> |
| 9 | + <url type="contact">https://app.zdechov.net/c-evo#Support</url> |
| 10 | + |
| 11 | + <metadata_license>CC0-1.0</metadata_license> |
| 12 | + <project_license>CC0-1.0</project_license> |
| 13 | + |
| 14 | + <description> |
| 15 | + <p> |
| 16 | + A contact management application with support for vCard file format (.vcf). |
| 17 | + </p> |
| 18 | + <p>Features:</p> |
| 19 | + <ul> |
| 20 | + <li>Add, Edit, Clone or Remove contacts and contact properties</li> |
| 21 | + <li>Shows contact fields in multiple tabs General, Home, Work, Social, Chat ans Others</li> |
| 22 | + <li>Contact photo displayed and can be changed (supported image types JPEG, PNG, GIF and BMP)</li> |
| 23 | + <li>Quick filter by table columns in contacts list</li> |
| 24 | + <li>Combine multiple contact files together</li> |
| 25 | + <li>Split contacts to separate files</li> |
| 26 | + <li>Find any value in contacts</li> |
| 27 | + <li>Find duplicate contacts to merge</li> |
| 28 | + <li>Copy, Cut and Paste contacts from/to clipboard</li> |
| 29 | + <li>Multilingual interface (English, Czech, Swedish)</li> |
| 30 | + <li>Contact QR code</li> |
| 31 | + <li>View contact source with syntax highlighting</li> |
| 32 | + <li>Export to CSV, XML, MediaWiki, Excel, JSON, HTML and plain text.</li> |
| 33 | + <li>Import from CSV, XML, MediaWiki and JSON.</li> |
| 34 | + <li>Compare with another vCard file.</li> |
| 35 | + </ul> |
| 36 | + </description> |
| 37 | + |
| 38 | + <launchable type="desktop-id">net.zdechov.app.vCardStudio.desktop</launchable> |
| 39 | + |
| 40 | + |
| 41 | + <screenshots> |
| 42 | + <screenshot type="default"> |
| 43 | + <caption>Main window</caption> |
| 44 | + <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/vCard%20Studio.png</image> |
| 45 | + </screenshot> |
| 46 | + <screenshot> |
| 47 | + <caption>Find duplicates</caption> |
| 48 | + <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Find%20duplicates.png</image> |
| 49 | + </screenshot> |
| 50 | + <screenshot> |
| 51 | + <caption>Contact - General</caption> |
| 52 | + <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20General.png</image> |
| 53 | + </screenshot> |
| 54 | + <screenshot> |
| 55 | + <caption>Contact - Work</caption> |
| 56 | + <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Work.png</image> |
| 57 | + </screenshot> |
| 58 | + <screenshot> |
| 59 | + <caption>Contact - Social</caption> |
| 60 | + <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Social.png</image> |
| 61 | + </screenshot> |
| 62 | + <screenshot> |
| 63 | + <caption>Contact - Home</caption> |
| 64 | + <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Home.png</image> |
| 65 | + </screenshot> |
| 66 | + <screenshot> |
| 67 | + <caption>Contact - Chat</caption> |
| 68 | + <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Chat.png</image> |
| 69 | + </screenshot> |
| 70 | + <screenshot> |
| 71 | + <caption>Contact - Others</caption> |
| 72 | + <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Others.png</image> |
| 73 | + </screenshot> |
| 74 | + <screenshot> |
| 75 | + <caption>Contact - All fields</caption> |
| 76 | + <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20All%20fields.png</image> |
| 77 | + </screenshot> |
| 78 | + </screenshots> |
| 79 | + |
| 80 | + <releases> |
| 81 | + <release version="1.5.0" date="2024-08-27"> |
| 82 | + <url type="details">https://svn.zdechov.net/vcard-studio/tags/1.5.0/Release%20Notes.txt</url> |
| 83 | + <description> |
| 84 | + <ul> |
| 85 | + <li>Added: Keyboard shortcuts form accessible from Help menu.</li> |
| 86 | + <li>Added: Menu action View - Fullscreen for switching into full screen mode.</li> |
| 87 | + <li>Added: More menu action icons.</li> |
| 88 | + <li>Added: File menu action Import to export vCard data from CSV, XML, JSON and MediaWiki.</li> |
| 89 | + <li>Added: File menu action Export to export vCard data into CSV, XML, JSON, MediaWiki, Excel paste, plain text and HTML.</li> |
| 90 | + <li>Added: Detect Beyond Compare as compare tool on Windows.</li> |
| 91 | + <li>Added: Accept dropped files onto the application form.</li> |
| 92 | + <li>Added: VCardProcessor class for processing contacts available from VCard package.</li> |
| 93 | + <li>Added: Normalize menu action for normalization of contact property values.</li> |
| 94 | + <li>Added: New file compare dialog with additional normalize options.</li> |
| 95 | + <li>Modified: Improved new contact neme generation.</li> |
| 96 | + <li>Modified: Improved forms resize handling.</li> |
| 97 | + <li>Modified: Compare action uses external compare tool.</li> |
| 98 | + <li>Fixed: Property form error.</li> |
| 99 | + <li>Fixed: Not loaded last opened files.</li> |
| 100 | + <li>Fixed: Correctly apply theme to contacts form.</li> |
| 101 | + <li>Fixed: Width of not all contacts columns was remembered.</li> |
| 102 | + <li>Fixed: Resize of compare and normalize forms.</li> |
| 103 | + <li>Fixed: Report error if compare tool was not found.</li> |
| 104 | + <li>Fixed: Font size was not scaled in source code form.</li> |
| 105 | + </ul> |
| 106 | + </description> |
| 107 | + </release> |
| 108 | + </releases> |
| 109 | + |
| 110 | + <categories> |
| 111 | + <category>Utility</category> |
| 112 | + </categories> |
| 113 | + |
| 114 | + <content_rating type="oars-1.1"/> |
| 115 | +</component> |
0 commit comments