Skip to content

Releases: e-d-v/taskapp

v1.0rc3

27 Mar 20:00
bd89736
Compare
Choose a tag to compare

Release candidate 3 for version 1.0

v0.3.0

24 Nov 20:28
6387f12
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added a variety of features and bug-fixes.

Features:

  • Calculates overlapping events to not double-count time in the UI and Optimizer logic
  • Replaced completion time in event screen with end time for easier use
  • Added task recurrence

Bug-Fixes:

  • Fixed bug where today time is cleared upon restart
  • Fixed bug where hours were calculated as 24 minutes long
  • Fixed bug where some recurrences would attempt to schedule for dates that don't exist (e.g. recur on every 30th, schedule for March 2nd)
  • Fixed bug where overdue tasks would crash app
  • Fixed bug where completing a parent would not automatically update child's completability

v0.2.0

05 Nov 21:11
ed28fc7
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Mostly codebase refactoring, with a few bug fixes:

  • EarlyDate was ignored when swapping tasks
  • EarlyDate not updating after the day passes
  • Incorrectly displaying very long item names
  • Various issues with recycler items keeping formatting upon rebinding
  • Duplicating overlapped time in the optimizer (e.g. one event is 12-1230 and another is 1220-1240, we should count as 40 minutes, not 50)
  • Number of days edit text not being focusable after being changed back and forth to recur until

Additionally, one feature was added to bold/italicize tasks that can currently be completed if the user wants to work ahead.

v0.1.0

01 Sep 21:15
35809f4
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First prerelease of taskapp. Provides all functionality I need for the fall semester, including Tasks, Events, the optimizer, and advanced recurrence.