Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Latest commit

Β 

History

History
254 lines (159 loc) Β· 15 KB

CHANGELOG.md

File metadata and controls

254 lines (159 loc) Β· 15 KB

Change Log (vscode-kanban)

Share via Facebook Share via Twitter Share via Pinterest Share via Reddit Share via LinkedIn Share via Wordpress Share via Email

PayPal donate button Patreon donate button Buy Me A Coffee donate button

1.33.0 (April 29th, 2022; npm update)

  • npm update

1.32.0 (November 6th, 2021; npm update)

1.31.1 (December 10th, 2020; npm update)

1.30.0 (October 9th, 2020; LAST MAIN VERSION BEFORE REFACTORING)

1.29.0 (July 20th, 2020; Visual Studio Code 1.47)

1.28.1 (July 3rd, 2020; Visual Studio Code 1.43)

1.28.0 (April 6th, 2020; Visual Studio Code 1.43)

1.27.0 (February 20th, 2020; Visual Studio Code 1.42)

1.26.2 (September 22nd, 2019; Visual Studio Code 1.38)

1.25.0 (May 8th, 2019; Visual Studio Code 1.33)

1.24.0 (February 24th, 2019; Visual Studio Code 1.31)

1.23.1 (October 21st, 2018; fixes)

1.23.0 (October 13th, 2018; direct link to Showdown)

1.22.0 (August 21st, 2018; simple card IDs)

1.21.0 (July 4th, 2018; execute script function for cards)

  • added canExecute setting, which can be set to (true) to execute an onExecute() function in a .vscode/vscode-kanban.js file:

Demo 9

  • code cleanups and improvements
  • bugfixes

1.20.0 (July 4th, 2018; custom columns)

  • can define custom column names now ... s. issue #14

1.19.0 (July 3rd, 2018; filter functions)

1.18.0 (June 30th, 2018; improvements)

1.17.4 (June 29th, 2018; markdown and filter help)

  • added links for faster access to help pages about Markdown and filter languages
  • design improvements
  • bugfixes

1.16.4 (June 28th, 2018; filter)

Demo 8

  • disabled ESC button for popups, which do add and edit cards ... s. issue #8

1.15.1 (June 27th, 2018; chart and diagram support)

Demo 7

  • Markdown editors now using syntax highlighting, provided by CodeMirror

1.14.0 (June 27th, 2018; link to other cards)

  • can add links to other cards now ... s. issue #9

Demo 6

  • 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:

1.13.1 (June 12th, 2018; links in Markdown and card exports)

  • 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

1.12.0 (June 10th, 2018; card details)

  • added additional detail area for cards ... s. issue #5

Demo 5

  • code cleanups and improvements
  • bugfixes

1.11.2 (June 9th, 2018; user categories)

  • can now define user defined categories ... s. issue #1

Screenshot 2

1.10.0 (June 3rd, 2018; time tracking)

  • added noTimeTrackingIfIdle setting, which can be set to (true) to hide 'track time' button in cards, if they are stored in Todo or Done column

1.9.1 (June 3rd, 2018; time tracking)

Demo 3

with support for Toggl:

Demo 4

1.8.0 (June 1st, 2018; progress bars)

  • progress bars are displayed, when using task lists in descriptions:

Demo 2

  • added reload button and fixed bug when bringing board to foreground, s. issue #4:

Screenshot 1

  • improved card design

1.7.0 (June 1st, 2018; custom card data)

  • now can set custom data to tag property of cards via event scripts, e.g.

1.6.0 (May 31st, 2018; design improvements)

  • improved design of cards

Demo 1

  • bugfixes

1.5.1 (May 31st, 2018; markdown support)

1.4.0 (May 31st, 2018; access modules of extension from scripts)

1.3.0 (May 30th, 2018; creation time and handling events)

  • 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

1.2.2 (May 29th, 2018; 'assigned to' and priority)

  • added Assigned To and Prio fields for cards

1.1.0 (May 28th, 2018; board title)

  • title of board is updated with the name of the underlying workspace after initialization now

1.0.1 (May 27th, 2018; initial release)

For more information about the extension, that a look at the project page.