-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding multiple comments if a comment exceeds Deck 1000char limit.
Notify user that the request is being worked on. Better error handling. Attachments added in card description rather than as a comment. Using Toast for progress messages.
- Loading branch information
1 parent
10f7b2e
commit a6f53e3
Showing
5 changed files
with
53 additions
and
21 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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
## 1.0.2 – 2022-05-25 | ||
Adding multiple comments if a comment exceeds Deck 1000char limit. | ||
Notify user that the request is being worked on. | ||
Better error handling. | ||
Attachments added in card description rather than as a comment. | ||
Using Toast for progress messages. | ||
|
||
## 1.0.1 – 2022-05-24 | ||
Fixed issues where title was longer than 255chars | ||
Upgraded version support to NC23 and NC24 |
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>Deck Import From Trello</name> | ||
<summary>nextcloud app that allows Deck import from Trello export to JSON file</summary> | ||
<description><![CDATA[nextcloud app that allows Deck import from Trello export to JSON file]]></description> | ||
<version>1.0.1</version> | ||
<version>1.0.2</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" homepage="https://newro.co">newroco</author> | ||
<namespace>DeckImportFromTrello</namespace> | ||
|
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
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
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