Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Releases: FlohGro-dev/Craftist

Craftist_0.9

Craftist_0.9 Pre-release
Pre-release

Choose a tag to compare

@FlohGro-dev FlohGro-dev released this 13 Dec 19:25

DISCLAIMER the login modal window somehow does not use the dark theme which looks ugly. If you struggle to add the Todoist token just switch Craft to the light theme and it should be readable :)

fixed: Support for new Todoist API version

hopefully this fixes all issues due to the deprecated Todoist API - if not please let me know

Craftist_0.8.1

Craftist_0.8.1 Pre-release
Pre-release

Choose a tag to compare

@FlohGro-dev FlohGro-dev released this 03 Jul 21:14

v0.8.1

fixed: Imported tasks were taking up more space (issue #57)

Craftist_0.8

Craftist_0.8 Pre-release
Pre-release

Choose a tag to compare

@FlohGro-dev FlohGro-dev released this 29 May 19:33

v0.8

  • new: tab layout to divide into Features / Settings and Info
  • new: version check in the Info Tab (thanks to @DharamKapila for the support and inspiration)
  • new: import tasks with label feature - this allows the user to import all tasks with the selected label
  • new: setting to exclude importing tasks that are assigned to other people in Todoist (enabled by default)
  • improved: recurring tasks now include the "due string" to show more information about the recurring frequency
  • improved: removed seconds from due time string
  • improved: no completed tasks are imported anymore when importing tasks from a linked project
  • changed: emojis to indicate mobile (App) 📱 and web 🌐 links to tasks - this reduces the needed space for the links
  • fixed: prevent sync task states when the due date in Craft is older than in Todoist for recurring tasks

Craftist_0.7.1

Craftist_0.7.1 Pre-release
Pre-release

Choose a tag to compare

@FlohGro-dev FlohGro-dev released this 02 Apr 09:20

v0.7.1

  • fixed: settings for continuous sync and due dates in daily notes were not read properly
  • improved: notification for unsynced tasks (recurring tasks are not synced when due dates are disabled)

Craftist_0.7

Craftist_0.7 Pre-release
Pre-release

Choose a tag to compare

@FlohGro-dev FlohGro-dev released this 30 Mar 21:20
c9fb9a9

v0.7

  • improved: sync task improvements - switched to update Blocks - blocks will not get recreated in every sync
  • new: priorities sync - priorities can be synced as metadata which will colorize the task content similar to Todoists colors
  • new: recurring tasks will be unlinked when when they are completed in a daily note which will prevent repeated sync of the task / keep it checked in the daily note
  • new: (beta) continuous sync of tasks can be enabled in the settings - this will perform a sync every 30 seconds - it will be enabled / disabled with the Sync Tasks Button
    • this is a beta feature so please be patient and expect bugs; report them in the repository with as much details as possible
    • to report issues or thoughts on the beta you can add comments in the discussion

Craftist_0.6

Craftist_0.6 Pre-release
Pre-release

Choose a tag to compare

@FlohGro-dev FlohGro-dev released this 06 Mar 19:53
  • new/improved: sync task improvements - recurring tasks are now enabled if due dates are included as metadata
  • new: metadata import - imported and synced tasks will now contain metadata from todoist (due dates, labels and descriptions) which you can enable / disable as you like
  • change: added warning for disabled task links since syncing states is not possible without links
  • new/improved: completely revamped settings window for easier usability
  • fixed: creating tasks features now respect link settings
  • new: option to import tasks after the current selected block (enabled by default)
  • new: option to set due dates for exported tasks to date of the daily notes (enabled by default)
  • change: craftdocs://open[..] urls (resulting from cross-linking) will be stripped from task contents since they don't work and just produce clutter.

Craftist_0.5

Craftist_0.5 Pre-release
Pre-release

Choose a tag to compare

@FlohGro-dev FlohGro-dev released this 18 Feb 17:53
b3473f8
  • new/fixed: Craftist is now working in the web version of Craft
  • change: slightly changed the login behavior - no separate login form anymore - now included in the "Login/Logout" button
  • fixed: cleanup of notification behavior when execution of operations succeeds / fails

Craftist_0.4

Craftist_0.4 Pre-release
Pre-release

Choose a tag to compare

@FlohGro-dev FlohGro-dev released this 08 Feb 17:46

v0.4

  • new: TASK GROUPING - now all imported tasks are grouped by their parent task / project / section
    • if you import tasks from a linked project the tasks will just be grouped in their sections (this can be changed later with settings)
  • new: imported Tasks will contain the due date of the task which is linked to the correct daily note
  • new: Settings Menu to change some basic settings:
    • Enable / Disable Mobile Url (for tasks and projects)
    • Enable / Disable Webview Url (for tasks and projects)
    • Enable / Disable Due Dates for imported tasks
    • note: these settings are stored locally but must be set again after you reinstalled the eXtension (at least from my testing results)
  • change: „import project List“ now uses correct order of projects
  • fixed: „import todays tasks“ button now also imports overdue tasks
  • fixed: tasks won't get imported twice when they are already present in the document

Craftist_0.3

Craftist_0.3 Pre-release
Pre-release

Choose a tag to compare

@FlohGro-dev FlohGro-dev released this 14 Jan 19:52

Version 0.3 of Craftist - the Todoist eXtension for Craft

  • new: "Link Note to Project" Button / Feature which will prepend a link to an existing project in Todoist to the current document
  • new: "Import Tasks from linked Project" Button / Feature which will import all Tasks from the linked Project and add them as Blocks to the end of the document
  • change: Creating / Crosslinking tasks will now create tasks in the linked project (if the note is linked) - if the note is linked to multiple projects in todoist the tasks will be created in the inbox
  • change: Created / Linked Tasks will now contain a Link in the Task Description to the Craft Document itself

Craftist_0.2

Craftist_0.2 Pre-release
Pre-release

Choose a tag to compare

@FlohGro-dev FlohGro-dev released this 15 Dec 21:20

New Features:

  • create tasks from selection (selected blocks)
  • import all tasks

Improvements:

  • theme detection (dark / light mode)
  • ui improvements (divided sections)
  • prevention of sync task states for recurring tasks (currently not transparent to the user what happens in the background)