Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

36 lines (28 loc) · 2.38 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.0 (2018-10-31)

Bug Fixes

  • restore hot-update functionality (b1ef6fc)

Features

  • add 'complete' TaskList-view (15ef194)
  • add "activate"- and "deactivate"-button (3d6095b)
  • add "postponed"-view (08e84ae)
  • add buttons for finishing and "unfinishing" a task (769f50b)
  • add custom sorting for TaskList-views (c0cf40a)
  • add favicon (c727ab1)
  • add project-tag to task (a8dc739)
  • automatically reconnect to WebSocket-server, upon disconnect (d2d21ff)
  • enable hot module replacement (d631520)
  • implement task-filter with WebSocket-session (7998b0f)
  • introduce TaskListViews (92862c8)
  • push changes to client on file-changes (0ef402d)
  • show due since/until (ef0b7fe)
  • show connection state (8e30258)
  • show priority as "bar" instead of colorized text (83fb9a3)
  • show uuid, instead of id, on completed tasks (ae228f9)
  • split app and vendor code (73d2aaf)
  • use icons for group-tags (1fc9c7c)
  • use icons for tasks (cc014b5)
  • use redux for state-management (872f76a)
  • use websockets for communication (43e3f77)