Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[3.27.2] - 2024-04-09

Fixed

  • Accent characters like umlauts on project or tag names were not showing lists correctly because the url path segment needed to be decoded
  • Whistler contact form was link stylesheet to a defunct url

[3.27.1] - 2024-04-08

Fixed

  • Recurrence on the server is turned off to prevent duplicate tasks
  • Install script is OS specific

[3.27.0] - 2024-04-08

Changed

  • Removed validation preventing accounts with a leading number to be created

[3.26.1] - 2024-04-08

Fixed

  • On IOS devices the calendar was returning 404 when clicking on a date.

[3.26.0] - 2024-04-08

Added

  • “Reset My Data” button in settings
  • “Delete My Account” button in settings

[3.25.0] - 2024-03-29

Changed

  • Adding entry to this changelog. In preparation of new development.

[3.24.0] - 2022-07-08

Changed

  • A warning alert was added to the Settings view to treat the taskd.credentials config like a password and do not upload taskrc to a public repo like github.

2022-07-07

Fixed

  • Install script fixed
    1. Taskwarrior 2.6.0 changed where .taskrc can be located. An existing taskrc is looked for one of three possible locations:
      1. $HOME/.taskrc
      2. $XDG_CONFIG_HOME/task
      3. $HOME/.config/task
    2. An exit error is thrown if an already existing taskrc is not found.
    3. Taskwarrior commandline config ‘rc.confirmation=no’ was added to commands to configure the taskrc to prevent the script from hanging while waiting for user confirmation.
    4. A warning was added to the success banner advising users to treat the taskd.credentials config like a password and do not upload taskrc to a public repo like github.

[3.22.1] - 2022-05-20

Fixed

  • Having no projects was causing an error

[3.22.0] - 2022-05-09

Changed

  • Error pages now have a contact form which makes sending a message about what went wrong to me easier.
  • Taskwarrior bug on sync with depends malformed json is trapped and a specific error page is sent explaining about the bug

[3.22.1] - 2022-05-15

Fixed

  • Upgrade to Tailwind 3.0 caused tags on the task form to disappear because the background color was being set to transparent by Tailwind resets.

[3.22.0] - 2022-05-09

Changed

  • Using the depends attribute to make a task depend on another task causes a taskwarrior bug to occur with sync. https://github.com/GothenburgBitFactory/taskserver/issues/181 A special error page was created to detect this problem and suggest a fix which is to upgrade the taskwarrior client to 2.6.0 or newer, reset the data on the WingTask server, and then rerun ‘task sync init’.

[3.21.0] - 2022-05-03

Changed

  • Calendar on home page shows scheduled tasks in addition to due, and overdue.
  • Info slideout link set in upper right corner of calendar. Slideout explains in detail:
    1. Calendar interactions
    2. Color key for days
    3. Tasks on home page calendar
  • Clicking on a day in home page calendar now goes to /tasks/yyyy-mm-dd instead of /tasks/due/yyyy-mm-dd.
  • List of tasks for a date at /tasks/yyyy-mm-dd shows: (if any)
    1. All overdue tasks no matter what the due date was.
    2. The tasks that are due on that day.
    3. The tasks that are scheduled that day.
    4. Tasks that are both scheduled and due on same day will appear in twice on the page for each list respectively.

[3.20.2] - 2022-03-08

Fixed

  • Project count was over by 1 because (none) was being counted
  • Creating a new project from (none) was populating projects with “(none)”

[3.20.1] - 2022-03-08

Fixed

  • Clicking “No Resuls” option in autocomplete caused a run time error.

[3.20.0] - 2022-03-01

Changed

  • Urgency on detail view augmented to show breakdown of urgency calculation

[3.19.0] - 2022-01-28

Changed

  • After adding or updating an annotation a brief yellow highlight (yellow fade technique) is applied to the annotation.

[3.18.1] - 2022-01-23

Fixed

  • App would not load if local storage session did not exist.

[3.18.0] - 2022-01-21

Changed

  • Added projects count “12 projects” to top of Projects
  • Added tags count “6 tags” to top of Tags

[3.17.0] - 2022-01-07

Changed

  • Added task count “20 tasks” to top of task lists

[3.16.0] - 2022-01-06

Changed

  • On Project and Tags lists the height of the tag and project items was increased. This was done to make clicking on tags on projects (particularly on mobile) easier by increasing the touch/click target area.

[3.15.6] - 2021-12-23

Fixed

  • Login was sometimes causing a run time error

[3.15.5] - 2021-12-23

Fixed

  • Editing a task to remove a tag or remove a project was causing a run time error due the yellow fade technique trying to be applied an item in the task list that no longer exists.

[3.15.0] - 2021-12-15

Changed

  • ariadescribedby added to help screen readers with helper text for inputs
  • aria-invalid=’true’ added to input when in invalid state
  • Navigating to login, forgot_password, or signup when already logged in redirects to home

    Fixed

  • for attributes for labels over inputs were missing

[3.14.2] - 2021-12-09

Fixed

  • Home page calender shows a blue dot for today but was also incorrectly showing a blue dot for the first day of month of any month not the current month
  • Lower stemmed letters like g, p, and y were clipping below the baseline on windows machines using a chromium based browser.

[3.14.1] - 2021-12-08

Fixed

  • Changed text for tag input to ‘Tap outside to add’ on all viewports except for desktop

[3.14.0] - 2021-12-08

Changed

  • Creating a new task from the Home page results in the after create navigation going to different places:
    1. If the task has project set, after create will go to that project list.
    2. If the task has tags set, after create will go to the first tag added list.
    3. If the task has both project and tags, after create will go to project list.
    4. If neither project nor tags are set then after create will go to home page.
  • After adding or updating a task and returning to the list the task belongs to, the list is scrolled to the task.
  • After adding or updating a task and returning to the list the task belongs to, a brief yellow highlight (yellow fade technique) is applied to the task.

[3.13.3] - 2021-12-07

Fixed

  • Navigation links in the sidebar should briefly flash yellow when clicked then return back to normal after the navigation to the new location is completed

[3.13.2] - 2021-12-06

Fixed

  • On mobile when on a tags or project listing, clicking the add new task should present a task form with the tag or project already prefilled in the form.

[3.13.1] - 2021-12-02

Fixed

  • Mobile safari implements 100vh that is at odds with how I expect 100vh resulting, in the layout seeming to move in a janky way manner when touch scrolled. Implemented 100vh fix to make it more in line with the other browsers
  • On mobile safari the layout was jumping between some page navigation because dom focus was being set on a dom element that was not the top element of content.

[3.13.0] - 2021-11-19

Changed

  • On the form for a new task added a cancel button.
  • On the form for an existing task removed the “done” and “delete” buttons,

    Sometimes done was being clicked errantly because it’s placement next to the save button was being intepreted as “I’m done with these changes” instead of the actual function, which is to mark the task done. Removing the buttons which were barely being used and installing a cancel link is considered better UX.

[3.12.5] - 2021-11-09

Fixed

  • Creating a task with a recurrence without a due date causes an error because it’s not being prevented with a validation stating that setting recurrence also requires setting due date because future recurrences are calculated from the due date

[3.12.4] - 2021-11-01

Fixed

  • Creating a task with a tag in WingTask then syncing taskwarrior locally, was not resulting in the tags being download locally due to changes in how Taskwarrior 2.6.0 represents task data internally.

[3.12.3] - 2021-10-26

Fixed

  • Deleting annotations would sometime cause a rip in the Elm virtual dom space time continuum resulting in a runtime error.

TASKWARRIOR - 2021-10-26

  • Taskwarrior executable upgraded to version 2.6.0

[3.12.2] - 2021-10-25

Fixed

  • Editing an annotation in a list would cause all annotations in the list to be mutated with the same edit.

[3.12.1] - 2021-10-23

Fixed

  • Task detail for a waiting task was not showing the task’s data.

[3.12.0] - 2021-10-22

Added

  • Slideover buttons on task detail page providing information for each field (i.e. description, projects, tags, due)

[3.11.0] - 2021-10-18

Added

  • Annotations on task detail page includes “add”, “edit”, and “delete” buttons which includes a form for creating and updating annotations for a task.

[3.10.0] - 2021-10-15

Added

  • On task list page an icon and count were added showing the number of annotations for that particular task

[3.9.1] - 2021-10-14

Fixed

  • All date fields can handle raw date data as a unix timestamp in addition to iso8601 format.
  • The depends field in taskwarrior 2.6.0 was changed from a string to an array, changed task parser to expect an array now.

[3.9.0] - 2021-10-13

Added

  • Added another download config button above the fold on the welcome page to make it more evident for newcomers.

    Fixed

  • Letsencrypt root certficate expiration required all dst root certs (dst.pem) included in the wingtask_certification.zip file to be replaced with the new updated root certificate (letsencrypt_root_cert.pem)

[3.8.1] - 2021-09-17

Fixed

  • Top ten lists for tasks on home page were linking to lists that should have shown all the tasks for categories such as “Due on particular day” (clicked from the calendar) and due tomorrow but instead were limited to ten.

[3.8.0] - 2021-09-08

Changed

  • Oldest and newest lists sort first by created date and then by urgency.

    Fixed

  • “Add new” button on Welcome page was not doing anything when clicked.

[3.7.0] - 2021-09-01

Removed

  • Links and references to the discourse forum.

[3.6.0] - 2021-09-01

Changed

  • Swapped positions of “next” card and “10 newest by create date” on home page.

[3.5.1] - 2021-09-01

Fixed

  • Download configuration url was not working.

[3.5.0] - 2021-08-17

Changed

  • Widened space for dates on task detail page.
  • Annotations changed to sort from ascending to descending of created date.
  • Annotations date format changed to yyyy-mm-dd

    Fixed

  • Line clamp on task list page used to truncate and limit really long descriptions was implemented with a technique that didn’t work in Safari.

[3.4.2] - 2021-07-24

Fixed

  • Tag links on task detail page were not wired up with a url on the href.

[3.4.1] - 2021-07-10

Fixed

  • Error thrown for tasks with depends field because that field was not being parsed.

[3.4.0] - 2021-07-08

Changed

  • On browser refresh go back to the url that was current page at the time of the refresh rather than getting redirected to home page.

[3.3.0] - 2021-06-28

Added

  • Show priority of a task on all list pages.

[3.2.0] - 2021-06-27

Changed

  • Render search results with a different layout

[3.1.0] - 2021-06-16

Fixed

  • Tasks were not being listed correctly for Projects with Segmented project names
  • Change a tag on a task was not being reflected in the lists of tags.

    Changed

  • Sort project and tag lists by urgency desc.

[3.0.0] - 2021-06-14

  • Redesign of WingTask using platform neutral design.
Announcements
How-To Guides
Tutorials
Explanation
Reference