Skip to content

Releases: org-trello/org-trello

0.4.8

08 Jun 17:38
Compare
Choose a tag to compare
  • Backlog
  • mad caret syndrom - Close #177
    • mad caret - fix sync to
    • mad caret - the caret does not move even when sync computation takes place
    • mad caret - fix sync from
  • Upgrade version
  • Update release notes

0.4.7

08 Jun 11:10
Compare
Choose a tag to compare
  • Backlog
  • Improve the description management in org and trello - #89 #175
  • Revert to the block json-encode-hash-table
  • Upgrade version
  • Update release notes

0.4.6

30 May 12:08
Compare
Choose a tag to compare
  • Prepare Backlog
  • Fix - CLOSE #172
  • Fix - prelude does some monkey-patching on json-encode-hash-table which is used by org-trello - reimplement this function
  • CI is broken again - Try to find a solution
  • Update version
  • Update release notes

0.4.5

19 May 06:14
Compare
Choose a tag to compare
  • Backlog
  • 'Sync from trello' must preserve unknown data card in drawer - CLOSE #167
    • Extract unknown information and store them in org entity representation
    • Ensure those data transit back in trello data when merging
    • Write back those unknown information in the sync from trello
  • Update version
  • Release notes

0.4.4

12 May 19:44
Compare
Choose a tag to compare

0.4.4

  • Multiple files packaging - CLOSE #163
    • Move src/*.el files to /org-trello
    • Add 'provide statements for each of those files
    • Rework header + org-trello + footer files
    • Adapt main org-trello.el files to reference the needed namespaces
    • Adapt test files so that it continues to work (add the needed require statements)
    • Adapt loading code routine for developing + testing
    • Refactoring step - rename some files to avoid confusion
    • Adapt README-dev.md to the current code adaptation
    • Adapt cask packaging
    • Add missing standard header to namespace
    • Does org-trello still compiles? NO
    • Fix simple compilation warnings
    • Fix some more warnings
    • Does org-trello's test work? YES
    • Does org-trello work? NO
    • Doc - Update docstring to standard emacs convention
    • Fix org-trello to make it work again
    • Test package melpa install (adapt org-trello recipe and test M-x package-install-file) - https://github.com/ardumont/melpa/blob/org-trello-with-multiple-files-packaging/recipes/org-trello
    • Test package marmalade install
  • Fix org-trello behavior with overlay on org-return and org-ctrl-c-ret
  • Update version
  • Release notes

0.4.3

25 Apr 10:44
Compare
Choose a tag to compare
  • Prepare backlog
  • Replace local back-end (file implementation) with a RAM database [100%]
  • Update README-dev.md about the new db namespace
  • Remove some useless new code
  • Improve start/stop server policy (one server may sync multiple buffers/boards... and right now, not really taken into account)
  • Clean dead code from the implementation switch from implicit disk files db to RAM db [100%]
  • Improve start/stop server policy 2
  • Some Refactoring
  • Version
  • Release notes

0.4.2

12 Apr 20:05
Compare
Choose a tag to compare
  • Refactoring - Remove dead code
  • Refactoring - Remove duplicated code already existing in dependency library
  • Improve - Fold all entries when sync full file from trello is done
  • Improve loading org-trello namespaces for dev purposes
  • Version
  • Release notes

0.4.1.1

09 Apr 23:05
Compare
Choose a tag to compare
  • Remove non interactive commands
  • Create board does not work - Close #157
  • Improve loading keys policy - #156
  • Use cask to make the packaging and remove old personal routines
  • Version
  • Release notes

0.4.1

07 Apr 12:34
Compare
Choose a tag to compare

0.4.1

  • Fix deadline/description problem - #154
  • Fix deadline/due date problem - #153
  • When sync from trello, merge non trello org tags with trello tags (to avoid loss for the user)
  • When sync to trello, filter out org tags that will not be understood by trello (to avoid 400 request from trello)
  • Add the quick start in the main package description
  • Version
  • Release notes

0.4.0.1

02 Apr 12:59
Compare
Choose a tag to compare
  • Fix 'Sync doesn't work if org buffer name contains special characters' - Close #147
  • Version
  • Release notes