source: trunk/Install/flatpak/net.zdechov.app.vCardStudio.appdata.xml

Last change on this file was 186, checked in by chronos, 3 months ago
  • Modified: Updated flatpak files.
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<component type="desktop-application">
3 <id>net.zdechov.app.vCardStudio</id>
4
5 <name>vCardStudio</name>
6 <summary>Contact management application</summary>
7 <developer_name>Chronos</developer_name>
8
9 <url type="homepage">https://app.zdechov.net/vcard-studio</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>
19 Features:
20 </p>
21 <ul>
22 <li>Add, Edit, Clone or Remove contacts and contact properties</li>
23 <li>Shows contact fields in multiple tabs General, Home, Work, Social, Chat and Others</li>
24 <li>Contact photo displayed and can be changed (supported image types JPEG, PNG, GIF and BMP)</li>
25 <li>Quick filter by table columns in contacts list</li>
26 <li>Combine multiple contact files together</li>
27 <li>Split contacts to separate files</li>
28 <li>Find any value in contacts</li>
29 <li>Find duplicate contacts to merge</li>
30 <li>Copy, Cut and Paste contacts from/to clipboard</li>
31 <li>Multilingual interface (English, Czech, Swedish)</li>
32 <li>Contact QR code</li>
33 <li>View contact source with syntax highlighting</li>
34 <li>Export to CSV, XML, MediaWiki, Excel, JSON, HTML and plain text.</li>
35 <li>Import from CSV, XML, MediaWiki and JSON.</li>
36 <li>Compare with another vCard file.</li>
37 </ul>
38 </description>
39
40 <launchable type="desktop-id">net.zdechov.app.vCardStudio.desktop</launchable>
41
42 <screenshots>
43 <screenshot type="default">
44 <caption>Main window</caption>
45 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/vCard%20Studio.png</image>
46 </screenshot>
47 <screenshot type="default">
48 <caption>Find duplicates</caption>
49 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Find%20duplicates.png</image>
50 </screenshot>
51 <screenshot type="default">
52 <caption>Contact - General</caption>
53 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20General.png</image>
54 </screenshot>
55 <screenshot type="default">
56 <caption>Contact - Work</caption>
57 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Work.png</image>
58 </screenshot>
59 <screenshot type="default">
60 <caption>Contact - Social</caption>
61 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Social.png</image>
62 </screenshot>
63 <screenshot type="default">
64 <caption>Contact - Home</caption>
65 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Home.png</image>
66 </screenshot>
67 <screenshot type="default">
68 <caption>Contact - Chat</caption>
69 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Chat.png</image>
70 </screenshot>
71 <screenshot type="default">
72 <caption>Contact - All fields</caption>
73 <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20All%20fields.png</image>
74 </screenshot>
75 </screenshots>
76
77 <releases>
78 <release version="1.5.0" date="2024-08-27">
79 <url type="details">https://svn.zdechov.net/vcard-studio/tags/1.5.0/Release%20Notes.txt</url>
80 <description>
81 <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>
102 </ul>
103 </description>
104 </release>
105 </releases>
106
107 <categories>
108 <category>Utility</category>
109 </categories>
110
111 <content_rating type="oars-1.1"/>
112</component>
Note: See TracBrowser for help on using the repository browser.