Task

A plugin to show tasks of project in progress

tool

Installation command

!!MCDR plugin install mcd_task

Repository

Synced at

...

Last update

...

Latest version

Total downloads

5266

Back to catalogue

Task-v2.3.0+build.62.mcdr

Version

2.3.0+build.62

Date

June 25, 2022

Size

18.55 KiB

Downloads

63

MD5

7ed3dc733cfd58876c781f51b5f8fd26

SHA256

64133c9a786a7f5acd4cbbfa18ce3615d6d4a3d15c9806639163e22eb6c64559

MCDR Plugin Dependencies

Plugin IDRequirement
mcdreforged>=2.1.3

Python Package Requirements

Python PackageRequirement

none

  1. Color scheme has been changed, now titles of tasks marked as done will be displayed in light gray instead of dark gray, and descriptions are dark green instead of light green (in help message) / light gray (in task detail).

  2. Command !!task list-done has been removed, and tasks marked as done will be just displayed in !!task list view.

  3. Now marking father task as done will make all its sub-tasks be treated as done (you can still see if this node is marked as done).

  4. Now you can use !!task deadline <titles> clear to remove the task deadline, and !!task unres <titles> -all to remove all its responsibles.

Full Changelog: https://github.com/TISUnion/Task/compare/2.2.0...2.3.0