Skip to content

Releases: Char2sGu/tasked

v0.3.0

07 May 14:23
Compare
Choose a tag to compare

Features

  • client: colorize assignment stars (26a1dab)
  • client: implement FLIP animation for assignment list (95c1ca8)
  • client: notify and logout on sesson expiry (a077705)
  • client: notify on new version (8da48ad)
  • client: show confirmation on logout (cf2d1ea)
  • client: track all potentially changable ngFor items (d1dd192)
  • client: watch system color preference changes (2ce631a)
  • server: fully integrate cli actions into app (84131a4)
  • server: print usernames after database seeding (d68fa37)
  • server: shorten token expiration to 3 days (9cd6ba5)

Bug Fixes

  • client: fix wrong ng-deep scope (e8eb558)
  • client: update assignment data on change (d88c6e6)

v0.2.0

01 May 07:05
Compare
Choose a tag to compare

Redesigned client with minimal server changes.

0.2.0-0

Features

  • Bottom app bar for mobile devices
  • Redesigned login and signup pages
  • Redesigned navigation list style and content
  • Bottom navigation for mobile devices
  • Redesigned dark theme following Material Dark Mode specs
  • Rich router transitions
  • Settings page
  • Masonry task list
  • Expandable assignment list

Refactors

0.2.0-1 (2022-04-29)

Features

  • client: fix the height of assignment sheet (894eea8)
  • client: use material snackbar for notifications (2d40805)

Bug Fixes

  • client: fix illustration positioning (c906a3d)

0.2.0-2 (2022-04-29)

Features

  • client: bolden username in navigator (4d2eaf8)
  • client: limit task card description (29dd6ba)
  • client: show actual error message on login failed (6639427)
  • client: show different illustrations for team listing and searching (c19aa9f)

Bug Fixes

  • client: adjust signup form spacing on small screens (c159de3)
  • client: fix form submitting of setting editing dialogs (6adb2c5)
  • client: fix team detail tab redirecting (144172d)

0.2.0-3 (2022-04-30)

Features

  • adjust full name regexp pattern (da2484b)
  • server: implement database seeding (85ff9bf)

Bug Fixes

  • client: fix assignment expansion animation on route leave (6997c11)
  • client: fix tab activation in production environment (0f0e971)

v0.2.0-3

30 Apr 19:18
Compare
Choose a tag to compare
v0.2.0-3 Pre-release
Pre-release

Features

  • adjust full name regexp pattern (da2484b)
  • server: implement database seeding (85ff9bf)

Bug Fixes

  • client: fix assignment expansion animation on route leave (6997c11)
  • client: fix tab activation in production environment (0f0e971)

v0.2.0-2

29 Apr 16:39
Compare
Choose a tag to compare
v0.2.0-2 Pre-release
Pre-release

Features

  • client: bolden username in navigator (4d2eaf8)
  • client: limit task card description (29dd6ba)
  • client: show actual error message on login failed (6639427)
  • client: show different illustrations for team listing and searching (c19aa9f)

Bug Fixes

  • client: adjust signup form spacing on small screens (c159de3)
  • client: fix form submitting of setting editing dialogs (6adb2c5)
  • client: fix team detail tab redirecting (144172d)

v0.2.0-1

29 Apr 11:06
Compare
Choose a tag to compare
v0.2.0-1 Pre-release
Pre-release

Features

  • client: fix the height of assignment sheet (894eea8)
  • client: use material snackbar for notifications (2d40805)

Bug Fixes

  • client: fix illustration positioning (c906a3d)

v0.2.0-0

28 Apr 19:01
Compare
Choose a tag to compare
v0.2.0-0 Pre-release
Pre-release

Redesigned client with minimal server changes.

Features

  • Bottom app bar for mobile devices
  • Redesigned login and signup pages
  • Redesigned navigation list style and content
  • Bottom navigation for mobile devices
  • Redesigned dark theme following Material Dark Mode specs
  • Rich router transitions
  • Settings page
  • Masonry task list
  • Expandable assignment list

Refactors

v0.1.1

09 Apr 05:51
Compare
Choose a tag to compare

Bug fixes and refactors.

v0.1.0

28 Jan 14:47
Compare
Choose a tag to compare

Basic implementation with Angular and Nest