-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(nc-vue): migrate to nextcloud/vue 8.0.0-beta.10
Signed-off-by: Raimund Schlüßler <[email protected]>
- Loading branch information
1 parent
7e6d725
commit 855378c
Showing
15 changed files
with
2,813 additions
and
886 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<name>Tasks</name> | ||
<summary>The Tasks app for Nextcloud</summary> | ||
<description><![CDATA[Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates and mark them as important. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client: Thunderbird, Evolution, KDE Kontact, iCal … - just add the calendar as a remote calendar in your client). You can download your tasks as ICS files using the download button for each calendar.]]></description> | ||
<version>0.15.0</version> | ||
<version>0.16.0-alpha.0</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]">Raimund Schlüßler</author> | ||
<namespace>Tasks</namespace> | ||
|
@@ -20,7 +20,7 @@ | |
<repository>https://github.com/nextcloud/tasks.git</repository> | ||
<screenshot>https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png</screenshot> | ||
<dependencies> | ||
<nextcloud min-version="25" max-version="28"/> | ||
<nextcloud min-version="28" max-version="29"/> | ||
</dependencies> | ||
<navigations> | ||
<navigation> | ||
|
Oops, something went wrong.