Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHalbesleben committed Sep 16, 2022
1 parent 12d90b8 commit 5876e44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types/Changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,10 @@ Typing a hotkey in the description field in the task modal could open modals/tri
description:
"Fixes bugs where task/chunk completion sometimes didn't work or created multiple copies of the task/chunk",
},
{
version: "3.6.5",
title: "Optimize chunking algorithm",
description:
"Implements a couple of optimizations to the chunking algorithm that should speed it up, especially on lower-end devices",
},
];

0 comments on commit 5876e44

Please sign in to comment.