Skip to content

Releases: kiswa/TaskBoard

v0.2.3

21 Oct 12:34
Compare
Choose a tag to compare

Bugfix for automatic actions typo error in v0.2.2 (@alex3305)

v0.2.2

21 Oct 02:42
Compare
Choose a tag to compare

Emergency bugfix for error loop in automatic actions JS from v0.2.1.

v0.2.1

20 Oct 22:57
Compare
Choose a tag to compare

Do Not Use

Get v0.2.2 instead - Only here to maintain history

New in v0.2.1

  • Supports nginx (@alex3305)
  • Supports use in Docker (Ubuntu Trusty & nginx - @alex3305)
  • Build scripts executable by default (@niedzielski)
  • Automatic Actions now allow "Unassigned" and "Uncategorized" for changing assignee or category (Issue #5)
  • Links in item descriptions open in new tab (Issue #18)
  • Lanes are now Columns to match common Kanban terminology (Issue #4)
  • Any exception in API is handled and returns a 503 (inspired by @amalfra)

To do before v1.0.0:

Fix reported issues!

Planned New Features
  • Automatic Actions
  • Public board access
  • Create Active/Inactive board states
Planned Enhancements
  • Better error message when api/ is not writable
  • User filter for admins on Settings board list

v0.2.0

18 Oct 23:48
Compare
Choose a tag to compare

New in v0.2.0:

  • Created Automatic Actions to allow specific actions to trigger changes
  • Improved login error so improper install (unwriteable api directory) is more obvious
  • Additional context menu item for admins
  • Made a few UI changes
  • Fixed bug with logging board activity
  • Updated RedBeanPHP and AngularJS to latest versions
  • API security enhancements

To do before v1.0.0:

New Features
  • Automatic Actions
  • Public board access
Enhancements
  • Better error message when api/ is not writable
  • User filter for admins on Settings board list

v0.1.0

10 Oct 19:50
Compare
Choose a tag to compare

Initial release.

To do before v1.0.0:

New Features
  • Automatic Actions
  • Public board access
Enhancements
  • Better error message when api/ is not writable
  • User filter for admins on Settings board list