Skip to content

Releases: kiswa/TaskBoard

V1.0.2

05 Sep 18:12
Compare
Choose a tag to compare

New Features

  • German translation - Thanks to @ben-so

Updates

  • N/A

Bug Fixes

  • New user creation defaults Security Level to User
  • Drag-and-drop automatic actions correctly update UI
  • Special characters in emails now handled correctly - Contributed by @ben-so
  • Changing card order now updates UI correctly
  • Token refresh no longer causes user to be logged out
  • Minor fixes for Spanish translations

v1.0.1

04 Jun 14:26
Compare
Choose a tag to compare

Adds dynamic base href so there is no need for users to later it to match the directory structure where it is deployed.

v1.0.0

01 Jun 18:38
Compare
Choose a tag to compare

Everything re-written from scratch.

v0.3.1

04 Dec 18:08
Compare
Choose a tag to compare

The Bugfix update.

New in v0.3.1

  • Fix automatic action color change bug.
  • Fix new user default board bug.
  • Fix boards button bug.
  • Fix modal display bug.
  • Allow email to be reset to nothing.

See Issues (sort by milestone!) for future plans.

v0.3.0

06 Jun 17:38
Compare
Choose a tag to compare

The Settings update. It's finally here!

New in v0.3.0

  • Adding a new Column to a board correctly shows it at the end of the columns.
  • The list of boards can be sorted.
  • Boards can be marked inactive to disallow using them without deleting.
  • The list of boards can be filtered.
  • Multiple logins per user are now possible.
  • Additional setting to disable animations throughout.
  • Expandable text inputs expand vertically and reset size on modal open.
  • 'Move to Column' context menu improvements.
  • Fix for missing Authorization header on some platforms.
  • Fix for missing Automatic Action trigger 'category change'.
  • Add ability to have emails sent on several status changes.
  • Pulled some inline styles out (two remain, but are required for coloring tasks).
  • Add setting to make new tasks appear at top or bottom of columns.
  • Removed "No description" text from empty tasks.
  • Add setting to hide "Assigned To: Unassigned" on tasks.

See Issues (sort by milestone!) for future plans.

v0.2.7

05 Dec 13:47
Compare
Choose a tag to compare

New in v0.2.7

  • Additional way to dismiss Activity Log in Settings
  • Image attachments resize to fit preview pane
  • Uploaded files show username immediately
  • Items can be moved to collapsed columns with new context menu item
  • Automatic actions bugfix.
  • The color picker has a pre-defined palette to choose from
  • Edit Board Columns and Categories input box bugfix

See Issues (sort by milestone!) for future plans.

v0.2.6

11 Nov 20:02
Compare
Choose a tag to compare

New in v0.2.6

  • Settings Updates
    • Choose to hide items on filter
    • Choose boards when creating/editing a user
  • Comments can be edited
  • Dates show up on comments and attachments without reload
  • Opening login page redirects to boards if a valid token is found

See The RoadMap for future plans.

v0.2.5

28 Oct 01:27
Compare
Choose a tag to compare

New in v0.2.5:

  • Markdown support in comments.
  • Modal dialogs now auto-focus the first input.
  • Current version is displayed beneath login form and in header on all pages.

See The RoadMap for future plans.

v0.2.4_1

25 Oct 20:30
Compare
Choose a tag to compare

New in v0.2.4:

  • Bugfix for attachments downloading with hash instead of file name (#41).
  • Bugfix for item positions (#37).
  • noty errors are ignored now.
  • Favicons added.
  • API Error now returns exception message in JSON data.
  • Buttons updated to use "Save" instead of "Edit" text (#43) (also, icons).
  • Make page title the same in dev or production setup. (This is why there's a _1 for this release.)

See The RoadMap for future plans.

v0.2.4: Merge pull request #55 from kiswa/dev

25 Oct 21:27
Compare
Choose a tag to compare

New in v0.2.4:

  • Bugfix for attachments downloading with hash instead of file name (#41).
  • Bugfix for item positions (#37).
  • noty errors are ignored now.
  • Favicons added.
  • API Error now returns exception message in JSON data.
  • Buttons updated to use "Save" instead of "Edit" text (#43) (also, icons).

See The RoadMap for future plans.