- Fix mysterious build loss.
- Update dependencies.
- Fixes bug that made due date required.
- New option to see and add card due dates. Thanks @ChrisChinchilla!
- New option to open trello links in the trello desktop apps. Thanks @ChrisChinchilla!
- New setting to pre-populate the title of a new trello card with the note it's being attached to. Thanks @ChrisChinchilla!
- Breaks compatibility with many old versions of Obsidian. Should only be used on latest versions.
- Prevent CORS errors by using requestUrl instead of RxJS Ajax
- MetaEdit is no longer required for use
- Restore compatibility with v0.15.x versions of Obsidian
- Markdown is rendered in comments, lists, and descriptions.
- Plugin can be enabled on mobile.
- Theme checklist progress bar to match color theme.
- Checklists and checklist items are sorted.
- Refreshing card bypasses checklist cache.
- Add checklist support. These can be enabled/disabled globally or per note.
- Force a card refresh when the token is updated. This won't fix all issues with broken tokens but does address this one case.
- Version 1.3.1 was incorrectly released with the wrong source files. 1.3.2 has no changes except to the version.
- UUIDs can be generated on mobile.
- Add global setting and per-note settings for UI customization
- Use text color variable for trello color theming
- Increase hoverable area for labels
- Hide description section when card has no description
- When moving cards between lists, respect the position selected in plugin settings
- This release will add a new YAML frontmatter key to each connected file. This is used for customizing the UI for each note.
- Move cards between lists by select the current list in the Trello pane
- A new first run experience that opens the Trello pane when the plugin is first enabled
- New settings are properly applied to existing users.
- Create cards from within Obsidian
- Verbose logging option
- Initial release.