- this is the last version, before the πππ GREAT REFACTORING πππ
- npm update
- extension requires at least Visual Studio Code 1.47 now
- add sponsor link to open collective
- updated the following npm modules:
- html-entities
^1.3.1
- humanize-duration
^3.23.1
- lodash
^4.17.19
- html-entities
- extension requires at least Visual Studio Code 1.43 now
- rainbyte fixed issue when opening links via xdg-open.
- extension requires at least Visual Studio Code 1.43 now
- updated the following npm modules:
- humanize-duration
^3.22.0
- marked
^0.8.2
- vscode-helpers
^7.0.2
- humanize-duration
- extension requires at least Visual Studio Code 1.42 now
- updated the following npm modules:
- humanize-duration
^3.21.0
- lodash
^4.17.15
- marked
^0.8.0
- sanitize-filename
^1.6.3
- vscode-helpers
^6.0.0
- humanize-duration
- extension requires at least Visual Studio Code 1.38 now
- updated the following npm modules:
- fs-extra
^8.1.0
- html-entities
^1.2.1
- humanize-duration
^3.20.0
- lodash
^4.17.15
- marked
^0.7.0
- sanitize-filename
^1.6.3
- vscode-helpers
^5.1.1
- fs-extra
- fixes
- extension requires at least Visual Studio Code 1.33 now
- humanize-duration
^3.18.0
- marked
^0.6.2
- humanize-duration
- extension requires at least Visual Studio Code 1.31 now
- updated the following npm modules:
- fs-extra
^7.0.1
- humanize-duration
^3.17.0
- marked
^0.6.1
- vscode-helpers
^4.0.1
- fs-extra
- markdown help link directly to the syntax page ... s. pull request #25
- extension requires at least Visual Studio Code 1.28 now
- updated the following npm modules:
- humanize-duration
^3.15.3
- lodash
^4.17.11
- humanize-duration
- added
simpleIDs
setting, which is(true)
by default and indicates if simple integer values should be used for card IDs or not ... s issue #17 - updated the following npm modules:
- humanize-duration
^3.15.1
- vscode-helpers
^2.12.0
- humanize-duration
- added
canExecute
setting, which can be set to(true)
to execute anonExecute()
function in a.vscode/vscode-kanban.js
file:
- code cleanups and improvements
- bugfixes
- can define custom column names now ... s. issue #14
- added
all()
andany()
filter functions - fixed README
- code cleanups and improvements
- updated the following npm modules:
- vscode-helpers
^2.10.3
- vscode-helpers
- improved speed of filter feature
- bugfixes
- code cleanups
- added links for faster access to help pages about Markdown and filter languages
- design improvements
- bugfixes
- can filter cards now (s. issue #12):
- disabled
ESC
button for popups, which do add and edit cards ... s. issue #8
- added chart and diagram support, provided by mermaid ... s. Diagrams and charts
- Markdown editors now using syntax highlighting, provided by CodeMirror
- can add links to other cards now ... s. issue #9
- disabled
ESC
button for popups, which do add and edit cards ... s. issue #8 - design updates
- code cleanups and improvements
- bugfixes
- updated the following npm modules:
- humanize-duration
^3.15.0
- vscode-helpers
^2.7.0
- humanize-duration
- using links in Markdown is possible now ... s. issue #7
- added
exportOnSave
setting, which will save cards to external markdown files, if set to(true)
... s. issue #5
- added additional detail area for cards ... s. issue #5
- code cleanups and improvements
- bugfixes
- can now define user defined categories ... s. issue #1
- can define custom CSS styles for boards now
- added
noTimeTrackingIfIdle
setting, which can be set to(true)
to hide 'track time' button in cards, if they are stored inTodo
orDone
column
- added track time feature:
with support for Toggl:
- progress bars are displayed, when using task lists in descriptions:
- added reload button and fixed bug when bringing board to foreground, s. issue #4:
- improved card design
- now can set custom data to
tag
property of cards via event scripts, e.g.
- improved design of cards
- bugfixes
- added Markdown support for card descriptions
- bugfixes
- added
require()
method to EventScriptFunctionArguments interface, which can also access the modules of that extension
- creation time is displayed in the left bottom corner of a card now (only available for new cards), s. issue #2
- can handle events via scripts now
- added
Assigned To
andPrio
fields for cards
- title of board is updated with the name of the underlying workspace after initialization now
For more information about the extension, that a look at the project page.