Skip to content

Releases: org-trello/org-trello

v0.0.8

31 Jul 00:35
Compare
Choose a tag to compare
  • DONE Fix the cl-lib dependency
  • DONE Improve the message when an action is done to let the user know when the action is done!
  • DONE Better saving buffer policy
  • DONE Sync org DEADLINE with trello card due - https://github.com/ardumont/org-trello/issues/17
  • DONE Done, Todo on "check lists" - Once the user sets a "check list" to DONE or TODO, then check or uncheck all the tasks it contains. - https://github.com/ardumont/org-trello/issues/16
  • DONE A simple and parametrable setup to make the user choose to use the checklist system or not
  • DONE Upgrade version
  • DONE Release notes
  • DONE Release
  • DONE Update documentation about deadline, checklist
  • DONE Cleanup the debugging functions

v0.0.7

25 Jul 18:48
Compare
Choose a tag to compare
  • DONE Reference missing bindings in documentation
  • DONE Upgrade version
  • DONE Improve the error message around the setup (the setup message is too generic and must be more detailed)
  • DONE Save the buffer after the synchronization is done (after all we write the trello ids in the buffer)
  • DONE Release

v0.0.6.1

25 Jul 08:53
Compare
Choose a tag to compare
  • DONE Fix the json-1.3 dependency, sometimes only 1.2 is available
  • DONE Update version
  • DONE Release

v0.0.6

24 Jul 19:31
Compare
Choose a tag to compare
  • DONE Test that the title/label of the entity is set when syncing to avoid a 400 error
  • DONE Before making the request, ensure that everything is ok (checklist needs the card id, items needs the checklist id, etc...)
  • DONE Up the demo video in the beginning of the readme
  • DONE Improve readme with links to org-mode and trello
  • DONE Improve readme's use cases
  • DONE Mention the possible errors
  • DONE Mention the emacs version
  • DONE Update release notes
  • DONE Update the version
  • DONE Make a release

v0.0.5

18 Jul 14:22
Compare
Choose a tag to compare
  • DONE Synchronizing from the trello board must simply computes and add/rename what's changed [100%]
  • DONE Rewrite the release notes in their own file
  • DONE Look on how to make a toc in the README.md in github
  • DONE Update the release notes
  • DONE Release on github, marmalade, melpa

v0.0.4.1

16 Jul 18:39
Compare
Choose a tag to compare
  • DONE Fix the creation board routine regarding the org-mode keywords (dynamic typing hell!)
  • DONE Improve documentation regarding the possibilities to setup the org-mode keyword
  • DONE Upgrade version to 0.0.4.1
  • DONE Release on github, melpa, marmalade

v0.0.4

16 Jul 16:40
Compare
Choose a tag to compare
  • DONE Permit the user to deal with his/her own trello list (based on his/her org-mode keywords - cf. http://orgmode.org/manual/In_002dbuffer-settings.html)
  • DONE Deploy on marmalade the stable version (and update the readme about it)
  • DONE Rewrite tests using expectations
  • DONE Simplify some code regarding destructuring for example
  • DONE Remove useless code
  • DONE Improve documentations and sync the routine check message with the documentation.
  • DONE Update documentation

v0.0.3.1

13 Jul 09:03
Compare
Choose a tag to compare
  • Fix error on the "attach org-mode file to trello board" routine
  • Documentation updates and simplification
  • Released on marmalade and melpa

v0.0.3

13 Jul 09:05
Compare
Choose a tag to compare
  • Synchronizing the full org-mode file to the trello board
  • Synchronizing the full trello board inside the org-mode file
  • Create a board directly from the org-mode file
  • Rewriting tests using expectations
  • Packaging routine
  • Released on marmalade and melpa

v0.0.2

13 Jul 09:06
Compare
Choose a tag to compare
  • Synchronizing a full entity (card/checklist/items) in the trello board
  • Interactive command to install the key and the read/write access token in a file
  • Interactive command to attach the org-mode file to a trello board
  • Released on melpa
  • ci-travis up and running on the github repository