Skip to content

Releases: org-trello/org-trello

0.6.8

13 Dec 11:28
Compare
Choose a tag to compare
  • Create backlog
  • Update version
  • Edit comment direct in buffer - CLOSE #221
  • Open binding C-c o U for sync a comment action
  • Release notes

0.6.7

11 Dec 21:08
Compare
Choose a tag to compare
  • Create backlog
  • Update version
  • Improve/Refactor the comment deletion
  • Fix orgtrello-buffer/pop-up-with-content!
  • Improve comment creation - CLOSE #222 [2/2]
    • Add checksum to the comments
    • Improve comment creation
  • Release notes

0.6.6

09 Dec 06:51
Compare
Choose a tag to compare
  • Create backlog
  • Update version
  • Delete comments - CLOSE #222
  • Clean no longer used show comments commands + install the delete comment command
  • Release notes

0.6.5

07 Dec 16:39
Compare
Choose a tag to compare
  • Create backlog
  • Update version
  • Maintenance - Revert tests back to ert-deftest to have more explicit error outputs
  • Fix unit tests
  • Fix CI which does not break when failure or error.
  • Format user's comments in a readable format - #218 [2/2]
    • Update the comment's format according to #218 (comment)
    • Update the org-trello/add-card-comments command to improve creating comment
  • Release notes

0.6.4

04 Nov 22:51
Compare
Choose a tag to compare
  • Minor change to allow abbreviated file path - #213
  • Update version
  • Move file list functionality to org-trello.el - CLOSE #214
  • Add ;;;### autoload for the org-trello's default commands
  • Release notes

0.6.3

19 Oct 17:32
Compare
Choose a tag to compare
  • Update version
  • Enable org-trello mode automatically for certain files - #210
  • Release notes

0.6.2

04 Oct 09:19
Compare
Choose a tag to compare
  • Backlog
  • Update version
  • Improve check connection to trello
  • Improve documentation about the org-trello setup
  • Release notes

0.6.1

17 Sep 08:14
Compare
Choose a tag to compare
  • Update version
  • Trello archived cards are not archived on org-trello buffers - CLOSE #203
  • Release notes

0.6.0

14 Sep 17:05
Compare
Choose a tag to compare
  • Refactor - Unify data structure between trello card and org-trello card
  • Refactor - Improve merge computations
  • Refactor - Remove some dead code
  • Update version
  • Improve sync request policy - [[https://github.com//issues/58]] [87%]
    • 'Sync card to trello' syncs card only if local changes
    • 'Sync card from trello' updates the card from trello and the local checksum signature
    • 'Sync buffer from trello' updates the local card checksum
    • 'Sync buffer to trello' syncs only card with local changes
    • 'Delete entity' updates the checksum
    • Extend the checksum system to the checkbox entities (checklist/item) - sync to trello
    • Extend the checksum system to the checkbox entities (checklist/item) - sync from trello
    • Update checksum computation depending on entities
  • Checklists don't work for me - It does work - Need to improve checklist and item predicates. - CLOSE #204
    • Fix behavior
    • Fix tests
  • Release notes

0.5.9

06 Sep 09:21
Compare
Choose a tag to compare
  • Backlog
  • Update version
  • Improve region card computation for sync card from trello.
  • Fix error on sync card from trello when nothing to sync.
  • Use defcustom instead of defvar for user customisation - CLOSE [[https://github.com//issues/196][#196]]
  • When not in card, explain why you cannot do the current action
  • Improve display of error when sync a card without title
  • Check package installation and fix what's needed
  • Release notes