Skip to content

Releases: benjypng/logseq-todoist-plugin

v2.01

08 Nov 03:18
Compare
Choose a tag to compare
  • Added fix for blank line when pulling tasks
  • Added Save & Close button and Exit Without Saving button to prevent accidental overwriting of settings file.
  • Added fix for inserting in home page

v2.0

07 Nov 09:44
Compare
Choose a tag to compare

Significant UI/UX Changes from previous versions! Can be installed from Logseq Marketplace.

  • Added a UI to enter the API Tokens and Project IDs, instead of having to open up the settings file, or to create a .env file.
  • User will use the /pull to pull tasks from Todoist, instead of clicking a button.
  • The rest of the functions remain the same.

P.S. I would like to apologise in advance for my horrible versioning.

v0.92-alpha

03 Nov 14:23
Compare
Choose a tag to compare
  • Refactored code in preparation for deployment to Logseq marketplace
    • Configured to be able to use logseq.settings for the env variables

v0.91-alpha

01 Nov 15:20
Compare
Choose a tag to compare
  • If the task or sub-task contains descriptions, it will be pulled from Todoist as a block attribute.

v0.90-alpha

31 Oct 09:50
Compare
Choose a tag to compare
  • Added function to use a slash command to quickly send a task to your Inbox in Todoist.
  • Added use Project name as parent blocks for their tasks.

v0.85-alpha

30 Oct 14:38
Compare
Choose a tag to compare
  • Allow plugin to be used on all pages except home page.
  • Refactored code to make it speedier.
  • Added check if there are any tasks in the first place.
  • Fixed issue of Header Block (e.g. [[Tasks Inbox]]) showing even when there are no tasks to pull.

v0.84-alpha

29 Oct 16:17
Compare
Choose a tag to compare

Adding of child-blocks for sub-tasks.

v0.82-alpha

28 Oct 16:24
Compare
Choose a tag to compare

Included a functionality where you can either:

  1. Have TODO added to the task when you import them into Logseq.

or

  1. Include them in Todoist itself before you import them. This gives you the flexibility of adding other attributes such as NOW, WAITING, etc. on Todoist, before it gets imported.

or

  1. Both.

This is controlled by what you include in your .env file:

  • For (1), just use the variable PROJECT_ID_WITHOUT_PREFIX.
  • For (2), just use the variable PROJECT_ID_WITH_PREFIX.
  • For (3), use both variables above.

0.61-alpha

28 Oct 09:51
Compare
Choose a tag to compare
  • Removed dotenv dependency as parcel doesn't need it
  • Fixed env var error when compiling

0.8-alpha

28 Oct 13:18
Compare
Choose a tag to compare

Incorporated feature request:

  • Able to differentiate between tasks that you want imported with a TODO, and tasks that you want to include the prefix in Todoist before import. This is done in the .env file.