Skip to content

Commit ba45d60

Browse files
authored
Merge pull request #7 from flownative/task/appstore-screenshots
Add App Store screenshots and bump to 0.3.1
2 parents 12728d1 + 544c0ae commit ba45d60

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

appinfo/info.xml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,31 @@
33
<id>integration_basecamp</id>
44
<name>Basecamp integration</name>
55
<summary>Link previews and card creation for Basecamp</summary>
6-
<description><![CDATA[Basecamp integration provides rich link previews for Basecamp card URLs in Talk and Text documents, showing card title, status, column, assignees and due date. Create new Basecamp cards directly from the Smart Picker ("/") menu in Text documents.]]></description>
7-
<version>0.3.0</version>
6+
<description><![CDATA[**Basecamp integration** brings your Basecamp workflow into Nextcloud.
7+
8+
🔗 **Link Previews**
9+
Paste a Basecamp card URL into a Text document or Talk message and get a rich inline preview showing the card title, status, project, column, assignees, due date, and comment count.
10+
11+
✨ **Smart Picker — Create Cards**
12+
Type "/" in a Text document and select "Create a Basecamp card" to create new cards without leaving Nextcloud. Pick a project, column, assignees and due date — the card is created in Basecamp and inserted as a link preview.
13+
14+
🔐 **Secure OAuth 2 Authentication**
15+
Each user connects their own Basecamp account via OAuth. Tokens are stored encrypted and refreshed automatically.
16+
17+
🌐 **Multilingual**
18+
Available in English and German. Contributions welcome!]]></description>
19+
<version>0.3.1</version>
820
<licence>agpl</licence>
921
<author>Flownative</author>
1022
<namespace>IntegrationBasecamp</namespace>
23+
<documentation>
24+
<developer>https://github.com/flownative/nextcloud-integration-basecamp</developer>
25+
</documentation>
1126
<category>integration</category>
1227
<website>https://github.com/flownative/nextcloud-integration-basecamp</website>
1328
<bugs>https://github.com/flownative/nextcloud-integration-basecamp/issues</bugs>
29+
<screenshot>https://github.com/flownative/nextcloud-integration-basecamp/raw/main/img/screenshot-link-preview.png</screenshot>
30+
<screenshot>https://github.com/flownative/nextcloud-integration-basecamp/raw/main/img/screenshot-smart-picker.png</screenshot>
1431
<dependencies>
1532
<nextcloud min-version="28" max-version="34"/>
1633
</dependencies>

img/screenshot-link-preview.png

316 KB
Loading

img/screenshot-smart-picker.png

229 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration_basecamp",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Basecamp integration for Nextcloud",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)